/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-sep-11, 15:36:24
    Author     : HP
*/
footer {
   background-color: #e7e7e7;
   background-image: url('../../images/bg-grain.png');
   min-height: 200px;
   text-align: center;
   /*border-top: 1px solid #c9c9c9;*/
}
footer .container {
   background-color: #e7e7e7;
}

footer h2 {
   font-size: 28px;
   text-align: center;
}

footer h3 {
   font-size: 18px;
   margin: 10px 0 30px 0;
   font-family: PoppinsLight!important;
   text-align: center;
}
footer h4 {
   font-size: 14px;
   font-weight: bold;
}
footer .icon{
   height: 40px;
   width: 40px;
   margin: 0px auto 10px auto;
}

footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
   color: white;
   font-size: 14px;
   text-decoration: none;
}

footer ul {
   list-style: none;
   padding-left: 0px;
}

.btn-up {
   position: fixed;
   bottom: 2px;
   left: 2px;
}

.icons-footer {
   padding-top: 20px;
}

.footer-card {
   background-color: white;
   padding:15px;
   margin: 0 15px;
   position: relative;
}

.footer-card h4 {
   color: #777;
   text-transform: uppercase;
   font-size: 12px;
}

.kvdOrange {
   color:#FFA02F;
}

.kvdRed {
   color:#ed145b;
}

.kvdBlue {
    color: #00AED8;
}

.kvdGreen {
   color:#A6CE39;
}

.footer-card .footer-card-button.buy-button {
    border-color: #FFA02F;
    color: #FFA02F;
    padding:9px 16px;
}

.footer-card .footer-card-button.buy-button:hover {
    background-color: #FFA02F;
    color: white;
}

.footer-card-text i {
   color: #A6CE39;
}

.footer-card .footer-card-button.exportrules-button {
   border-color: black;
   color: black;
   padding:9px 16px;
}
.footer-card .footer-card-button.exportrules-button:hover {
   background-color: black;
   color: white;
}

.footer-card .footer-card-button.sell-button {
    border-color: #00AED8;
    color: #00AED8;
    padding:9px 16px;
}
.footer-card .footer-card-button.sell-button:hover {
    background-color: #00AED8;
    color: white;
}

.footer-card .footer-card-button {
    border: 1px solid gray;
    border-radius: 20px;
    line-height: 12px;
    font-size: 12px;
    height: 32px;
    background: transparent;
    color: #FFA02F;
    transition: color 0.5s, background 0.5s;
}

.footer-card h5 {
    text-transform: uppercase;
    font-size: 16px;
}

.footer-card-text {
   text-align: left;
   padding-right:5px;
   padding-left: 28%;
   
}

.footer-newsletter-social-media-wrapper {
   padding:15px 15px 25px 15px; 
   background-color: #494949;
   margin-top:20px!important;
}

.footer-newsletter-social-media-wrapper p {
   font-family: PoppinsLight!important;
}

.footer-newsletter-social-media-wrapper h3, .footer-newsletter-social-media-wrapper p {
   color:white;
   font-family: Poppins;
   text-align: left;
}

.footer-links-wrapper {
   padding:15px; 
   background-color: #393939;
   color: white;
   text-align: left;
}

.footer-links-wrapper a {
   font-family: PoppinsLight!important;
}


.footer-column{
   width:25%; 
   float: left;
}

.footer-column li {
   padding: 4px 0;
}

.footer-bottombar-wrapper{
   padding:10px 0 20px 0; 
   background-color: #393939;
   color: white;
   text-align: left;
}
.footer-bottombar-wrapper span {
   font-family: PoppinsLight!important;
}
.icons-footer  {
   display: none;
}
.footer-links-wrapper a {
   color:#aaa!important;
}
.footer-links-wrapper a:hover {
   color:#fff!important;
}

#newsletter_email,#newsletter_email_mobile {
    box-shadow: none!important; 
    background-color: transparent; 
    border: transparent; 
    height:32px; 
    width:90%; 
    color:white; 
    z-index:0; 
    font-size: 12px;
    padding: 0 10px;
    outline: none;
}

.footer-card-button-wrapper {
   position:absolute;
   bottom: 15px;
}
.footer-card p {
   margin-bottom: 5px;
}

#footer-card-testing-image {
   width: 70%;
   margin-top: 20px;
}

@media (min-width: 1200px) {
   .footer-card {
      min-height: 330px;
   }
   .footer-card .footer-card-button {
      font-size: 14px;
   }
}

@media (max-width: 1199px) {
   .footer-card {
      padding:15px;
      min-height: 340px;
   }
   .footer-card p {
      font-size:14px;
   }
   footer h2 {
      font-size: 24px;
   }
   .footer-card .footer-card-button {
      font-size: 14px;
   }
}

@media (max-width: 991px) {
   .footer-card {
      padding:15px 10px;
      min-height: 305px;
   }
   .footer-card p {
      font-size:11px;
   }
   footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
      font-size: 11px;
   }
   .footer-bottombar-wrapper {
      font-size: 12px;
   }
   footer h2 {
      font-size: 22px;
   }
   footer h3 {
      font-size: 16px;
   }
   footer h4 {
      font-size: 11px;
   }
   footer h5 {
      font-size: 13px;
   }
}

@media (min-width: 768px) {
   #footer {
      display: block !important;
   }
   
   #footer-mobile {
      display: none;
   }
}

@media (max-width: 767px) {
   .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
   }

   #footer-mobile {
      display: block;
      text-align: center !important;
      letter-spacing: 1px;
      position: relative;
      margin: 0px;
      height: auto;
      width: 100%;
      bottom: 0px;
      padding-top: 1px;
      background-color: #e7e7e7;
   }

   #footer {
      display: none !important;
   }
   #footer-mobile a, #footer-mobile {
      text-decoration: none;
      font-size: 12px;
      color: white;
      font-style:normal;
      line-height:13px;
     
      /*text-shadow: #FFF 0 1px 0;*/
   }

   .footer-card-mobile {
      margin: 15px;
      padding:15px 0;
      color:#2d2d2d;
      background: white !important;
      border-radius: 7px;
   }
   .footer-card-mobile p{
      color:#2d2d2d;
      font-size:10px;
      text-align: left;
   }
   .footer-card-mobile .row {
      font-size: 12px;
      padding: 0px;
      height: auto;
      margin: 0px 9px;
      clear: both;
   }
   .footer-card-mobile .col-xs-6 {
      padding:0;
   }
   .footer-card-mobile .footer-card-button {
      border:2px solid gray;
      border-radius: 20px;
      line-height: 12px;
      font-size: 12px;
      height: 26px;
      background:transparent;
      color:#FFA02F;
      transition: color 0.5s, background 0.5s; 
   }
   .footer-card-mobile .footer-card-button.sell-button {
      border-color:#337ab7;
      color:#337ab7;
   }
   .footer-card-mobile .footer-card-button.sell-button:hover {
      color:white;
      background: #337ab7;
   }
   .footer-card-mobile .footer-card-button.buy-button {
      border-color:#FFA02F;
      color:#FFA02F;
   }
   .footer-card-mobile .footer-card-button.buy-button:hover {
      color:white;
      background: #FFA02F;
   }
   .footer-card-mobile h3 {
      text-transform: uppercase;
      font-size: 10px;
      color:gray;
   }
   .footer-card-mobile h4 {
      text-transform: uppercase;
      font-size: 14px;
   }
   .footer-chevron {
      position: absolute;
      right:15px;
   }
   .footer-card-mobile .video-link {
      width: 100%;
      height:120px;
      position: relative;
      background-image: url('../../images/item_categories/buss.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
   }
   .footer-card-mobile .video-link .fa {
      position: absolute;
      font-size:64px;
      width: 64px;
      height: 64px;
      left:50%;
      top:50%;
      margin: -32px 0 0 -32px;
      color:white;
   }
   .footer-category {
      background-color: #393939!important; 
      padding: 12px 15px!important; 
      color:white!important;
   }
   .grayBottomBorder {
      border-bottom: 1px solid #696969;
   }
}
