/*
#------------------------------------------------------------------------
# University - May 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 
*/
figcaption {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}


#menu1039 {background:#fa7252; border-radius:8px;}
#menu1039:hover {background:#fa7252; border-radius:8px;color:#fff;}

#gkHeader {
    max-width: 100%;
}

/* Here you can include your override CSS styles */
.svg #gkLogo.cssLogo {
    background-image: url("../images/logo.svg");
    background-size: 200px auto;
}

#gkIs-gk-is-682.gkIsWrapper-gk_university {
    min-height: 700px;
    overflow: hidden;
}

.gkMenu > ul > li > a {
    color: #fff;
    display: block;
    height: 75px;
    line-height: 75px;
    position: relative;
    font-size:16px
}


#gkHeaderNav {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.45+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

    padding:  10px 0 40px;

    position: absolute;
    top: 0;
    transition: top 0.5s ease-out 0s;
    width: 100%;
    z-index: 10000;
}