/*
#------------------------------------------------------------------------
# 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 */


@charset "UTF-8";

@font-face {
  font-family: "del-prete";
src:url("../fonts/del-prete/del-prete.eot");
  src:url("../fonts/del-prete/del-prete.eot?#iefix") format("embedded-opentype"),
    url("../fonts/del-prete/del-prete.woff") format("woff"),
    url("../fonts/del-prete/del-prete.ttf") format("truetype"),
    url("../fonts/del-prete/del-prete.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "del-prete" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "del-prete" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-truck:before {
  content: "a";
}
.icon-tree-outline:before {
  content: "b";
}
.icon-tree-solid:before {
  content: "c";
}
.icon-factory-lift-streamline-warehouse:before {
  content: "d";
}
.icon-caddie-shopping-streamline:before {
  content: "e";
}
.icon-lightbulb:before {
  content: "f";
}
.icon-mountains:before {
  content: "g";
}
.icon-home:before {
  content: "h";
}
.icon-leaf:before {
  content: "i";
}
.icon-bag:before {
  content: "j";
}
.icon-leaf-1:before {
  content: "k";
}
.icon-picasa:before {
  content: "l";
}
.icon-truck-1:before {
  content: "m";
}
.icon-trash:before {
  content: "n";
}
.icon-ecocamion:before {
  content: "o";
}
.icon-ecocarta:before {
  content: "p";
}
.icon-ecocasa:before {
  content: "q";
}
.icon-ecocircle:before {
  content: "r";
}
.icon-ecocycle:before {
  content: "s";
}
.icon-ecofabric:before {
  content: "t";
}
.icon-ecoidea:before {
  content: "u";
}
.icon-ecomani:before {
  content: "v";
}
.icon-ecomondo:before {
  content: "w";
}
.icon-ecoraccolta:before {
  content: "x";
}

/* Logo  */

#gkHeaderNav #gkLogoSmall {
	left: 50%;
	margin: 0 0 0 -136px!important;
	position: absolute;
	top: 0;
	z-index: 1;
}

#gkLogo,
#gkLogoSmall {
	display: block;
	float: none;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	text-shadow: none;
}
#gkLogoSmall { 
	float: left; 
	height: 73px;
	width: 280px;
}
#gkLogo img,
#gkLogoSmall img {
	display: block;
	height: auto;
	margin: 30px auto 0 auto;
	max-width: 280px!important;
}
#gkLogoSmall img {
	max-height: 73px;
	margin: 0;
	width: auto;
}
#gkLogo.cssLogo {
	background: url('../images/logo.png') no-repeat center center;
	background-size: contain;
	/* You can specify there logo size and background */
	height: 289px!important;
	margin: 20px auto 0 auto;
	width: 550px!important;
}
#gkLogoSmall.cssLogo {
	background: url('../images/logo-small.png') no-repeat center center;
	background-size: contain;
	background-position: center center;
	/* You can specify there logo size and background */
	height: 73px!important;
	margin-top: 3px!important;
	width: 280px!important;
}
@media (max-height: 500px){
#gkLogo.cssLogo {
height: 120px!important;
  width: 280px!important;
  }
  }
