/*
#------------------------------------------------------------------------
# CloudHost - September Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 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 */

.sc-center{
  max-width: 200px;
  margin: 10px auto; 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.gkMenu > ul > li > a, .imageBg #gkMenuWrap .gkMenu > ul > li > a {
    padding: 0 10px!important;
}

.gk-info, #gkMenuWrap .gk-info {
    line-height: 1.6!important;
}

.itemTagsBlock ul li:before {
    color: #e24f43;
    content: "\f02b";
    font-size: 10px!important;
    font-family: FontAwesome;
	padding-left:12px;
    left: 0;
    position: absolute;
    top: 5px!important;
}
.itemTags li:before{
	color: #e24f43;
	content: "\f02b"!important;
	font-size: 10px!important;
	font-family: FontAwesome;
	padding-left:12px;
	left: 0;
	position: absolute;
	top: 5px!important;
}

h2 > sup{
	background:none;
	color:#000000;
	vertical-align: super;
	font-size:15px;
}

