/*  
Theme Name: Tema web-a-porter
Theme URI: http://wordpress.org/
Description: Aquest tema ha estat dissenyat i maquetat per A&middot;D&middot;Q&middot;A (3.0)
Version: 3.0
Author: A&middot;D&middot;Q&middot;A
Author URI: http://www.adqa.com/
*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

/* Reset */
* {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

body {
	color: #444;
}

a {
	color: inherit;
}

a, button {
	cursor: pointer;
	outline: 0;
}

img, fieldset, hr {
	border: none;
}

h1, h2, h3, h4, p, ul, ol, dt, hr {
	margin: 20px 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

p, ul, ol, dt, hr {
	line-height: 1.9em;
}

ul, ol {
	margin-left: 40px;	
}

li, dt {
	list-style-position: outside;
	margin: 10px 0;
}

li ul {
	margin-top: 0;
	margin-bottom: 0;
}

hr {
	clear: both;
	height: 1px;
	background: none;
	visibility: hidden;
}

sup {
	vertical-align: super;
	font-size: smaller;
	line-height: 1em;
}

body {
	font-size: 85%;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}
h3 a {
	text-decoration: none;
}

nav .menu a, aside h2, aside .menu a, footer h2 {
	font-size: 1.1em;
}

h1, h2, h1 a, h2 a, nav .menu a, aside .menu a, footer .menu a, .current-menu-item a {
	color: #4a4a4a;
}
h1, h2, h1 a, h2 a, nav .menu a, aside .menu a, footer .menu a, .current-menu-item a, button, .wpcf7-submit, .button, .more {
	text-transform: uppercase;
	text-decoration: none;
}

h1, h1 a, a:hover, .corporative, .current-menu-item a, nav .current-menu-item, aside .menu ul .current-menu-item a {
	color: #8fbe00 !important;
}

nav .menu a, aside .menu a, footer .menu a, .current-menu-item a, button, .wpcf7-submit, .button, .more {
	font-weight: 600;
}

h1, h2, h1 a, h2, h2 a, h3, h3 a {
	font-weight: bold !important;
}

nav .menu ul a, aside .menu ul a, footer .menu ul a, .more {
	text-transform: inherit !important;
}

aside .menu ul a, .current-menu-item ul a, aside .menu ul .current-menu-item ul a {
	color: inherit !important;
	font-weight: normal !important;
}

button, .wpcf7-submit, .button, input[type='text'], input[type='email'], input[type='tel'], textarea, .highlight, .more {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

nav .current-menu-item, aside .current-menu-item a {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

button, .wpcf7-submit, .button, .more {
	background-color: #8fbe00;
	border: solid 1px #7ea800;
	border-bottom-width: 3px;
	color: #FFF !important;
	text-decoration: none; 
}

input[type='text'], input[type='email'], input[type='tel'], textarea {
	background-color: #e5e5e5;
}

.highlight {
	background-color: #f1f1f1;
}

aside .current-menu-item ul a {
	background: none;
}

.more {
	padding: 0 10px;
	border: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 0;
}

table {
	background-color: #f7f7f7;
	border-collapse: collapse;
	-webkit-border-radius: 10px;    
    border-radius: 10px;	
}

table th, table td {
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
}

table.reset {
	background-color: #FFF;
}

table.zebra {
	background-color: #f2f2f2;
}

table.zebra td {
	font-size: 0.97em;
	border-top: solid 1px #DDD;
}

table.zebra tr:nth-child(2n) {
	background-color: #f7f7f7;
}

table.zebra th {
	background-color: #f2f2f2;
	border-bottom: solid 1px #DDD;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(204,204,204,0.25) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(204,204,204,0.25)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.25) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.25) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.25) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#40999999',GradientType=0 );
}

table.grid {
	background-color: #f2f2f2;
}

table.grid td {
	font-size: 0.97em;
	border: solid 1px #DDD;
}

table.grid tr:nth-child(2n) {
	background-color: #f7f7f7;
}

table.grid th {
	background-color: #f2f2f2;
	border-bottom: solid 1px #DDD;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(204,204,204,0.25) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(204,204,204,0.25)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.25) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.25) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.25) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(204,204,204,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#40999999',GradientType=0 );
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 20px;
	display: inline;
}

img.alignleft {
	margin: 0 20px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin: 0 0 2px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 2px 0;
}

.wp-caption {
	margin-bottom:10px;
}

.wp-caption-text {
	margin:0;
	line-height: 1em;
}

/* Styles */
.blank {
	padding: 0 18px 0 0;
	background: transparent url(images/ico-blank.png) no-repeat center right;
}

.mr_social_sharing .blank {
	padding: 0;
	background: none;
}

.highlight {
	overflow: auto;
	padding: 15px;
	margin-bottom: 20px;
}

.highlight h2 {
	margin-top: 0;
}

/* Lightbox */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}
#cboxOverlay{position:fixed;width:100%;height:100%;background:url(images/overlay.png) 0 0 repeat}
#cboxMiddleLeft,#cboxBottomLeft{clear:left}
#cboxContent{position:relative;overflow:hidden;background:#fff}
#cboxLoadedContent{overflow:auto;margin-bottom:28px}
#cboxLoadedContent iframe{display:block;width:100%;height:100%;border:0}
#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494;margin:0}
#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}
#cboxTopLeft{width:21px;height:21px;background:url(images/controls.png) -100px 0 no-repeat}
#cboxTopRight{width:21px;height:21px;background:url(images/controls.png) -129px 0 no-repeat}
#cboxBottomLeft{width:21px;height:21px;background:url(images/controls.png) -100px -29px no-repeat}
#cboxBottomRight{width:21px;height:21px;background:url(images/controls.png) -129px -29px no-repeat}
#cboxMiddleLeft{width:21px;background:url(images/controls.png) left top repeat-y}
#cboxMiddleRight{width:21px;background:url(images/controls.png) right top repeat-y}
#cboxTopCenter{height:21px;background:url(images/border.png) 0 0 repeat-x}
#cboxBottomCenter{height:21px;background:url(images/border.png) 0 -29px repeat-x}
#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}
#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}
#cboxPrevious{position:absolute;bottom:0;left:0;background:url(images/controls.png) -75px 0 no-repeat;width:25px;height:25px;text-indent:-9999px}
#cboxPrevious.hover{background-position:-75px -25px}
#cboxNext{position:absolute;bottom:0;left:27px;background:url(images/controls.png) -50px 0 no-repeat;width:25px;height:25px;text-indent:-9999px}
#cboxNext.hover{background-position:-50px -25px}
#cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat}
#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat}
#cboxClose{position:absolute;bottom:0;right:0;background:url(images/controls.png) -25px 0 no-repeat;width:25px;height:25px;text-indent:-9999px}
#cboxClose.hover{background-position:-25px -25px}

/* Fancybox */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{border:0;outline:none;vertical-align:top;margin:0;padding:0}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}
.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.fancybox-opened{z-index:8030}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}
.fancybox-outer,.fancybox-inner{position:relative}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}
.fancybox-error{color:#444;white-space:nowrap;margin:0;padding:15px}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}
.fancybox-image{max-width:100%;max-height:100%}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(images/fancybox_sprite.png)}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060}
#fancybox-loading div{width:44px;height:44px;background:url(images/fancybox_loading.gif) center center no-repeat}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}
.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(images/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}
.fancybox-prev{left:0}
.fancybox-next{right:0}
.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}
.fancybox-prev span{left:10px;background-position:0 -36px}
.fancybox-next span{right:10px;background-position:0 -72px}
.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}
.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(images/fancybox_overlay.png)}
.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}
.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}
.fancybox-title{visibility:hidden;position:relative;text-shadow:none;z-index:8050}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
.fancybox-title-inside-wrap{padding-top:10px}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px}
.fancybox-inner,.fancybox-lock{overflow:hidden}
.fancybox-nav:hover span,.fancybox-opened .fancybox-title{visibility:visible}

/* Contact form 7 */
div.wpcf7{margin:0;padding:0}
div.wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em}
div.wpcf7-mail-sent-ok{border:2px solid #398f14}
div.wpcf7-mail-sent-ng{border:2px solid red}
div.wpcf7-spam-blocked{border:2px solid orange}
div.wpcf7-validation-errors{border:2px solid #f7e700}
span.wpcf7-form-control-wrap{position:relative}
span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;background:#fff;border:1px solid red;font-size:10pt;width:280px;padding:2px}
span.wpcf7-not-valid-tip-no-ajax{color:red;font-size:10pt;display:block}
span.wpcf7-list-item{margin-left:.5em}
div.wpcf7 img.ajax-loader{border:none;vertical-align:middle;margin-left:4px}
div.wpcf7 .placeheld{color:#888}
.wpcf7-display-none,div.wpcf7 div.ajax-error{display:none}

input[type='text'], input[type='email'], input[type='tel'], textarea {
	border: none;
	padding: 5px;
	outline: none;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input:focus, textarea:focus {
    box-shadow: 0 0 10px #0079c2;
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
}

button, .wpcf7-submit, .button {
	padding: 5px;
	cursor: pointer;
}

#search {
	position: relative;
}

#search input{
	padding-right: 50px; 
}

#search button {
	border: none;
	position: absolute;
	top:0;
	right:0;
	-webkit-border-top-left-radius: 0;    
    border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;    
    border-bottom-left-radius: 0;
}

nav .widget_search h2 {
	display: none;
}

/* WPML */
header .icl_languages_selector {
	position: absolute;
	right:0;
	top:75px;
}

#lang_sel_list {
	float: right;
	width: auto;
}

#lang_sel_list li {
	float: right;
	width: auto;
	padding-left: 5px !important;
}

#lang_sel_list ul, #lang_sel_list ul a, #lang_sel_list_list ul a:visited {
	background: none;
	border: none;
	display: inline;
	line-height: 1em;
	padding-right: 3px;
	padding-left: 5px;
	color: inherit;
}
#lang_sel_list ul a, #lang_sel_list_list ul a:visited, #lang_sel_list a, #lang_sel_list a:visited {
	width: 65px;
	border: solid 1px #FFF;
	font-size: 1em !important;
}

/* Social Sharing */
div.mr_social_sharing_wrapper {height: auto; width: 100%; margin: 4px 0; padding: 0; border: 0; line-height: 0;}
div.mr_social_sharing, span.mr_social_sharing, div.mr_social_sharing_top, span.mr_social_sharing_top {display: block; width: auto; height: auto; margin: 2px; padding: 0; vertical-align: bottom;}
span.mr_social_sharing, span.mr_social_sharing_top {display: inline-block;}
div.mr_social_sharing_top, span.mr_social_sharing_top {vertical-align: top;}
div.mr_social_sharing div, span.mr_social_sharing div {vertical-align: bottom !important;}
div.mr_social_sharing_top div, span.mr_social_sharing_top div {vertical-align: top !important;}
a.mr_social_sharing_popup_link, a.mr_social_sharing_popup_link:HOVER {display: inline-block; margin: 0; padding: 0; border: 0; vertical-align: bottom;}
.mr_social_sharing img, .mr_social_sharing_top img {display: inline-block; margin: 0 !important; padding: 0 !important; border: 0 !important; vertical-align: bottom; max-width: 100%;}
.mr_social_sharing a.mr_social_sharing_popup_link, .mr_social_sharing div, .mr_social_sharing span, .mr_social_sharing iframe, .mr_social_sharing img {line-height: 0; vertical-align: bottom;}
.mr_social_sharing_top a.mr_social_sharing_popup_link, .mr_social_sharing_top div, .mr_social_sharing_top span, .mr_social_sharing_top iframe, .mr_social_sharing_top img {line-height: 0; vertical-align: top;}
.mr_social_sharing span.mr_small_icon, .mr_social_sharing span.mr_medium_icon, .mr_social_sharing_top span.mr_small_icon, .mr_social_sharing_top span.mr_medium_icon {display: inline-block; font-family: 'Droid Sans',arial,sans-serif; vertical-align: bottom; font-size:10px; font-weight: 200; line-height: 10px; margin: 0 0 0 4px; padding: 0;}
.mr_social_sharing span.mr_medium_icon, .mr_social_sharing_top span.mr_medium_icon {font-size:12px; line-height: 12px;}
span.FBConnectButton_Small {height: 18px;}
.FBConnectButton_Small span.FBConnectButton_Text {height: 6px; padding-top: 6px; padding-bottom: 3px;}
span.fb_share_count_nub_right, span.fb_share_count_nub_right {vertical-align: top;}
span.fb_share_count_top, span.fb_share_count_inner {line-height: 34px;}

/* Cyclone slider */
.cycloneslider{position:relative}.cycloneslider-slides{position:relative;overflow:hidden}.cycloneslider-slide{position:absolute;left:0;top:0;width:100%;height:100%;z-index:100}.cycloneslider-slide img{border:0;padding:0;margin:0;max-width:100%}.cycloneslider-prev,.cycloneslider-next,.cycloneslider-pager{cursor:pointer}.cycloneslider-slide:first-child{z-index:101}
.cycloneslider-template-default img{display:block}.cycloneslider-template-default .cycloneslider-prev,.cycloneslider-template-default .cycloneslider-next{display:none;position:absolute;top:50%;margin-top:-22px;z-index:102;width:26px;height:44px;text-indent:-99999px;background:url(http://web-a-porter.cat/wp-content/plugins/cyclone-slider-2/templates/default/images/sprite-arrows.png) no-repeat}.cycloneslider-template-default .cycloneslider-prev{left:10px;background-position:0 0}.cycloneslider-template-default .cycloneslider-next{right:10px;background-position:-29px 0}.cycloneslider-template-default .cycloneslider-pager{position:absolute;z-index:200;top:20px;right:20px}.cycloneslider-template-default .cycloneslider-pager span{background:url(http://web-a-porter.cat/wp-content/plugins/cyclone-slider-2/templates/default/images/sprite-nav.png) no-repeat scroll 0 0 transparent;display:block;float:left;font-size:0;width:10px;height:10px;line-height:0;margin-right:6px;text-indent:-99999px}.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active{background-position:left bottom}.cycloneslider-template-default .cycloneslider-caption{position:absolute;left:0;bottom:0;width:100%;z-index:99;background:url(http://web-a-porter.cat/wp-content/plugins/cyclone-slider-2/templates/default/images/bg-caption.png);color:#fff}.cycloneslider-template-default .cycloneslider-caption-title{padding:10px 20px 5px 20px;font-size:22px;line-height:1;margin-bottom:0}.cycloneslider-template-default .cycloneslider-caption-description{padding:0 20px 15px 20px;line-height:1.5;font-size:12px}.cycloneslider-template-default .cycloneslider-slide iframe,.cycloneslider-template-default .cycloneslider-slide object,.cycloneslider-template-default .cycloneslider-slide embed{position:absolute;top:0;left:0;width:100%!important;height:100%!important}

/* Cookies */
#catapult-cookie-bar {direction:ltr;color:#555;min-height:30px;position:fixed;left:0;bottom:0;width:100%;z-index:99999;background-color:#efefef;text-align:center;padding:6px 20px 4px}
button#catapultCookie{float:none;line-height:20px;background:#bbb;border:none;color:#444;border-radius:3px;cursor:pointer;font-size:13px;font-weight:700;margin:0 15px;padding:2px 12px}
	
/* Layout */
body {
	position: relative;
	max-width: 955px;
	margin: auto;
}

header {
	clear: both;
	position: relative;
	border-top: 5px solid #91bd1e;
	margin-top: 10px;
}

#logo {
	display: inline-block;
	float: left;
	margin: 20px;
	width: 215px;
	height: 75px;
	background: url("images/layout.png") no-repeat 0 0;
}

#logo2 {
	display: inline-block;
	float: right;
	margin: 20px;
	width: 88px;
	height: 75px;
	background: url("images/layout.png") no-repeat -272px 0;
}

header .widget {
	width: auto;
	float: left;
}

header .widget h2 {
	height: 78px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-box-pack: end;
	display: box;
	box-orient: vertical;
	box-pack: end;
}

header .MR_Social_Sharing_Toolkit_Widget {
	float: right;
	width: auto;
}

nav {
	position: relative;
	clear: both;
	border-top: 1px solid #ededed;
	border-bottom: 20px solid #91bd1e;
	padding: 10px 0;
	margin: 20px 0;
	overflow: auto;
}

nav .menu {
	float: left;
	max-width: 700px;
}

nav ul {
	margin: 0;
}

nav ul li {
	display: inline-block;
	//float: left;
	margin: 0;
	padding: 0 10px;
}

nav ul li .sub-menu {
	background-color: #f1f1f1;
	position: absolute;
	z-index: 2000;
	border: solid 1px #DDD;
}

nav ul li .sub-menu li {
	clear: both;
	float: none;
	display: block;
	border-bottom: solid 1px #DDD;
}

nav .widget {
	float: right;
	width: auto;
}

article {
	max-width: 650px;
	float: right;
	padding-bottom: 25px;
}

article section.highlight img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

aside {
	max-width: 260px;
	padding-right: 15px;
	padding-bottom: 50px;
	float: left;
	border-right: 1px solid #ededed;
}

aside .menu {
	margin: 0;
	list-style-type: none;
}

aside .menu ul {
	list-style-type: none;
	margin:0;
}

aside .menu li {
	border-bottom: 1px dotted #ededed;
	margin: 0;
	padding: 5px 10px;
	padding-right: 0;
}

aside .menu li.parent {
	background: url("images/layout.png") no-repeat 7px -85px;
}

aside .menu li ul li {
	border: none;
}

aside .menu li a {
	padding: 4px 10px;
}

aside form {
	padding: 10px 20px; 
}

aside form p {
	margin: 0;
}

aside h2 {
	padding-left: 20px;
	margin-bottom:0;
	margin-top: 40px;
}

aside .button {
	margin-top: 7px;
}

aside input[type='text'], aside input[type='email'], aside input[type='tel'], aside textarea {
	width: 100%;
}

aside textarea {
	height: 100px;
}

#news, #twitter {
	min-height: 100px;
}

#news {
	width: 50%;
	float: left; 
}

#news .alignright {
	margin:0;
}

#twitter {
	width: 40%;
	float: right; 
}

#seo {
	clear: both;
	border-top: 1px solid #ededed;
	overflow: auto;
	padding: 25px 0;
}

#seo ul {
	margin: 0;
}

#seo ul li {
	display: inline-block;
	//float: left;
	margin: 0;
	padding: 0 20px;
}

footer {
	clear: both;
	padding-bottom: 50px;
	border-top: 1px solid #ededed;
}

footer .widget {
	max-width: 650px;
	float: left;
}

footer .widget h2 {
	margin-bottom: 0;
}

footer .widget p {
	margin: 5px 0;
}

footer .menu {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
}

footer ul li {
	display: inline-block;
	//float: left;
	padding: 0 5px;
	line-height: 1em;
}

footer #author {
	text-align: right;
	font-size: 0.9em;
	clear: both;
	margin: 0;
}

/* TinyMCE */
body#tinymce { background: none !important; background-image: none !important; background-color: #FFF !important; }

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

	body {
		width:95%;
	}
	header {
		text-align: center;
	}
	#logo, #logo2 {
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-bottom: 0;
		float: none;
		display: inline-block;
	}
	#logo2 {

	}

	#news, #twitter {
		display:none;
	}
		
	ul#menu-menu-lateral li.menu-item-139{
		border:none !important;
	}
		
	ul#nav.menu{
		white-space:nowrap;
		margin-bottom:20px;
	}

	nav{
		border:none;
		padding:5px;
	}
		
	ul#nav.menu li{
		position:relative;
		margin-bottom:20px;
		border-color:#FFFFFF;
		padding: 10px;
		background-color:#CFCFCF;
		text-align:center;
		clear: both;
		display: block;
		float: none;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-size: 1.3em;
	}
	
	article, aside, #nav {
		max-width: 96%;
		border: none;
		clear: both;
		float: none;
		padding-left: 2%;
		padding-right: 2%;
		margin-left:0;
		margin-right:0;
	}

	div.mr_social_sharing_wrapper{
		visibility:hidden;
	}
		
	div.cycloneslider{
		margin-left:5px;
		margin-right:5px;
		max-width:100% !important;
	}
		
	footer {
		border:none;
	}

	aside{
		border:none;
	}
}
