/*
#------------------------------------------------------------------------
# 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 */


#gkLogo.cssLogo {
    background: url(../../../images/logo.png) no-repeat center center;
    background-size: contain;
    height: 265px;
    margin: 70px auto 0 auto;
    width: 750px;
}

.frontpage #gkHeader {
    background: url(../images/background5.jpg) no-repeat center top;
    background-attachment: fixed;
}
#gkHeaderMod h1 {
    padding-top: 30px;
    text-shadow: 1px 1px #000;
    background: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    border-right: 1px solid rgba(0, 0, 0, 0.8);
}
.gk-description-right-img {
    bottom: 0px !important;
}
#gkPageContent {
    padding: 100px 0 0px;
}
#gkLogoSmall.cssLogo {
    background: url(../../../images/logo.png) no-repeat center center;
    background-size: contain;
    background-position: center center;
    height: 70px;
    margin-top: 3px!important;
        width: 242px;
}
#gkHeaderNav #gkLogoSmall {
    margin: 0 0 0 -100px;
}