/*
Theme Name: McCormacks Auto Service
*/

@charset "utf-8";




/* CSS Document */







@font-face {
    font-family: 'droid';
    src: url('fonts/droidsans-webfont.woff');
}
@font-face {
   font-family: 'droid-bold';
   src: url('fonts/droidsans-bold-webfont.woff');
}







@font-face {







    font-family: 'exobold';







    src: url('fonts/exo-bold-webfont.woff2') format('woff2'),







         url('fonts/exo-bold-webfont.woff') format('woff');







    font-weight: normal;







    font-style: normal;















}







* {







  margin-top: 0px;







  padding: 0px;







}







img {







  max-width: 100%;







}







a img {







  border: none;







}







a:hover, a:focus {







  outline: medium none;







  text-decoration: none;







}







.smooth, a {







  transition: all 300ms ease-in-out 0s;







  -o-transition: all 300ms ease-in-out 0s;







  -ms-transition: all 300ms ease-in-out 0s;







  -moz-transition: all 300ms ease-in-out 0s;







  -webkit-transition: all 300ms ease-in-out 0s;







}







html {







  width: 100%;







  height: 100%;







}







body {







  font-family: 'droid', sans-serif;







  height: 100%;







  width: 100%;  







}















header, footer, section {







  position: relative;







}







h1 {







  font-size: 86px;







}







h2 {







  font-size: 42px;







}







h3{







  font-size: 36px;







}







h4 {







  font-size: 27px;







}







h5 {







  font-size: 24px;







}







h6{







  font-size: 22px;







}







/*-------globle css closed here--------*/















.subbox {







    width: 100%;







    float: left;







    margin-bottom: 30px;







}







.subs input[type="text"] {







    background: #e5e6e7;







    border: 1px solid #bbbdbf;







    padding: 5px;







    border-radius: 2px;







    width: 280px;







    letter-spacing: 2px;







    font-size: 12px;







}







.subs input[type="submit"] {







    background: #0a8b24;







    color: #fff;







    border: none;







    padding: 4px 20px;







    border-radius: 2px;







}







.white {







    background: #fff;







    padding: 20px;







}







.white h3{







  margin-top: 6px;







    margin-bottom: 0px;







    width: auto;







    float: left;







    margin-right: 30px;







    text-transform: uppercase;







    font-size: 18px;







}















.white {







  position: relative;







  background: #fff;







  







}







.white:after{







      left: 100%;







    top: 50%;







    border: solid transparent;







    content: " ";







    height: 0;







    width: 0;







    position: absolute;







    pointer-events: none;







    z-index: 1;







}







.premier-shop







{







  padding: 30px 0;







  background: #fff;







}







.white:after {







  border-color: rgba(255, 255, 255, 0);







  border-left-color: #fff;







      border-width: 35px;







    margin-top: -35px;







}







/*.white:before {







  border-color: rgba(255, 255, 255, 0);







  border-left-color: #fff;







  border-width: 36px;







  margin-top: -36px;







}*/















/* arrow */















.red {







  position: relative;







  background: #222222;







  border: 4px solid #222222;







}







.red:after, .red:before {







  top: 100%;







  left: 50%;







  border: solid transparent;







  content: " ";







  height: 0;







  width: 0;







  position: absolute;







  pointer-events: none;







}















.red:after {







  border-color: rgba(34, 34, 34, 0);







  border-top-color: #222222;







  border-width: 30px;







  margin-left: -30px;







}







.red:before {







  border-color: rgba(34, 34, 34, 0);







  border-top-color: #222222;







  border-width: 36px;







  margin-left: -36px;







}















/* arrow */















.red {







    background: #222;







    padding: 22px 55px;







    background-image: url('http://mccormacksauto.com.au/wp-content/uploads/2017/07/72ppi11.png');







    background-repeat: no-repeat;







    background-position-x: 95%;







    background-position-y: 10px;







    border-radius: 5px;







    margin-bottom: 50px;







}







.red h3 {







    margin-top: 0px;







    margin-bottom: 0px;







    color: #fff;







    text-transform: uppercase;







    letter-spacing: 2px;







    font-size: 30px;







    font-family: 'Exo';







    font-weight: normal;







}















.red h3 span {







    font-weight: bold;







}



.top-bar

{

  background: #0a8b24;

  width: 100%;

  float: left;

}

header

{

  position: relative;

  z-index: 1;

  background: #fff;

}

.header-top

{

  display: inline-block;

  width: 100%;

}

.logo

{

  margin: 15px 0px;

}

.logo > a

{

  display: inline-block;

  max-width: 100%;

}

.search-form > input

{

  background-color: #808285;

  background-image: url("images/search.png");

  background-position: 12px center;

  background-repeat: no-repeat;

  border: medium none;

  border-radius: 2px 0 0 2px;

  color: #ffffff;

  float: left;

  font-size: 14px;

  font-weight: 400;

  letter-spacing: 3px;

  padding: 10px 0 10px 40px;

  width: 75%;

}

.service-box

{

  position: relative;

}

.service-box:hover .overlay

{

  display: block;

}

.service-summary

{

  margin: 10px 0;

}

.service-text

{

  width: 65%;

  float: left;

  font-size: 14px;

  font-family: 'droid';

  color: #6d6e71;

}

.service-btn

{

  float: right;

}

.service-btn .btn

{

  background: #474747 !important;

  color: #fff !important;

  padding: 12px 7px !important;

}

.overlay

{

    display: none;

    position: absolute;

    bottom: 0px;

    width: 100%;

    text-align: center;

    background: rgba(0,0,0,.6);

}

.overlay a

{

    color: #fff !important;

    letter-spacing: 2px;

    background: rgba(0,0,0,.6);

    width: 100%;

    bottom: 0px;

    float: left;

    padding: 3px 0;

    z-index: 1;

    letter-spacing: 2px;

}

.service-title

{

    background: #0a8b24;

    color: #fff;

    font-family: 'exobold';

    text-transform: uppercase;

    font-size: 18px;

    font-weight: normal;

    padding: 10px 0px;

}

.menu-bar

{

    width: 100%;

    background: #222222;

}

.search-form > button

{

  background-color: #0a8b24;

  border: none;

  color: #ffffff;

  float: left;

  font-size: 16px;

  font-weight: 700;

  max-width: 25%;

  padding: 8px 20px 10px;

  text-transform: uppercase;

}



form.search-form {







  margin: 40px 0 0;







  padding: 0 50px;







}







.header-top ul li {







  







  list-style: none;







}







.mrgtb20







{







  margin: 30px 0;







}







.contact-monthly







{







  color: #0a8b24 !important;







  font-size: 13px !important;







  text-decoration: underline;







  font-family: 'droid' !important;







}







.top-info .fa {







    font-size: 20px;







    margin-right: 10px;







}







.header-top ul a {

  color: #231f20;  

  font-size: 15px;

  font-family: 'droid-bold';

  text-transform: none;







}







.header-top ul {







  float: right;







  margin: 20px 0 0;







  width: 100%;







}















.cart {







  







  margin-top: 15px;







  







  float: right;







}







.amount {







  background-color: #000000;







  border-radius: 2px 0 0 2px;







  border-right: 1px solid #ffffff;







  color: #ffffff;







  display: inline-block;







  float: left;







  font-weight: 700;







  height: 45px;







  letter-spacing: 3px;







  line-height: 26px;







  padding: 10px 0;







  text-transform: uppercase;







  text-align: center;







  width: 50%;







}







.cart-txt {







  background-color: #808285;







  letter-spacing: 3px;







  font-weight: 700;







  border-radius: 0 2px 2px 0;







  color: #ffffff;







  float: left;







  height: 45px;







  text-transform: uppercase;







  display: inline-block;







  padding: 10px 0;







  text-align: center;







  width: 50%;







  line-height: 26px;







}







.amount > img {







  display: inline-block;







  margin-right: 10px;







}







.navbar-default {







  background-color: #222222;







  border: none;







  border-radius: 0;







}







.navbar







{







  margin: 0;







}







.nav.navbar-nav > li {







  border-right: 1px solid #ffffff;







  margin: 15px 0px;







  padding: 0px 30px;







}







.navbar-nav > li > a {







  







  padding-bottom: 0px;







  padding-top: 0px;







  text-transform: uppercase;







}







.navbar-default .navbar-nav > li > a {







  color: #ffffff;







  font-family: 'Exo';







  font-weight: 700;







  letter-spacing: 3px;







}







.navbar-default .navbar-nav > li:last-child {







  border-right: none;







}







.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover







{







  color: #fff;







}







.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {







  background-color: rgba(0, 0, 0, 0);







  color: #fff;







}







.slider-main {







  background-color: #e5e6e7;







}







.carousel-control.left, .carousel-control.right {







  background-image: none;







  height: 63px;







  width: 33px;







  top: 50%;







  margin-top: -31px;







}







img.top-out {







  margin-left: 40px;







  margin-top: -20px;







}







.company-info{







  background: #d0d2d3;







  padding: 50px 0;







}







.company-info h3,.our-clients h3,.recent-posts h3







{







      border-bottom: 3px solid #222;







    margin-top: 2px;







    float: left;







    width: 100%;







    margin-bottom: 30px;







}

.recent-posts h3 span

{

  font-size: 15px !important;

}

ul.recent-posts {

    list-style: none;

    padding: 10px 20px;

    margin: 0;

    float: left;

    width: 100%;

    background: #222;

    border-top: 10px solid #0a8b24;

    border-bottom: 10px solid #0a8b24;

    border-radius: 5px;

}

.recent-posts li {

    padding: 10px 0;

    border-bottom: 1px dashed #4e4e4e;

}

.recent-posts li:last-child

{

  border-bottom: none;

}

.recent-posts li a {

    color: #fff;

}

.navigation

{

    float: left;

    width: 100%;

    margin: 20px 0 !important;

}

.wp-paginate

{

    margin: 0 auto !important;

    display: table;

}

.wp-paginate a

{

  background: #222 !important;

  border: none !important;

  color: #fff !important;

}

.wp-paginate .current {

    color: #fff !important;

    background: #0a8b24 !important;

    border: none !important    

}

.company-info h3 span,.our-clients h3 span,.recent-posts h3 span







{







      background: #222;







    padding: 10px 35px;







    color: #fff;







    font-size: 20px;







    text-transform: uppercase;







    letter-spacing: 2px;







    float: left;







    font-family: 'Exo';







}







.company-info p{







  color: #6d6e71;







  font-family: 'droid';







  font-size: 14px;







}







.company-info h5







{







  text-transform: uppercase;







  font-family: 'droid-bold';







  letter-spacing: 3px;







  font-size: 16px;







  color: #58595b;







}







.our-clients







{







  padding: 50px 0;







}







.btmsli







{







  width: 100%;







  float: left;







  margin: 30px 0;







}







.carousel-control.left







{







  background: url(images/controls.png) no-repeat 0 -32px !important;







  







}







.carousel-control.right







{







  background: url(images/controls.png) no-repeat -43px -32px !important;







  







}







.heading1 {







    border-bottom: 2px solid #0a8b24;







    margin-top: 2px;







    float: left;







    width: 100%;







}







.heading1 span {







    background: #0a8b24;







    padding: 10px 35px;







    color: #fff;







    font-size: 16px;







    text-transform: uppercase;







    letter-spacing: 2px;







    float: left;







}







.pnm {







    text-align: center;







    color: #fff;







    margin-bottom: 0px;







    margin-top: 10px;







}







.prc {







    color: #fff;







    text-align: center;







    margin-bottom: 0px;







}







.prc span {







    color: #0a8b24;







    font-size: 26px;







    margin-left: 5px;







}















.probtm a {







    background: #f0f1f1;







    width: 100%;







    float: left;







    text-align: center;







    color: #808184;







    padding: 5px;







    border-radius: 2px;







        background-image: url('images/arr.png');







    background-repeat: no-repeat;







    background-position-x: 90%;







    background-position-y: 10px;







}







.blackarea .carousel-control{







    top: 50%;







    width: 30px;







}







.blackarea .carousel-control.left{







  left:-30px;







  background-image: none;







}







.blackarea .carousel-control.right{







  right:-30px;







  background-image: none;







}







.blackarea  .item{







  margin:30px 0;







}















.call-to-action







{







  background: #0a8b24;







  float: left;







  width: 100%;







  padding: 20px 0;







}







.call-to-action h3







{







  font-family: 'Exo';







  font-size: 25px;







  color: #fff;







  text-align: center;







}







.btn-cta







{







  background: #222;







    color: #fff;







    margin-top: 15px;







    text-transform: uppercase;







    font-family: 'Exo';







    font-size: 20px;







    padding: 5px 30px;







}























.scrollToTop {







  background-image: url("images/scroll-top.png");







  background-position: center center;







  background-repeat: no-repeat;







  border-radius: 150px;







  bottom: 50px;







  display: none;







  height: 80px;







  position: fixed;







  right: 20px;







  width: 80px;







  z-index: 99999;







}







.footer-services li







{







  list-style: none;







}







.footer-services li a







{







  color: #fff;







  font-family: 'droid';







  font-size:13px;







}







.address p{







  color: #fff;







  font-family: 'droid';







  font-size:13px;







}







footer {







  background-color: #222;







    float: left;







    width: 100%;







    padding: 50px 0;







}







footer h3 {







  color: #ffffff;







  font-size: 14px;







  font-weight: normal;







  letter-spacing: 3px;







  margin-bottom: 20px;







  margin-top: 30px;







  text-transform: uppercase;







  font-family: 'exobold';







}







.categories-nav ul li {







  display: inline-block;







  width: 100%;







  list-style: none;







  margin-bottom: 3px;







}







.categories-nav a {







  color: #ffffff;







  font-size: 14px;







}







.footer-right a {







  color: #fff;







  text-decoration: none;







  letter-spacing: 2px;







}







.footer-right ul li {







  list-style: none;







  display: inline-block;







  margin-right: 5px;







}







.footer-right a {







  color: #ffffff;







  letter-spacing: 2px;







  margin-top: 20px;







  max-width: 100%;







  text-decoration: none;







}







.footer-right .footer-logo {







  display: inline-block;







  float: right;







  margin-top: 20px;







  max-width: 100%;







}







.footer-bottom {







  background-color: #4e4e4e;







    padding: 10px 0 0;







    width: 100%;







    float: left;







}







.footer-bottom p {







  color: #bcbec0;







  font-size: 12px;







}































































@media (max-width: 1199px) {







form.search-form {







  display: inline-block;







  padding: 0 20px;







  width: 100%;







}















}







@media (max-width: 991px) {


.speedliner-left,.speedliner-right
	{
		width:100% !important;
		padding: 15px;
	}

.application2,.application4
{
  margin-top:0 !important;
}
.application1, .application2, .application3, .application4
{
  margin-bottom:30px;
}

.logo {







  margin: 25px 0;







}















}























@media (max-width:767px) {



.carousel-inner > .item



{



padding: 0 !important;



}



.logo {







  text-align: center;







}







header {







  height: auto;







}







form.search-form {







  margin: 0;







  padding: 0 50px;







}







form.search-form {







  padding: 0;







}







.search-form > button {







  width: 25%;







}







.navbar-default .navbar-toggle {







  border-color: #ffffff;







}







.navbar-default .navbar-toggle .icon-bar {







  background-color: #ffffff;







}







.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {







  background-color: #000000;







}







.slider-main {







  padding-top: 0;







}







.navbar {







  margin-bottom: 10px;







}







img.top-out {







  display: none;







}







.carousel-inner > .item {







  padding-bottom: 30px;







}































}































@media (max-width:639px) {











.cart







{







  float: none !important;







  margin: 10px auto !important;







  display: table !important;







}







.top-info







{







  margin: 0 auto !important;







    display: table !important;







float: none !important;







}







.mrgtb20



{



  margin-top: 0px !important;



}



.logo{



  margin-bottom: 0px !important;



}



.red







{







 padding: 22px 35px !important;







 background-position-x: 100% !important;







 margin:0px 15px 30px 15px;







background-size: 13%;







}







.red h3







{







  font-size: 15px !important;







}







.service-box img







{







width:100%;







}







.btn-cta







{







 margin: 15px auto !important;







display: table !important;







}







}







@media screen and (min-width:667px) and (max-width: 736px)







{







 .premier-shop .col-lg-3.col-md-3.col-sm-3.col-xs-12, footer .col-lg-3.col-md-3.col-sm-6.col-xs-12







{







  width: 50%;







}







.service-box img







{







width:100%;







}







.btn-cta







{







 margin: 15px auto !important;







display: table !important;







}







}







@media screen and (max-width: 736px)







{







.nav.navbar-nav > li







{







  border: none !important;







}







}







.page-content







{







 padding:30px 0;







}







.page-content h1 {







    font-family: 'Exo';







    font-size: 35px;



margin-bottom: 30px;







}







.contact-info







{







 margin-top:30px;







}







.btn-cta:hover







{







  color:#fff !important;







}







.page-id-8 .service-text p {







    min-height: 102px;







}







.dropdown-menu







{







margin-top:15px !important;







background: #222 !important;







}







#rev_slider_1_1_wrapper







{







 z-index: 0;







}



@media screen and (max-width: 580px)
{
   .most-trusted .applicationboxes > .col-lg-6.col-md-6.col-sm-6.col-xs-6,.speedlinerfeaturebox,.applicationboxes > .col-lg-3.col-md-3.col-sm-6.col-xs-6
   {
      width: 100% !important;
   }
.most-trusted .applicationboxes > .col-lg-6.col-md-6.col-sm-6.col-xs-6
{
  margin-bottom:30px;
}
}



@media screen and (max-width: 414px)



{



  .footer-bottom .col-xs-6.text-left,.footer-bottom .col-xs-6.text-right



  {



    width: 100%;



    text-align: center;



  }



.header-top ul li



{



text-align:center;



}



.header-top ul a



{



font-size:17px;



}



}

.top-socials

{

  width: 100%;

  float: left;

  margin: 5px 0;

}

.social-list

{

  margin:0;

}

.social-list li

{

  display: inline-block;

  float:left;

  margin-right:5px;

}

.social-list li i

{

    background: #222;

    width: 30px;

    height: 30px;

    border-radius: 100%;

    font-size: 15px;

    color: #fff;

    text-align: center;

    padding: 7px;

}

.social-list li:last-child

{

  margin:0;

}

.header-top ul li {    

    font-size: 15px;

    font-family: 'droid-bold';

    margin:10px 0;

}

.header-top i.fa {

    background: green;

    width: 30px;

    height: 30px;

    border-radius: 100%;

    font-size: 15px;

    color: #fff;

    text-align: center;

    padding: 7px;

}

.home .service-box img {
    width: 100%;
    
}

@media (min-width: 1024px)
{
  .home .service-box img
  {
    min-height: 206px;
  }
  
}
.speedliner-left
{
  width: 50%;
  float: left;
}
.speedliner-right
{
  width: 50%;
  float: left;
  padding: 0px 15px;
}
.speedlinerfeaturebox h2,.speedlinerfeaturebox p
{
  margin:0;
}
.speedlinerfeaturebox {
  width: 48%;
  float:left;
  margin:0px 15px 10px 0px;
}
.speedlinerfeaturebox.durable
{
  background: url('http://mccormacksauto.com.au/wp-content/uploads/2017/05/durable.png') rgba(0,0,0,0.9); 
  background-size: cover;
  background-repeat: no-repeat;
}

.speedlinerfeaturebox.performace
{
  background: url('http://mccormacksauto.com.au/wp-content/uploads/2017/05/performance.png') rgba(0,0,0,0.9); 
  background-size: cover;
  background-repeat: no-repeat; 
}
.speedlinerfeaturebox.longlasting
{
  background: url('http://mccormacksauto.com.au/wp-content/uploads/2017/05/longlasting.png') rgba(0,0,0,0.9); 
  background-size: cover;
  background-repeat: no-repeat;
}
.speedlinerfeaturebox.worldwide
{
  background: url('http://mccormacksauto.com.au/wp-content/uploads/2017/05/worldwide.png') rgba(0,0,0,0.9); 
  background-size: cover;
  background-repeat: no-repeat;
}
.speedlinerfeaturebox.even
{
  margin-right:0px;
}
.durable,.worldwide,.longlasting,.performace
{
  padding: 20px;
}
.speedlinerfeaturebox h2
{
   font-family: 'droid-bold';
   font-size: 16px;
   color: #0a8b24;
   text-transform: uppercase;
   margin-bottom: 20px;
}
.speedlinerfeaturebox p
{
   font-family: 'droid';
   font-size: 14px;
   color: #fff;
}
.hightligher
{
  background: #222222;
  padding:10px 20px;
  margin-bottom: 30px;
}
.hightligher p
{
  font-family: 'droid-bold';
  font-size: 16px;
  color: #fff;
  margin:0;
  text-transform: uppercase;
}
.speedliner-right h2
{
  font-family: 'droid-bold';
  font-size: 16px;
  color: #0a8b24;
  margin:0;
}
.speedliner-right p.graytext
{
  color: #9e9e9e;
  font-family: 'droid-bold';
  font-size: 16px;
  margin:0;
}
.speedliner-features
{
  background: #0a8b24;
  padding: 20px 0;
}
.flag-features li
{   
    font-family: 'droid-bold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;    
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
.spray-bedliner
{
   background: url(http://mccormacksauto.com.au/wp-content/uploads/2017/05/nissan-1.png) rgb(0,0,0);
   background-size: cover;
   background-repeat: no-repeat;
   padding: 30px 0;
}
.spray-bedliner h1, .spray-bedliner p
{
   color: #0a8b24;
}
.spray-bedliner h1
{
  font-family: 'Exo';
  font-size: 35px;
  text-transform: uppercase;
}
.spray-bedliner p
{
  font-family: 'droid-bold';
  font-size: 14px;
  text-transform: uppercase;
}
.application1,.application2,.application3,.application4
{    
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 300px;
    position: relative;
    padding: 0;
}
.applicationboxes
{
  margin: 80px 0;
    float: left;
    width: 100%;
}
.application4
{
	background: url(http://mccormacksauto.com.au/wp-content/uploads/2017/06/PLASTIC-LINER-2A.jpg);
        margin-top:50px;
/*http://mccormacksauto.com.au/wp-content/uploads/2017/05/s2.png*/
}
.application3
{
	background: url(http://mccormacksauto.com.au/wp-content/uploads/2017/06/PLASTIC-LINER-1D.jpg);
/*http://mccormacksauto.com.au/wp-content/uploads/2017/05/s3.png*/
}
.application2
{
	background: url(http://mccormacksauto.com.au/wp-content/uploads/2017/06/PLASTIC-LINER-1C.jpg);
         margin-top:50px;
/*http://mccormacksauto.com.au/wp-content/uploads/2017/05/s2.png*/
}
.application1
{
	background: url(http://mccormacksauto.com.au/wp-content/uploads/2017/06/PLASTIC-LINER-1A_1.jpg);
/*http://mccormacksauto.com.au/wp-content/uploads/2017/05/s1.png*/
}
.greenoverlay
{
	position: absolute;
    background: #0a8b24;
    width: 100%;
    z-index: 1;
    bottom: 10%;
    padding: 10px;
}
.greenoverlay p
{
	color: #fff;
    text-transform: none;
    margin: 0;
}
.greenoverlay h3
{
	margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'droid-bold';
    text-transform: uppercase;
}
.most-trusted h1
{
	font-family: 'Exo';
	font-size: 35px;
	color: #222;
	text-transform: uppercase;
}
.most-trusted p
{
	font-family: 'Exo';
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
}
.description
{
	background: #222;
	padding: 40px 30px;
	color: #fff;
	position: relative;
}
.whitebox
{
	position: absolute;
	padding: 20px 30px;
	top:-50px;
        background: #fff;
}
.whitebox p
{
	font-family: 'droid-bold';
	font-size: 16px;
	color: #0a8b24 !important;
	text-transform: uppercase;
        margin: 0 !important;
}
.description p
{
        color: #fff;
        margin-top:30px;
}
p.desc
{
   text-transform: none;
}
.most-trusted
{
      width:100%;
      float: left;
      padding: 30px 0;
}
.most-trusted img
{
      width:100%;
}

.final-tiles-gallery .loading-bar
{
   display: none !important;
}
.final-tiles-gallery .ftg-filters a
{
   color: #fff !important;
   border: 1px solid #fff !important;
}
.final-tiles-gallery .ftg-filters a:hover, .final-tiles-gallery .ftg-filters a.selected
{
   color: #0a8b24!important;
   border: 1px solid #0a8b24 !important;
}