/*
#------------------------------------------------------------------------
# Steak House - Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 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 */
#gkPreloader { display:none!important; }

.menuchange .gkMenu > ul > li > a {
    color: #000 ;
}
.menuchange .gkMenu > ul > li.active > a {
    color: #f2c029;
}
#gkFooter{
    display:none;
    
}
a:hover {
  text-decoration: none;
}
.image:hover {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
   background:rgba(0,0,0,0.6);
}
.enlarge{
    display: flex;
    
}
.enlarge a{
   flex-grow: 1;
   padding-top:110px;
    
}
.center{
    margin:0 auto;
}
#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5, #gkBottom6 {
  padding: 0px 0;
}
#gkBottom1 > div > .box, #gkBottom2 > div > .box, #gkBottom3 > div > .box, #gkBottom4 > div > .box {
  margin-bottom: 0px;
}
#gkBottom6 .gkPage {
  max-width: 100%;
}
.menuchange .gkMenu > ul > li > a:hover {
    color: #f2c029;
}
.menuchange  #gkHeaderNav.static {
    top: 0px;
    background-color: #fff;
}

.menuchange #gkLogoSmall{
    display:none !important;
}
.menuchange #gkLogoBlack{
    display:block !important;
}
.menuchange #gkMobileMenu i {
    color: #000 !important;
}
#gkPageContent .gkPage{
    width:100%;
    max-width: 100%;
}
#gkSocialAPI{
    display:none;
}
#gkPageContent {
    margin-top: 0px !important;
}
#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5, #gkBottom6 {
    padding: 0px 0 ;
}
.itemView.singlePage {
    max-width: 100%;
}
#gkMainbodyTop + #gkMainbody {
    margin-top: 0;
    padding-top: 0px;
}
.itemBody h1, .itemBody h2, .itemBody h3, .itemBody h4, .itemBody h5, .itemBody h6 {
    margin: 0px 0 10px;
}
#gkMainbody {
    margin-bottom: 0px;
}
button:hover, .button:hover{
    background: transparent !important;
}
.eb-close {

    font-size: 0px ;
}

@media (max-width: 1826px) {
    
   .frontpage #gkPageContent {
        margin-top: -26px !important;
    }
    
}
.yellow1 {
  color: #F2C029;
}
#gkBottom2 .content.gkPage {
	max-width: 100%;
}
#gkBottom1 > div > .box, #gkBottom2 > div > .box, #gkBottom3 > div > .box, #gkBottom4 > div > .box {
  margin-bottom: 0;
}
.green1 {
  color: #2D9247;
}