/* =Global HTML
-------------------------------------------------- */
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #eee url("../img/body-bg.gif") repeat scroll 0 0;
}

body {
	
	/*font: 75%/1.5 Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #515151;*/
	background: rgba(0, 0, 0, 0) url("../img/yellow-strip.gif") repeat-y scroll 0 0 ;
    color: #515151;
    font: 81.3%/1.5 "Weber Regular",Arial,sans-serif;
    position: relative;
}

iframe { background-color: #fff; }

a {
	color: inherit;
}

strong {
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

legend {
	margin-bottom: 10px;
	font-size: 18px;
}

label {
	cursor: pointer;
}

input[type="text"],input[type="password"],input[type="email"],input[type="number"],textarea,select
	{
	padding: 5px;
	height: 37px;
	border: 5px solid #f3f3f3;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .3);
	transition: border-color .6s;
	color: #666666;
    font-family: "Weber Regular",Arial,sans-serif;
}

textarea {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #666666;
    font-family: "Weber Regular",Arial,sans-serif;
}

input:focus,textarea:focus,select:focus {
	/*border-color: #ffec00;*/
}

.hform label {
	margin-top: 5px;
}

.error label {
	color: #c00;
}

caption {
	padding: 5px 10px;
	text-align: left;
}

caption,thead th {
	background-color: #515151;
	font-weight: 700;
	font-size: 14px;
	color: #ffec00;
}

tr {
	background-color: #f8f8f8;
}

tr:nth-child(even) {
	background-color: #e9e9e9;
}

th,td {
	padding: 5px 10px;
	border: 1px solid #fff;
	vertical-align: middle;
}

tbody th {
	font-weight: 700;
}

tbody tr:hover th,tbody tr:hover td {
	background-color: #ffec00;
	color: #1b1b1b;
	transition: all .4s linear;
}

.page-cart input[title="Quantity"] {
	width: 60px;
}

/* =Layouts
-------------------------------------------------- */
.main {
	margin: 0 auto;
	max-width: 960px;
}

.wrapper:after {
	clear: both;
	height: 0;
	content: "";
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.container {
	margin: 0 10px 20px;
	background: url(../img/container-bg.gif) repeat-y #fff;
	border: 1px solid #dfdfdf;
}

.container:after {
	clear: both;
	height: 0;
	content: "";
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.content {
	float: right;
	padding: 20px;
	width: 680px;
}

.sidebar {
	float: left;
	width: 218px;
}

/* =Header
-------------------------------------------------- */
.header {
	/*position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 10;*/
	background: url("../img/yellow-strip.gif") repeat-y scroll 0 0 #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    height: 100px;
    position: relative;
    z-index: 1;
}

.header .wrapper {
	max-width: 940px;
}

.header .identity {
	float: left;
	margin-bottom: 20px;
}

.header .identity a {
	display: block;
}

.header .identity img {
	float: left;
	margin-right: 30px;
}

.header .languages strong {
	font-weight: 700;
	color: #1b1b11;
}
.content .abstract {
    margin: 0;
    position: relative;
}
.box {
    margin: 0 10px;
}
.content .abstract .figcaption {
    background-color: rgba(29, 29, 29, 0.8);
    border-left: 0 none;
    bottom: 0;
    color: #fff;
    font-family: "Weber Medium",Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    left: 0;
    line-height: 26px;
   /* max-height: 140px;*/
    max-width: 47%;
    padding: 8px 20px 0;
    position: absolute;
    top: 0;
}
.content .abstract .figcaption .t-little{ font-size: 12px; font-weight: normal; font-family: "Weber",Arial,sans-serif; line-height: 16px;}
.content .abstract img { border-bottom-right-radius: 20px; border-top-right-radius: 20px; margin-left: 200px; }

/* =Footer
-------------------------------------------------- */
.strip {
    height: 140px;
    left: 0;
    position: absolute;
   /*width: 30px;*/
    transform: rotate(-90deg);
	transform-origin: left top 0;
	margin-top: 38%;
	margin-left: 3px;
	font-family:'Weber Brush';
	font-size: 11px;
}

.footer {
	position: relative;
	margin: 0 auto;
	padding-top: 5px;
	max-width: 960px;
}

.footer:after {
	clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.footer .services {
	margin: 0 auto;
	width: 100%;
	max-width: 780px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: table;
}

.footer .services span {
	display: table-cell;
}

.footer .services span a {
	position: relative;
	margin: 0 auto;
	padding: 30px 0 30px 70px;
	max-width: 200px;
	display: block;
	transition: color .3s;
}

.footer .services span a:hover {
	text-decoration: none;
	color: #1b1b11;
}

.footer .services span a img {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
}

.footer .legal{ max-width: 50%; margin: 0 auto; font-size: 11px;}

/* =Content
-------------------------------------------------- */
.content h1 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 26px;
	color: #1b1b1b;
	font-family: "Weber Medium",Arial,sans-serif;
}
.content h1 p{ font-family: "Weber Medium",Arial,sans-serif; }

.content h2 {
	font-weight: 700;
	font-size: 18px;
}

/* =Navigations
-------------------------------------------------- */
.nav-main {
	margin: 0 auto 20px;
	background: #4f4f4f;
	background: linear-gradient(#333 0%, #4f4f4f 20%, #333 100%);
	width: 940px;
	border-top: 8px solid #ffec00;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
}

.nav-main:after {
	clear: both;
	height: 0;
	content: "";
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.nav-main a {
	float: left;
	position: relative;
	padding: 10px;
	width: 180px;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #525252;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	display: block;
	transition: color .4s;
}

.nav-main a:hover,.nav-main a:focus {
	text-decoration: none;
	color: #ffec00;
}

.nav-main a.last {
	box-shadow: 1px 0 0 #2b2b2b;
}

.nav-main a.active {
	background: #444;
	background: linear-gradient(#333, #444);
	color: #ffec00;
}

.nav-main a.active:after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ffec00;
	content: "";
	z-index: 1;
}

.nav-quick {
	margin-bottom: 20px;
	background: #e9e9e9;
	background: linear-gradient(to right, #fff 10%, #e9e9e9);
	font-size: 11px;
	line-height: 32px;
}

.nav-quick:after {
	clear: both;
	height: 0;
	content: "";
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.nav-quick span {
	float: right;
	padding: 4px 10px;
}

.nav-menu {
	margin-bottom: 10px;
	background-color: #444;
	box-shadow: 0 5px 0 rgba(0, 0, 0, .1);
	color: #fff;
}

.nav-menu span {
	padding: 15px 20px;
	background: #ffec00;
	background: linear-gradient(#FFF83B, #FFD429);
	border-bottom: 1px solid #ffec00;
	font-weight: 700;
	font-size: 18px;
	color: #1b1b11;
	display: block;
}

.nav-menu a {
	margin: 0 20px;
	padding: 10px 0 10px 10px;
	background: url("../img/bullet.png") no-repeat 0 50%;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #3d3d3d;
	display: block;
}

.nav-menu a:hover,.nav-menu a:focus,.nav-menu a.active {
	text-decoration: none;
	color: #ffec00;
}

.nav-menu a.active {
	font-weight: 700;
}

.nav-footer {
	padding: 10px 0;
	background-color: #5a4c40;
	line-height: 20px;
	text-align: center;
	color: #d5d5d5;
}

.nav-footer a {
	margin: 0 5px;
	color: #fff;
}

.nav-footer span {
	display: block;
}

/* =Components
-------------------------------------------------- */
.btn {
/*	margin: 0;
	padding: 0 5px;
	background: #ffec00;
	background: linear-gradient(#FFF83B, #FFD429);
	height: 28px;
	border: 1px solid #e6df2b;
	border-radius: 5px;
	font-weight: 700;
	line-height: 26px;
	color: #515151;
	display: inline-block;
	box-sizing: border-box;
	transition: all .4s;*/
background-color: #dfdfdf;
    border: medium none;
    border-radius: 15px;
    color: #515151;
    display: inline-block;
    font-family: "Weber Regular",Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
}

.btn:hover {
	/*border-color: #ffd429;
	text-decoration: none;
	color: #1b1b1b;*/
	background-color: #e9e9e9;
    text-decoration: none;
}

.btn-reset {
	background: #f3f3f3;
	border-color: #dbdbdb;
}

.btn-reset:hover {
	border-color: #cbcbcb;
}

.breadcrumb {
	margin: 0 10px 20px;
	font-weight: 600;
	font-size: 11px;
}

.breadcrumb a {
	margin-right: 10px;
	padding-left: 5px;
}

.notice {
	margin: 0 10px 20px;
	padding: 10px;
	background-color: #e9e9e9;
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #333;
}

.purchasing--steps {
	margin-bottom: 20px;
	list-style: none;
	font-weight: 700;
	font-size: 15px;
}

.purchasing--steps:after {
	clear: both;
	height: 0;
	content: "";
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.purchasing--steps li {
	float: left;
	margin: 0 20px 0 0;
	padding-right: 40px;
	background: url("../img/purchasing-steps-sp.png") no-repeat 100% 50%;
}

.purchasing--steps li:nth-last-child (1) {
	background: none;
}

.purchasing--steps li span {
	margin-right: 5px;
	background: #ffec00;
	background: #e9e9e9;
	width: 30px;
	height: 30px;
	border: 4px solid #c5cacd;
	border-radius: 20px;
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	transition: background-color .4s;
}

.purchasing--steps li.active span {
	/*
	background: #ffec00;
	background: linear-gradient(#FFF83B, #FFD429);
	*/
	background-color: #ffeb00;
}

.purchasing--focus {
	padding: 20px;
	background-color: #f8f8f8;
}

.purchasing--add-project {
	margin: 5px 8px 0;
	font-weight: 700;
	text-decoration: underline;
	color: #000;
	display: inline-block;
}

.purchasing--actions {
	text-align: left;
}

.purchasing--delivery-preferences {
	margin-bottom: 20px;
	background-color: #f8f8f8;
}

.purchasing--delivery-preferences label {
	float: none;
	width: auto;
	text-align: left;
}

.purchasing--delivery-preferences label strong {
	margin-bottom: 10px;
	font-weight: 900;
	color: #000;
	display: block;
}

.purchasing--delivery-preferences label span {
	display: block;
	cursor: pointer;
}

.purchasing--delivery-preferences input[type="radio"] {
	position: absolute;
	margin-left: -25px;
}

.purchasing--delivery-preferences .box {
	margin: 0;
	padding: 20px 20px 20px 50px;
}

.purchasing--delivery-preferences .box--focus {
	background-color: #e9e9e9;
}

.purchasing--delivery-preferences--date {
	margin: 0 -5px;
}

.purchasing--delivery-preferences--date label {
	padding: 0 5px;
	display: block;
}

.table-cart thead th {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

.table-cart tbody strong {
	font-weight: 900;
	color: #000;
	display: block;
}

.table-cart tfoot {
	font-size: 14px;
}

.table-cart tfoot th,.table-cart tfoot td {
	background-color: #fff;
	text-align: right;
}

.table-cart tfoot th {
	font-weight: 700;
}

.table-cart tfoot td {
	padding-right: 51px;
}

.table-cart--total {
	color: #f6681e;
}

.table-cart--col-quantity {
	width: 60px;
}

.table-cart--col-price,.table-cart--col-subtotal {
	width: 100px;
	text-align: right;
}

.table-cart--col-actions {
	width: 20px;
}

.table-orders th,.table-orders td {
	text-align: center;
}

.table-orders .table-orders--col-id {
	font-weight: 700;
	text-align: left;
}

.table-orders .table-orders--col-id a {
	text-decoration: underline;
}

.table-orders .table-orders--col-price {
	text-align: right;
}

.table-orders .table-orders--col-actions {
	width: 20px;
}

.table-infos--col-email	a {
	float: right;
	padding: 0 5px;
	background-color: #ffec00;
	font-weight: 700;
	color: #515151;
	display: inline-block;
	transition: .3s;
}

.table-infos--col-email	a:hover {
	color: #1b1b11;
}

.table-address--col-actions {
	width: 20px;
}

.modal {
	position: relative;
	background-color: #fff;
	font-size: 14px;
}

.modal--header {
	padding: 20px 60px 20px 20px;
	background: #ffec00;
	background: linear-gradient(to bottom, #ffec00, #ffd329);
}

.modal--header h2 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 18px;
	color: #1b1b11;
}

.modal--content {
	padding: 20px;
}

.modal--actions {
	margin-bottom: 30px;
	padding-top: 20px;
}

.modal--actions button {
	margin: 0 10%;
}

/*
.modal--close 							{ position: absolute; top: 20px; right: 20px; background: url("../img/weber-eshop-sp.png") no-repeat -40px -186px; width: 20px; height: 20px; border: none; text-indent: -9999px; overflow: hidden; }
*/ /* =Pages
-------------------------------------------------- */
.page-full-width .container {
	background-image: none;
}

.page-full-width .content {
	float: none;
	width: auto;
}

.footer a {
	color: #fff;
	font-size: 12px;
}

.footer .social-networks {
	/*background-color: #ffd429;
	background-image: linear-gradient(#fff83b, #ffd429);*/
	background-color: #4d4136;
	color: #515151;
	margin: 0;
	padding-top: 10px;
	position: relative;
	text-align: center;
}

.footer .social-networks ul {
	display: inline-block;
}

.footer .social-networks ul li {
	 color: #fff;
    float: left;
    font: 16px/35px "Weber Medium",Arial,sans-serif;
    margin: 0 5px;
    list-style: none;
}

.footer .social-networks ul li a {
	background: url("../img/weber.png") no-repeat scroll 0 -200px
		rgba(0, 0, 0, 0);
	display: block;
	height: 35px;
	opacity: 0.5;
	overflow: hidden;
	text-indent: -9999px;
	transition: opacity 0.3s linear 0s;
	width: 35px;
}

.footer .social-networks ul li a:hover,.footer .social-networks ul li a:focus
	{
	opacity: 0.8;
}

.footer .social-networks ul li.twitter a {
	/*background-position: -35px -200px;*/ background: url("../img/i-twitter.png") no-repeat scroll 50% #4d4136;
}

.footer .social-networks ul li.youtube a {
	/*background-position: -70px -200px;*/ background: url("../img/i-youtube.png") no-repeat scroll 50% #4d4136;
}

.footer .social-networks ul li.newsletter a {
	background-position: -105px -200px;
}

.footer .social-networks ul li.rss a {
	background-position: -140px -200px;
}

.footer .infos {
	background: url("../img/i-sg.png") no-repeat scroll
		100% 100% #5a4c40;
	color: #d5d5d5;
	margin-bottom: 0;
	padding-top: 10px;
	text-align: center;
}

.footer .infos ul {
	display: inline-block;
	margin-bottom: 4px;
	overflow: hidden;
}

.footer .infos ul li {
	float: left;
	margin: 0 5px;
	list-style: none;
}

@media only screen and (max-width: 650px) {
	#map, .islasCanarias, .legend{ display: none; }
}
