/*
#------------------------------------------------------------------------
# John S. - March 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 */

#gkMainMenu .gkMenu > ul > li {
    float: none;
    display: inline-block;
}

body {
    color: #3a3637;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    word-wrap: break-word;
}

.gk-header1 h1 {
    color: #c9c9c9;
    font-size: 62px;
    font-weight: bold;
    letter-spacing: -5px;
    line-height: 0.85;
    margin: 0 0 32px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}