.connect {
  background: white;
  width: 100%;
  height: 60px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
  font-family: 'Arimo',helvetica,arial,sanserif;
  color: #727272;
  text-transform: uppercase;  
  -moz-box-shadow:    0 0 10px 0 rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  box-shadow:         0 0 10px 0 rgba(0,0,0,.5); }
    
.connect h2 {
  border-right: 1px solid #ccc;     
  padding: 0 21px;
  float: left;
  display: inline-block;  
  font-size: 18px;
  line-height: 60px;
  text-transform: uppercase;  
  color: #777; }    

/* ---- Join ---- */

.join-us { 
  height: 30px;  
  padding: 15px 18px;  
  display: inline-block;
  float: left;
  font-size: 12px;
  border-right: 1px solid #ccc;
  transition:         all .35s ease-in-out;    
  -webkit-transition: all .35s ease-in-out;  
  -moz-transition:    all .35s ease-in-out;  
  -o-transition:      all .35s ease-in-out;  
  -ms-transition:     all .35s ease-in-out; }
.join-us:hover { background: #f2f0f0; }

.join-us ol li {  float: left; }

.join-us .title {
  text-transform: uppercase;
  font-size: 13px;
  color: #777;
  padding: 5px 8px 0 0; }

.join-us input {
  background: #f5f6f6;
  width: 95px;    
  border: none;
  padding: 8px 8px 7px;
  margin-right: 6px;
  font-size: 12px;
  color: #717171;
  cursor: pointer;
  -moz-box-shadow:    inset 0 0 3px rgba(0,0,0,.1);
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
  box-shadow:         inset 0 0 3px rgba(0,0,0,.1);  
  transition:         all .35s ease-in-out;    
  -webkit-transition: all .35s ease-in-out;  
  -moz-transition:    all .35s ease-in-out;  
  -o-transition:      all .35s ease-in-out;  
  -ms-transition:     all .35s ease-in-out; }
.join-us .zip { width: 50px; }

.join-us:hover input { 
  background: #fff;
  -moz-box-shadow:    inset 0 0 0 1px rgba(33,33,33,.2);
  -webkit-box-shadow: inset 0 0 0 1px rgba(33,33,33,.2);
  box-shadow:         inset 0 0 0 1px rgba(33,33,33,.2); }
.join-us input:hover { 
  background: #003158;
  color: #fdc85a; }

.join-us input:focus { 
  background: #fff;   
  color: #b5b5b5;
  cursor: text; 
  -moz-box-shadow:    inset 2px 3px 3px rgba(0,0,0,.1), inset 0 0 3px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 2px 3px 3px rgba(0,0,0,.1), inset 0 0 3px 0 rgba(0,0,0,.2);
  box-shadow:         inset 2px 3px 3px rgba(0,0,0,.1), inset 0 0 3px 0 rgba(0,0,0,.2); } 
    
.join-us button {
  background: #0066ba;
  border: none;
  width: 28px;
  line-height: 28px;
  color: #fff;
  -moz-border-radius:    3px;
  -webkit-border-radius: 3px;
  border-radius:         3px;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; }
.join-us button:hover { 
  background: #fdba31; 
  color: #003158; }
.join-us button:active { 
  -moz-box-shadow:    inset 1px 1px 2px rgba(0, 0, 0, .25);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25);
  box-shadow:         inset 1px 1px 2px rgba(0, 0, 0, .25); }
  
/* --- Mobile Alerts --- */
.mobile {
  padding: 15px;
  float: left;  
  display: inline-block;  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; }  
.mobile:hover { background: #f2f0f0; }

.mobile a {
  background-color: #0066ba;
  padding: 2px 3px 0 10px;
  display: block;  
  -moz-border-radius:    3px;
  -webkit-border-radius: 3px;
  border-radius:         3px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  font-weight: 100;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; }
.mobile .bubble { margin-right: 4px; }  
.mobile a:hover { 
  background: #fdba31; 
  color: #003158; }  
.mobile a:active { 
  -moz-box-shadow:    inset 1px 1px 2px rgba(0, 0, 0, .35);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .35);
  box-shadow:         inset 1px 1px 2px rgba(0, 0, 0, .35); }
   
/* --- Connect --- */

.like, .follow {
  float: left;
  display: inline-block;
  height: 60px;
  padding: 0 18px;
  border-left: 1px solid #ccc;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; }
.like:hover, .follow:hover { background: #f2f0f0; }

.like a, .follow a {
  color: #91b9dd;
  font-size: 20px;
  line-height: 60px; }
.like a:hover, .follow a:hover { color: #004881; }  
.like a:active, .follow a:active { color: #003158; }  

.like iframe,       
.follow iframe { 
  width: 80px;
  height: 21px;  
  margin: 20px 0 0 5px; 
  float: right; }   

/* --- Social Networking --- */

.social { 
  height: 30px;
  float: left;
  display: inline-block;
  padding: 15px 18px;
  border-left: 1px solid #ccc; }

.social a {
  background-image: url(/theme/img/connect-social.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  float: left;
  display: block;
  position: relative;
  -moz-border-radius:    6px;
  -webkit-border-radius: 6px;
  border-radius:         6px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition:    all .5s ease-in-out;
  -o-transition:      all .5s ease-in-out;
  -ms-transition:     all .5s ease-in-out;
  transition:         all .5s ease-in-out; }
.social a:hover { 
  opacity: .8;
  -moz-box-shadow:    1px 1px 2px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
  box-shadow:         1px 1px 2px rgba(0, 0, 0, .35); }
.social a:active { 
  opacity: 1;  
  -moz-box-shadow:    inset 1px 1px 3px rgba(0, 0, 0, .35);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
  box-shadow:         inset 1px 1px 3px rgba(0, 0, 0, .35); }
     
.social .google {    background-position: 0px 0px; } 
.social .youtube {   background-position: -35px 0px; }
.social .flickr {    background-position: -70px 0px; }
.social .instagram { background-position: -105px 0px; }
.social .pintrest {  background-position: -140px 0px; }


@media (max-width: 1200px) { 
.connect h2 { display: none; }
.join { padding: 15px 13px; }
.like, .follow { padding: 0 11px; }
.social { padding: 15px 13px; }
.social a { margin: 0 1px; }
}  
