/*
#------------------------------------------------------------------------
# BikeStore - June Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */
#gkHeader .gkPage { max-width: none; width: 100%;}
#gkHeader { padding: 0; }
.PricediscountedPriceWithoutTax {display: none!important;}
#gkLogo.cssLogo {background-color: rgba(251, 90, 41, 0)!important; width: 210px!important;}
.gkIsImage {height: 552px!important; margin-top: -20px!important;}
.mod_sef_table {background-color: white!important; width: 38%!important; }
.mod_sef_input_textarea {width:335px!important;}
.mod_sef {margin-top: -635px; position: absolute;padding: 10px; background-color: white;}
.ztvc-visitor-counter {
    width: 100%!important;
    margin-top: 0px!important;
    margin-left: -11px!important;
}
.cols-3 .column-3 {
      margin-top: -19px;
}
.image1 {
    width: 100%;
    height: 100%;    
}

.image1 img {
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

.image1:hover img {
    -webkit-transform:scale(1.07); /* Safari and Chrome */
    -moz-transform:scale(1.07); /* Firefox */
    -ms-transform:scale(1.07); /* IE 9 */
    -o-transform:scale(1.07); /* Opera */
     transform:scale(1.07);
}
#module522 {
  display: none;
}
media="(max-width: 540px)"
#module522 {
  display: inherit!important;
}
