@charset "utf-8";
body {
	font: 100%/1.4 "Open Sans", Arial, Verdana;
	font-style: normal;
	font-weight: 400;
	color: #4a413e;
	background:url(images/bg.png) #FFFFFF repeat;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration:none;
	color:#4a413e;
	transition: color .3s ease-in-out;
   	-moz-transition: color .3s ease-in-out;
   	-webkit-transition: color .3s ease-in-out;
	cursor:pointer;
}
a:hover, a:focus {
	color:#da8240;	
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
p {
	margin-bottom:5px;
}
h1 {
	font-family:"Roboto Slab";
	font-size:30px;
	font-weight:700;
	position:relative;
}
h1:before {
	width:30px;
	content : "";
	position: absolute;
	left    : 0;
	bottom  : 0;
	height  : 2px;
	border-bottom:#da8240 2px solid;	
}
.credits {
	float:right;
	width:127px;
	display:block;
	margin-top:10px;
}
a img {
	border: none;
}
header, section, footer, aside, article, figure {
	display: block;
}
header {
	position:fixed;
	width:100%;
	height:103px;	
	z-index:9999;
}

.top_nav {
	background-image: -moz-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(255,255,255) 37%);
	background-image: -webkit-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(255,255,255) 37%);
	background-image: -ms-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(255,255,255) 37%);
	box-shadow: 0px 3px 6px 0px rgba(0, 1, 1, 0.28);
	width: 100%;
	height: 90px;
	display:block;
	font-size:20px;
	vertical-align:middle;
}
.menu_glowne {
	list-style:none;
	font-size:14px;
	font-weight:700;
	float:right;
	margin-right:-30px !important;
}
.menu_glowne li {	
	margin-right:20px;
	float:left;
	padding-top:35px;
}
.menu_glowne li a:link, .menu_glowne li a:visited {
	text-decoration:none;
	color:#4a413e;
	transition: color .3s ease-in-out;
   	-moz-transition: color .3s ease-in-out;
   	-webkit-transition: color .3s ease-in-out;
	cursor:pointer;
}
.menu_glowne li a:hover, .menu_glowne li a:focus {
	color:#da8240;	
}
.small_menu {
	background-color:#4a413e;
	height:30px;
	width:100%;
	display:block;
	color:#998c87;
	font-size:14px;
	font-weight:700;
}
.small_menu a:link, .small_menu a:visited {
	text-decoration:none;
	color:#998c87;
	transition: color .3s ease-in-out;
   	-moz-transition: color .3s ease-in-out;
   	-webkit-transition: color .3s ease-in-out;
	cursor:pointer;
}
.small_menu a:hover, .small_menu a:focus {
	color:#da8240;	
}
.goRight {
	float:right;	
}
.wrapp_small {
	width:1150px;
	margin:0 auto;
	padding-top:6px;
}
.wrapper {
	width:1150px;
	height:100%;
	display:block;
	margin:0 auto;	
	padding-top:135px;
}
.wrapp_top {
	width:1150px;
	height:100%;
	display:block;
	margin:0 auto;	
}
.thin {
	 font-weight:300;
}
input[type=search] {
	color: #4a413e;
	border:none;
	font-size:12px;
	margin-bottom:20px;
	padding-left:10px;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	font-weight:400;
	float:right;
	border-radius:20px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
	width: 126px;
	height: 31px;
	margin-top:29px;
}
input[type=submit] {
	display:block;
	width:30px;
	height:32px;
	z-index:999;
	position:relative;
	cursor:pointer;
	border:none;
	background:url(images/lupa.png) no-repeat;
	float: right;
	left: 134px;
	top: 33px;
}
.wrapp_small i {
	margin-left:27px;
}
.slider {
	height:239px;
	width:100%;
	display:block;
	overflow:hidden;
	margin-top: -15px;
}
footer {
	clear:both;
	width:100%;	
	height:85px;
	border-bottom:7px #9a9a9a solid;
	border-top:dashed 1px #9a9a9a;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:15px;
	color:#9a9a9a;
	font-size:10px;
	font-weight:400;
}
.foo_1 {
	width:250px;
	display:block;
	float:left;
}
.foo_2 {
	float:left;
	width:250px;
	display:block;
}
.foo_3 {
	text-align:center;
	float: left;
	width: 430px;
	margin-top:10px;
}
footer h1 {
	font-size:18px;
	margin-bottom:2px;
}
.foo_nav {
	margin-left:10px;
	margin-top:0;
	list-style:none;
	line-height:12px;
}
footer a:link, footer a:visited {
	color:#9a9a9a;
}
footer a:hover, footer a:focus {
	color:#4A413E;
}
.sidebar {
	width:250px;
	float:left;
	height:100%;
	min-height:100%;
	display:block;
	padding-top:15px;
	font-size:14px;
	font-weight:400;
}
.sidebar ul {
	list-style:none;
	padding-left:10px;
	margin-bottom:10px;
}
.sidebar ul li {
	line-height:20px;
}
.sidebar h1 {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:5px;
}
.tresc {
	width:860px;
	float:left;
	heoght:100%;
	padding:10px 20px 10px;
	font-size:16px;
}
.foobar h1 {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:5px;
}
.btn {
	border: medium none;
	font-family: inherit;
	font-size: 14px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 4px 20px;
	display: inline-block;
	margin: 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: medium none;
	position: relative;
	transition: all 0.3s ease 0s;
}
.btn-2 {
	background: #da8240;
	color: #fff;
	box-shadow: 0 4px #b6682e;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn-2c {
	border-radius: 5px;
}

.btn-2c:hover {
	box-shadow: 0 3px #a7602b;
	top: 1px;
}

.btn-2c:active {
	box-shadow: 0 0 #a7602b;
	top: 5px;
}





/*
ICOMOON
*/

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?fo2yoh');
	src:url('fonts/icomoon.eot?#iefixfo2yoh') format('embedded-opentype'),
		url('fonts/icomoon.woff?fo2yoh') format('woff'),
		url('fonts/icomoon.ttf?fo2yoh') format('truetype'),
		url('fonts/icomoon.svg?fo2yoh#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e600";
}
.icon-pencil:before {
	content: "\e601";
}
.icon-image:before {
	content: "\e602";
}
.icon-image2:before {
	content: "\e603";
}
.icon-music:before {
	content: "\e604";
}
.icon-play:before {
	content: "\e605";
}
.icon-tag:before {
	content: "\e606";
}
.icon-tags:before {
	content: "\e607";
}
.icon-barcode:before {
	content: "\e608";
}
.icon-qrcode:before {
	content: "\e609";
}
.icon-cart:before {
	content: "\e60a";
}
.icon-cart2:before {
	content: "\e60b";
}
.icon-cart3:before {
	content: "\e60c";
}
.icon-phone:before {
	content: "\e60d";
}
.icon-phone-hang-up:before {
	content: "\e60e";
}
.icon-envelope:before {
	content: "\e60f";
}
.icon-location:before {
	content: "\e610";
}
.icon-location2:before {
	content: "\e611";
}
.icon-print:before {
	content: "\e612";
}
.icon-download:before {
	content: "\e613";
}
.icon-upload:before {
	content: "\e614";
}
.icon-disk:before {
	content: "\e615";
}
.icon-undo:before {
	content: "\e616";
}
.icon-redo:before {
	content: "\e617";
}
.icon-forward:before {
	content: "\e618";
}
.icon-reply:before {
	content: "\e619";
}
.icon-bubbles:before {
	content: "\e61a";
}
.icon-bubbles2:before {
	content: "\e61b";
}
.icon-user:before {
	content: "\e61c";
}
.icon-users:before {
	content: "\e61d";
}
.icon-user2:before {
	content: "\e61e";
}
.icon-users2:before {
	content: "\e61f";
}
.icon-quotes-left:before {
	content: "\e620";
}
.icon-spinner:before {
	content: "\e621";
}
.icon-search:before {
	content: "\e622";
}
.icon-expand:before {
	content: "\e623";
}
.icon-key:before {
	content: "\e624";
}
.icon-lock:before {
	content: "\e625";
}
.icon-cog:before {
	content: "\e626";
}
.icon-cogs:before {
	content: "\e627";
}
.icon-cog2:before {
	content: "\e628";
}
.icon-info:before {
	content: "\e629";
}
.icon-blocked:before {
	content: "\e62a";
}
.icon-close:before {
	content: "\e62b";
}
.icon-checkmark:before {
	content: "\e62c";
}
.icon-enter:before {
	content: "\e62d";
}
.icon-exit:before {
	content: "\e62e";
}
.icon-loop:before {
	content: "\e62f";
}
.icon-arrow-right:before {
	content: "\e630";
}
.icon-arrow-left:before {
	content: "\e631";
}
.icon-filter:before {
	content: "\e632";
}
.icon-filter2:before {
	content: "\e633";
}
.icon-embed:before {
	content: "\e634";
}
.icon-code:before {
	content: "\e635";
}
.icon-console:before {
	content: "\e636";
}
.icon-share:before {
	content: "\e637";
}
.icon-mail:before {
	content: "\e638";
}
.icon-mail2:before {
	content: "\e639";
}
.icon-google:before {
	content: "\e63a";
}
.icon-googleplus:before {
	content: "\e63b";
}
.icon-googleplus2:before {
	content: "\e63c";
}
.icon-facebook:before {
	content: "\e63d";
}
.icon-facebook2:before {
	content: "\e63e";
}
.icon-twitter:before {
	content: "\e63f";
}
.icon-feed:before {
	content: "\e640";
}
.icon-youtube:before {
	content: "\e641";
}
.icon-vimeo:before {
	content: "\e642";
}
.icon-flickr:before {
	content: "\e643";
}
.icon-phone2:before {
	content: "\e644";
}
.icon-mobile:before {
	content: "\e645";
}
.icon-mail3:before {
	content: "\e646";
}
.icon-user3:before {
	content: "\e647";
}
.icon-export:before {
	content: "\e648";
}
.icon-search2:before {
	content: "\e649";
}
.icon-gauge:before {
	content: "\e64a";
}
.icon-upload2:before {
	content: "\e64b";
}
.icon-download2:before {
	content: "\e64c";
}
.icon-disk2:before {
	content: "\e64d";
}
.icon-resize-enlarge:before {
	content: "\e64e";
}
.icon-resize-shrink:before {
	content: "\e64f";
}
.icon-flow-branch:before {
	content: "\e650";
}
.icon-arrow-left2:before {
	content: "\e651";
}
.icon-arrow-down:before {
	content: "\e652";
}
.icon-arrow-up-upload:before {
	content: "\e653";
}
.icon-arrow-right2:before {
	content: "\e654";
}
.icon-arrow-left3:before {
	content: "\e655";
}
.icon-arrow-down2:before {
	content: "\e656";
}
.icon-arrow-up:before {
	content: "\e657";
}
.icon-arrow-right3:before {
	content: "\e658";
}
.icon-arrow-left4:before {
	content: "\e659";
}
.icon-arrow-down3:before {
	content: "\e65a";
}
.icon-arrow-up2:before {
	content: "\e65b";
}
.icon-arrow-right4:before {
	content: "\e65c";
}
.icon-arrow-left5:before {
	content: "\e65d";
}
.icon-arrow-down4:before {
	content: "\e65e";
}
.icon-arrow-up3:before {
	content: "\e65f";
}
.icon-arrow-right5:before {
	content: "\e660";
}
.icon-arrow-left6:before {
	content: "\e661";
}
.icon-arrow-down5:before {
	content: "\e662";
}
.icon-arrow-up4:before {
	content: "\e663";
}
.icon-arrow-right6:before {
	content: "\e664";
}
.icon-arrow-left7:before {
	content: "\e665";
}
.icon-arrow-down6:before {
	content: "\e666";
}
.icon-arrow-up5:before {
	content: "\e667";
}
.icon-uniE668:before {
	content: "\e668";
}
.icon-vimeo2:before {
	content: "\e669";
}
.icon-twitter2:before {
	content: "\e66a";
}
.icon-facebook3:before {
	content: "\e66b";
}
.icon-googleplus3:before {
	content: "\e66c";
}
.icon-pinterest:before {
	content: "\e66d";
}
.icon-tumblr:before {
	content: "\e66e";
}
.icon-linkedin:before {
	content: "\e66f";
}
.icon-lastfm:before {
	content: "\e670";
}
.icon-spotify:before {
	content: "\e671";
}
.icon-skype:before {
	content: "\e672";
}


