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

/* Here you can include your override CSS styles */


@media only (max-width:1040px) {
body {
    font-size: 14px;
}
}

@media only (max-width:1040px) {
#gkMainMenu {
    display: block !important;
}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
.notablet { display: none !Important; }
}

@media only screen and (max-width:767px) {
.nomobile { display: none !Important; }
}

@media only screen and (max-width:1024px) {
  .onlymobile { display: block!important; }
}

.uk-article-meta {
    font-size: 16px;
    font-weight: bold;
  color: #999;
  }

.uk-button {
    margin: 0;
    font: inherit;
    color: #444;
    box-sizing: border-box;
    padding: 0 15px;
    background: none;
    line-height: 100%;
    min-height: 35px;
    font-size: 100%;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.1)!important;
    border-radius: 2px;
  text-transform: uppercase;
}

 .wall-centered .wk-gallery-wall {
  display: table;
  margin: 0 auto;
  text-align: center;
  }

  .wall-centered .wk-gallery-wall > * {
  display: inline-block;
  float: none;
  }

  .my-3 description {font-weight: 300;}

p.notification {
background-color: #C8D8EB;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;}

.widgekit {
  padding-bottom: 0px;
}