/*
Theme Name: Nòva2015
Theme URI: http://underscores.me/
Author: Fabio Fondi
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nova2015
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Nòva Community is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Content
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Header Blog Info & Author Info Blog
                ### General Classes
                ### Header Blog Info
                ### Author Info Blog
        ## Posts and pages
        ## Asides
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    font-family: "gotham-book" !important;
    font-size: 16px !important;
    margin: 0;
}

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

footer {
    color: #FFFFFF;
    text-align: center;
    background-color: #000000;
}

footer a
, footer a:visited
, footer a:focus {
    color: #FFFFFF;
}

footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-family: "gotham-bold";
    font-size: 30px;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 14px;
    /*font-size: 1rem;*/
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    /*font-size: 0.75rem;*/
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    /* box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#masthead .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#navbar-ex-collapse {
    padding-left: 0;
}

#navbar-ex-collapse img {
    padding-top: 10px; 
}

#logo-sole24ore {
    height: 30px;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#masthead.navbar-default {
    background-color: #FFFFFF;
    border-bottom: thin #CDCDCD solid;
}

#masthead .navbar-brand {
    position: relative;
}

#masthead .navbar-brand>img {
    display: inline;
    vertical-align: top;

}

#masthead ul.nav.navbar-nav.navbar-right li {
    border-left: thin #CDCDCD solid;
}

#nav-search {
    border-right: thin #CDCDCD solid;
}

#nav-search li:not(:first-child) {
    border-left: thin #CDCDCD solid;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
#masthead a {
    color: #000000;
    padding: 29px 27px;
}

#masthead a#link-img-nova {
    margin-left: -55px;
}

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Override original Nòva styles */

.navigation > li > a {
	font-family: "gotham-medium" !important;
}
.header-nav .navigation > li > a {
	line-height: 38px !important;
	padding: 12px 13px 13px !important;
}

footer#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 20px 0;
}
footer#footer .logo img {
	max-width: 260px;
}
footer#footer p {
	margin-bottom: 0;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    /*font-size: 0.875rem;*/
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    font-family: "gotham-book";
    font-size: 14px;
    margin-top: 15px;
    padding: 30px;
    background-color: #FFFFFF;
}

.widget:first-child {
    margin-top: 0;
}

.widget .widget-title {
    font-family: "gotham-bold";
    font-size: 18px;
    margin-top: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

#secondary.widget-area {
    padding: 0;
}

/* Text widget. */
.widget_text .textwidget {
	text-align: center;
}

/* Recent posts widget. */
.widget a,
.widget a:hover,
.widget a:focus,
.widget a:visited {
    color: #333333;
    text-decoration: none;
}

.widget_recent_posts li:not(:last-child),
.widget_country_recent_posts li:not(:last-child) {
    padding-bottom: 10px; 
}

aside.widget_recent_posts ul.recent-posts,
aside.widget_recent_posts .nav-tabs,
aside.widget_country_recent_posts ul.recent-posts,
aside.widget_country_recent_posts .nav-tabs {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

aside.widget_recent_posts .nav-tabs,
aside.widget_country_recent_posts .nav-tabs {
    border-bottom: none;
}

aside.widget_recent_posts .nav-tabs li:first-child a,
aside.widget_country_recent_posts .nav-tabs li:first-child a {
    padding-left: 0;
}

aside.widget_recent_posts .nav-tabs > li > a,
aside.widget_country_recent_posts .nav-tabs > li > a {
    border: none;
}

aside.widget_recent_posts .nav-tabs > li.active > a,
aside.widget_recent_posts .nav-tabs > li.active > a:hover,
aside.widget_recent_posts .nav-tabs > li.active > a:focus,
aside.widget_country_recent_posts .nav-tabs > li.active > a,
aside.widget_country_recent_posts .nav-tabs > li.active > a:hover,
aside.widget_country_recent_posts .nav-tabs > li.active > a:focus {
    border: none;
    font-family: "gotham-bold";
    font-weight: bold;
}

aside.widget_recent_posts .nav > li > a:hover,
aside.widget_recent_posts .nav > li > a:focus,
aside.widget_country_recent_posts .nav > li > a:hover,
aside.widget_country_recent_posts .nav > li > a:focus {
    background-color: transparent;
    border: none;
    font-family: "gotham-bold";
    font-weight: bold;
}

/* Recent followers widget. */
aside.widget_recent_followers span.user-info {
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 12px;
    margin: 10px 0 15px;
}

/* Recent images widget. */
aside.widget_recent_images #images-container {
    margin: 0;
}
aside.widget_recent_images .image {
    border: 1px solid #fff;
    padding: 0;
}

aside.widget_recent_images .image:nth-child(3n+1) {
}

aside.widget_recent_images .image:nth-child(3n+3) {
}

/* Recent comments widget. */
aside.widget_recent_comments ul.recent-comments {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

aside.widget_recent_comments ul.recent-comments .media-left a {
    display: block;
    width: 60px;
}

aside.widget_recent_comments ul.recent-comments .media-body a i {
	color: #CCCCCC;
}

aside.widget_recent_comments ul.recent-comments .media-body p {
    margin-bottom: 0;
}

aside.widget_recent_comments ul.recent-comments .media-body span.user-info {
	color: #333333;
    font-family: 'gotham-bold';
}

/* Arguments widget. */
aside.widget_arguments ul.arguments-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

/* Bloggers widget. */
aside.widget_recent_bloggers ul.recent-bloggers {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
aside.widget_recent_bloggers ul.recent-bloggers .media-left a {
    display: block;
    width: 60px;
}

.recent-bloggers .media-body p {
    padding-top: 15px;
}

.recent-bloggers .user-info {
    font-family: 'gotham-bold';
    color: #333333;
}

.recent-bloggers .blog-info {
    font-family: 'gotham-bold';
    color: #000000;
}

/* Countries widget. */
aside.widget_countries ul.countries-list {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
aside.widget_countries ul.countries-list li {
    background-position: center center;
    background-size: cover;
    height: 90px;
    margin-bottom: 20px;
    width: 100%;
}
aside.widget_countries ul.countries-list li:first-child {
	font-weight: bold;
}
aside.widget_countries ul.countries-list li:last-child {
	margin-bottom: 0;
}
aside.widget_countries ul.countries-list li a {
	display: block;
    padding-top: 18px;
}
aside.widget_countries ul.countries-list li a .country-overlay {
    color: #fff;
    display: inline-block;
    margin-top: -8px;
    padding: 9px 10px;
    vertical-align: bottom;
    width: 100%;
}
.countries-list .country-name {
    color: #fff;
	font-family: "gotham-book";
	font-size: 28px;
	line-height: 34px;
    margin: 0 10px;
    text-transform: uppercase;
}
.countries-list .country-mentorship
, .countries-list .country-contributor {
    display: block;
    font-size: 12px;
    line-height: 1.2;
}


/* Tag cloud */
ul.tagcloud,
ul.tagcloud li {
    font-size: 1em;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.tagcloud li {
    display: inline;
}

ul.tagcloud a {
    text-decoration: none;
    padding: 3px 4px;
}

a.tagged1 {
    font-size: 1em;
}
a.tagged2 {
    font-size: 1.4em;
}
a.tagged3 {
    font-size: 1.8em;
}
a.tagged4 {
    font-size: 2em;
}
a.tagged5 {
    font-size: 2.4em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content {
    background-color: #e2e3e5;
}

/*--------------------------------------------------------------
## Header & Header Blog Info & Author Info Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### General Classes
--------------------------------------------------------------*/
.nova100 {}

.novagrant {
    background-color: #262E30;
}

.novaaltri {}

/*--------------------------------------------------------------
### Header Blog Info
--------------------------------------------------------------*/
#blog-title {
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 410px;
}

#blog-title .overlay-black {
    margin: 0 -15px;
    background-color: rgba(0,0,0,0.30);
}

#blog-title div.title {
    position: absolute;
    left: 5em;
    bottom: 1em;
}

#blog-title div.title a,
#blog-title div.title a:hover,
#blog-title div.title a:visited,
#blog-title div.title a:active,
#blog-title div.title a:focus {
    text-decoration: none;
    color: #FFFFFF;
}

/*--------------------------------------------------------------
### Author Info Blog
--------------------------------------------------------------*/
#editor-info {
    padding: 0 30px;
    background-color: #1E4252;
    color: #FFFFFF;
    font-size: 13px;
}

#blog-category {
    margin-top: 30px;
    margin-bottom: 20px;
}

#blog-avatar {
    margin-bottom: 15px;
}

#editor-info h4 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 0;
}

#author-bio {
    margin-top: 6px;
    margin-bottom: 25px;
}

ul#info-follow {
    padding: 0;
    margin-bottom: 25px;
}

ul#info-follow li {
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

ul#info-follow li:first-child {
    border-right: thin solid #687677
}

/*ul#info-follow li:last-child {
    border-left: thin solid #687677
}*/

.btn-follow {
    width: 75%;
    background-color: #000000;
    color: #FFFFFF !important;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 20px;
}

.back-to-top {
	background: rgba(51,51,51,.8);
	color: #ffffff;
	display: inline-block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	padding: 15px 20px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.back-to-top:hover {
	color: #ffffff;
}
.back-to-top.btt-is-visible, .back-to-top.btt-fade-out {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.back-to-top.btt-is-visible {
	visibility: visible;
	opacity: 1;
}
.back-to-top.btt-fade-out {
	opacity: .5;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-title a {
    color: #333333;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:visited {
    color: #333333;
    text-decoration: none;
}

.entry-meta .cat-links {
    color: #28829A;
}

.entry-meta .cat-links a,
.entry-meta .cat-links a:hover,
.entry-meta .cat-links a:focus,
.entry-meta .cat-links a:visited {
    text-decoration: none;
    color: #28829A;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-content a,
.entry-content a:hover {
	color: #28839A;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.posts-index {
    margin: 2em 1.5em 0 1.6em;
    background-color: #FFFFFF;
    padding: 3em;
}

.posts-index .entry-content {
    color: #666666;
    font-family: 'sole_serif_textregular';
    font-size: 20px;
}

.tags-links {
    margin-top: 30px;
}

.tags-links span.label.label-primary {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-right: 0.8em;
    font-size: 11px;
    padding: 0.5em 1em;
}

.tags-links span.label.label-primary a {
    color: #FFFFFF;
    text-decoration: none;
}

.cat-links {
    padding-top: 10px;
}

.entry-footer .cat-links {
    color: #676767;
}

.entry-footer .cat-links a,
.entry-footer .cat-links a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:visited {
    text-decoration: none;
    font-weight: 800;
    color: #323232;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#comments ul.media-list {
    margin: 0;
}

#comments .media-left a {
    width: 54px;
    display: block;
}

#comments .media-heading {
    color: #2B829D;
}

#comments .media-heading small {
    color: #676767;
}

#comments .comment-content-text {
    margin-top: 0;
    margin-bottom: 10px;
    color: #666666;
}

#comments .comments-content-footer a {
    color: #D5D5D5;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Post Like System */
@font-face {
    font-family: "like_font";
    src: url("./fonts/like_font.eot");
    src: url("./fonts/like_font.eot?#iefix") format("embedded-opentype"),
        url("./fonts/like_font.woff") format("woff"),
        url("./fonts/like_font.ttf") format("truetype"),
        url("./fonts/like_font.svg#like_font") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "like_font";
        src: url("./fonts/like_font.svg#like_font") format("svg");
    }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
    display: inline-block;
    font-family: "like_font";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.icon-like:before { content: "\f105"; }
.icon-unlike:before { content: "\f106"; }
.icon-gear:before { 
    content: "\f104";
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(359deg); }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(359deg); }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

a.novacommunity-post-like {
    font-weight: normal;
    display: inline-block;
    width: auto;
    -moz-transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
}

a.novacommunity-post-like:hover,
a.novacommunity-post-like:active,
a.novacommunity-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
    color: #000;
}

/*--------------------------------------------------------------
## Other
--------------------------------------------------------------*/
#wpstats {
    display: none;
}

#sort-container .mix{
    display: none;
}


/* Nòva 2014
=============================================================== */
.nav-toggle{
	position: relative;
  	float: right;
  	padding: 9px 0px !important;
  	background-color: transparent;
  	background-image: none;
  	border: 0px;	
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background: #000;
}
.nav-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.nav-toggler.active{
	
}
.nav-toggler.active .icon-bar{
	background: #fff;
}
/* @media screen and (min-width: 320px) and (max-width: 1280px){
	body{
		padding-top: 40px;
	}
	
} */

/* Color Schemes
=============================================================== */
.esperienze .section-title span, .esperienze .tags{
	background: #C0A4C8;
}
.socialinnovation .section-title span, .socialinnovation .tags{
	background: #FFAE57;
}
.frontiere .section-title span, .frontiere .tags{
	background: #63C0D4;
}
.progetti .section-title span, .progetti .tags{
	background: #E44656;
}
.article.blog .section-title span, .article.blog .tags{
	background: #339933;
}
.leaf.esperienze .section-title span{
	background: #C0A4C8 !important;
}
.leaf.socialinnovation .section-title span{
	background: #FFAE57 !important;
}
.leaf.frontiere .section-title span{
	background: #63C0D4 !important;
}
.leaf.progetti .section-title span{
	background: #E44656 !important;
}

.page-template-blog-php .navigation > li.blogmenu a,
.page-template-dossier-php .navigation > li.dossiermenu a,
.navigation > li a:hover{
	background: #323232;
	color: #ffffff;
}

.page-template-blog-php .mobile-nav .dossiermenu a,
.mobile-nav li.blogmenu a:hover,
.page-template-dossier-php .mobile-nav .dossiermenu a,
.mobile-nav li.dossiermenu a:hover,
.page-template-dossier-php .mobile-nav .roundtablemenu a,
.mobile-nav li.roundtablemenu a:hover{
	background: #ffffff !important;
	color: #323232 !important;
}



.navigation > li a.esperienze{
	color: #C0A4C8;
}
.category-esperienze .navigation > li a.esperienze,
.navigation > li a.esperienze:hover{
	background: #C0A4C8;
	color: #ffffff; 
}

.navigation > li a.socialinnovation{
	color: #FFAE57;
}
.category-social-innovation .navigation > li a.socialinnovation,
.navigation > li a.socialinnovation:hover{
	background: #FFAE57;
	color: #ffffff; 
}

.navigation > li a.frontiere{
	color: #63C0D4;
}
.category-frontiere .navigation > li a.frontiere,
.navigation > li a.frontiere:hover{
	background: #63C0D4;
	color: #ffffff;
}
.navigation > li a.progetti{
	color: #E44656;
}
.category-progetti .navigation > li a.progetti,
.navigation > li a.progetti:hover{
	background: #E44656;
	color: #ffffff;
}

.single-round-table .roundtablemenu a,
.page-template-roundtable-php .roundtablemenu a
{
	background-color: #323232;
	color: #FFF;
}

.single-round-table-teaser .roundtablemenu a
{
	background-color: #323232;
	color: #FFF;
}

.navigation > li.tedmenu a{
	color: #ED2626;
}

.page-template-ted-php .navigation > li.tedmenu a,
.navigation > li.tedmenu a:hover
{
	background-color: #ED2626;
	color: #FFF;
}

@media screen and (max-width: 640px) {
	.section-title{
		/* Fallback for web browsers that doesn't support RGBa */
	    background: rgb(200,201,203);
	    /* RGBa with 0.6 opacity */
	    background: rgba(200,201,203, 0.9);
	    /* For IE 5.5 - 7*/
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90c8c9cb, endColorstr=#90c8c9cb);
	    /* For IE 8*/
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90c8c9cb, endColorstr=#90c8c9cb)";
	}
	.dark .section-title {
		/* Fallback for web browsers that doesn't support RGBa */
	    background: rgb(0,0,0);
	    /* RGBa with 0.6 opacity */
	    background: rgba(0,0,0, 0.9);
	    /* For IE 5.5 - 7*/
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
	    /* For IE 8*/
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000)";
	    color: #ffffff;
	}
	.esperienze .section-title{
		/* Fallback for web browsers that doesn't support RGBa */
	    background: #C0A4C8;
	    /* RGBa with 0.6 opacity */
	    background: rgba(192,164,200, 0.9);
	    /* For IE 5.5 - 7*/
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90C0A4C8, endColorstr=#90C0A4C8);
	    /* For IE 8*/
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90C0A4C8, endColorstr=#90C0A4C8)";
	}
	.socialinnovation .section-title{
		/* Fallback for web browsers that doesn't support RGBa */
	    background: #FFAE57;
	    /* RGBa with 0.6 opacity */
	    background: rgba(255,174,87, 0.9);
	    /* For IE 5.5 - 7*/
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90C0A4C8, endColorstr=#90C0A4C8);
	    /* For IE 8*/
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90C0A4C8, endColorstr=#90C0A4C8)";
	}
	.frontiere .section-title{
		/* Fallback for web browsers that doesn't support RGBa */
	    background: #63C0D4;
	    /* RGBa with 0.6 opacity */
	    background: rgba(99,192,212, 0.9);
	    /* For IE 5.5 - 7*/
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9063C0D4, endColorstr=#9063C0D4);
	    /* For IE 8*/
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9063C0D4, endColorstr=#9063C0D4)";
	}
	.progetti .section-title{
		/* Fallback for web browsers that doesn't support RGBa */
	    background: #E44656;
	    /* RGBa with 0.6 opacity */
	    background: rgba(228,70,86, 0.9);
	    /* For IE 5.5 - 7*/
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90E44656, endColorstr=#90E44656);
	    /* For IE 8*/
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90E44656, endColorstr=#90E44656)";
	}
	.article.blog .section-title{
		/* Fallback for web browsers that doesn't support RGBa */
	    background: #339933;
	    /* RGBa with 0.6 opacity */
	    background: rgba(51,153,51, 0.9);
	    /* For IE 5.5 - 7*/
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90339933, endColorstr=#90339933);
	    /* For IE 8*/
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90339933, endColorstr=#90339933)";
		
	}
	.caption {
		/* background: #F5E5D5 !important; */
		filter: none;
		-ms-filter: none;
	}
	.dossier .caption{
		background: #ebedec !important;
	}
	.dark.dossier .caption{
		background: #333 !important;
	}
	.dossier .details .statistics .counters li.esperienze .counter{
		border-color: #C0A4C8; 
	}
	.dossier .details .statistics .counters li.frontiere .counter{
		border-color: #63C0D4; 
	}
	.dossier .details .statistics .counters li.progetti .counter{
		border-color: #E44656; 
	}
	.dossier .details .statistics .counters li.socialinnovation .counter{
		border-color: #FFAE57; 
	}
	.dossier .details .statistics .counters li.esperienze .counter span + span{
		color: #C0A4C8; 
	}
	.dossier .details .statistics .counters li.socialinnovation .counter span + span{
		color: #FFAE57; 
	}
	.dossier .details .statistics .counters li.frontiere .counter span + span{
		color: #63C0D4; 
	}
	.dossier .details .statistics .counters li.progetti .counter span + span{
		color: #E44656; 
	}
}

#header .header-left .today span{
	font-family: Gotham-Book;
	font-size: 11px;
}

.navigation > li a{
	font-family: Gotham-medium;
	font-size: 14px;
	color: #323232;
	text-decoration: none;
	text-transform: uppercase;
}

.sticky-header .navigation > li a{
	font-size: 13px;
}

.mobile-nav .navigation li a{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.mobile-nav .navigation > li > ul a {
	font-family: Gotham-Book;
	text-transform: none;
}

.section-title span{
	font-family: Gotham-Bold;
	font-size: 14px;
	color: #323232;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

/* Header
=============================================================== */
#header{
	background: #fff;
	border-bottom: 1px solid #c9c9c9;
	width: 100%;
	z-index: 10000;
}
#header.sticky-header{
	position: fixed;
	left: 0;
	top: 0;
}

.admin-bar #header.sticky-header{
	top: 28px;
}



#header .header-top{
	height: 110px;
	padding: 20px 0px;
}
#header.sticky-header .header-top{
	display: none;
}
#header .container{
	width: 100%;
}
#header .container > div{
	float: left;
	width: 33%;
}
#header .header-top div.header-center{
	text-align: center;
}
#header .header-top div.header-center .sole{
	border-right: 1px solid #CDCDCD;
	display: none;
	
}
#header .header-left, 
#header .header-right {
	padding-top: 30px;
}
#header .header-left > div,
#header .header-right > div{
	border: 1px solid #CDCDCD;
	height: 41px;
	line-height: 31px;
	padding: 5px 10px;
}
#header .header-left > div.active,
#header .header-right > div.active{
	background: #323232;
}

#header .header-left > div{
	float: left;
	border-width: 0 1px 0 0;
}
#header .header-left > div.nova {
	margin-left: -5px;
	padding-left: 0 !important;
}

#header .header-right > div {
	border-width: 0 0 0 1px;
}
#header .header-left > div.nav-toggler{
	display: none;
}
#header .header-left img {
	height: 20px;
}
#header .header-right > div{
	float: right;
}
#header .header-right > div.social-links{
	padding: 10px;
	border: 0px;
}

#header .header-right > div.search {
	margin-right: -5px;
	padding-right: 0 !important;
}
#header .header-right > div.search img.searchstickyimg {
	height: 24px;
	width: 24px;
}

#header .header-right > div.user{
	display: block;
	background-image: url(../images/icons/icona_profilo_menu_selezionata_320.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 41px;
	background-position: 50% 50%;
	background-size: 54%;
	cursor:pointer;
}

#header .header-right > div.user:hover, #header .header-right > div.user.userover {
	display: block;
	background-image: url(../images/icons/icona_profilo_menu_320.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 41px;
	background-position: 50% 50%;
	background-size: 69%;
	background-color: #000;
}

#header .header-right > div.user a{
	display: block;
	width: 100%;
	height: 100%;
}

#header .header-right > div.user-info{
padding:0px;
padding-right:5px;
padding-left:5px;
display:none;
}

.logged-in #header .header-right > div.user-info{
display:block;
}

#header .header-right > div.user-info ul{
list-style: none;
width: 100%;
height: 100%;
padding:0px;
padding-top: 9px;
}

#header .header-right > div.user-info ul li{
text-align: right;
font-family: Gotham-Book;
font-size: 11px;
line-height: 14px;
}

#header .header-right > div.user-info ul li:last-child{
font-family: Gotham-Bold;
}

#header .header-right > div.user-panel{
display:none;
position: absolute;
top: 71px;
right: 14px;
background-color: #000;
width: 135px;
height: auto !important;
padding: 0px;
z-index: 1;
border: none;
border: 1px solid #000;
}

#header.sticky-header .header-right > div.user-panel{
top: 41px;
right: 0px;
}

.header-right > div.user-panel ul{
margin: 0px;
padding: 0px;
}

.header-right > div.user-panel ul li{
font-family: Gotham-Book;
font-size: 10px;
line-height: 30px;
color: #FFF;
list-style: none;
padding-left: 5px;
}

.header-right > div.user-panel ul li a, .header-right > div.user-panel ul li a:visited{
color:#FFF;
display: block;
width: 100%;
height: 100%;
}

.header-right > div.user-panel ul li:hover{
background-color: #FFF;
color:#000;
}

.header-right > div.user-panel ul li:hover a:hover{
background-color: #FFF;
color:#000;
text-decoration: none;
}


#mobile-nav .navigation .mobile-user-info .user-info{
	text-align: left;
	font-family: Gotham-Book;
	font-size: 11px;
	line-height: 14px;
	color:#FFF;
	background-image: url(../images/icons/icona_profilo_menu_320.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	cursor: pointer;
	padding-left: 40px;
}

#mobile-nav .navigation .mobile-user-info .user-info ul{
	padding-top: 6px;
	background-image: url(../images/icons/freccia_giu_menu_320.png);
	background-repeat: no-repeat;
	background-position: 90% 65%;
}

#mobile-nav .navigation .mobile-user-info .user-info ul.frecciasu{
	padding-top: 6px;
	background-image: url(../images/icons/freccia_su_menu_320-01.png);
	background-repeat: no-repeat;
	background-position: 90% 65%;
}

#mobile-nav .navigation .mobile-user-info .user-info ul li:last-child{
	font-family: Gotham-Bold;
}




#mobile-nav .navigation .mobile-user-info a{
	font-family: Gotham-Book;
	font-size: 10px;
	text-align: center;
	background-image: url(../images/icons/icona_profilo_menu_320.png);
	background-position: 11px 50%;
	background-repeat: no-repeat;
}

#mobile-nav .navigation .mobile-user-info .user-panel{
	display:none;
}

#mobile-nav .navigation .mobile-user-info .user-panel ul{
	padding:0px;
}


#mobile-nav .navigation .mobile-user-info .user-panel ul li{
	list-style: none;
}

#mobile-nav .navigation .mobile-user-info .user-panel ul li a{
	background: none;
	text-transform: capitalize;
	text-align: left;
}


@media screen and (max-width: 1280px) {
	#header .header-top .header-right > div.user-info{
		display:none;
	}
	#header .header-top .header-right > div.user{
		display: none;
	}
}

@media screen and (max-width: 640px) {
	#header .header-top .header-left > div.today,
	#header .header-top .header-left > div.social-links,
	#header .header-top .header-right > div.user{
		display: none;
	}
	#header .header-top div.header-left,
	#header .header-top div.header-right{
		width: 15%;
	}
	#header .header-top div.header-center{
		width: 70%;
	}
}
@media screen and (min-width: 320px)  and (max-width: 1280px){
	#header {
		position: fixed;
		top: 0;
		left: 0;
	}
	
	.logged-in #header{
	top: 0;
	
	}
	#header .header-top{
		height: 40px;
		padding: 0px;
	}
	#header .header-top div.header-left, #header .header-top div.header-right{
		padding-top: 0px;
		height: 40px;
	}
	#header .header-top .header-left > div, #header .header-top .header-right > div{
		height: 100%;
		line-height: 31px;
	}
	#header .header-top .header-center > div{
		height: 30px;
		margin: 5px 0px;
	}
	#header .header-top .header-left div.nav-toggler{
		display: block;
		margin-left: -15px;
	}
	#header .header-top .header-left div.sole{
		display: none;
	}
	#header .header-top div.header-center > div{
		display: inline-block !important;
		padding: 0px 10px;
	}
	#header .header-top div.header-center > div.sole{
		text-align: right;
	}
	#header .header-top div.header-center > div img{
		height: 30px;
		padding: 5px 0;
	}
	#header .header-top div.header-center > div.sole{
		border-right: 1px solid #CDCDCD;
	}
	#header .header-top .header-right > div.user,
	#header .header-top .header-right > div.search{
		padding: 10px;
		padding-top: 5px;
	}
	#header .header-top .header-right > div.user img,
	#header .header-top .header-right > div.search img{
		height: 21px;
	}
	
	#header .header-right div.user-panel{
	top: 41px;
	right: 13px;
	}
	
}
@media screen and (min-width: 768px) {
	#header .header-top div.header-center > div img{
		padding-top: 9px;
	}
}

/* Navigation
=============================================================== */
.header-nav{
	background: #fff;
	border-top: 1px solid #c9c9c9; 
	height: 40px;
	width: 100%;
}
.header-nav .navigation{
	list-style-type:none;
	height: 40px;
	margin:0 auto;
	padding:0;
	z-index:10000;
	text-align: center;
}
.header-nav .navigation > li {
	display: inline;
	margin-right: -4px;
	
}
.header-nav .navigation > li a {
	line-height: 35px;
	display:inline;
	text-decoration:none;
	overflow:hidden;
	z-index:10000;
	padding: 12px 15px 13px;
}
#header .header-nav .container > div{
	display: none;
}
#header.sticky-header .header-nav{
	border: none;
}
#header.sticky-header .header-nav .container > div{
	display: block;
	width: 20%;
	padding: 0px;
	
}
#header.sticky-header .header-nav .container > nav{
	float: left;
	width: 60%;
	margin: 0px;
}
#header.sticky-header .header-nav .navigation{
}
.mobile-nav{
	background: #323232;
	display: none;
	height: 100%;
	min-height: 100%;
	width: 270px;
	position: fixed;
}
.mobile-nav .navigation{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.mobile-nav .navigation > li{
	border-bottom: 1px solid #3d3c3a;
	min-height: 40px;
	width: 270px;
	margin: 0px auto;
	position: relative;
}
.mobile-nav .navigation > li.user{
	display: none;
}
.mobile-nav .navigation > li a{
	cursor: pointer;
	display: block;
	line-height: 40px;
	width: 100%;
	padding-left: 10px;
}
.mobile-nav .navigation > li.has-sub{
	background: url(../images/icons/icon_arrow_down.png) no-repeat right 10px;
}
.mobile-nav .navigation > li.has-sub.open{
	background-image: url(../images/icons/icon_arrow_up.png);
}

.mobile-nav .navigation > li.has-sub > ul{
	display: none;
}
.mobile-nav .navigation > li.has-sub.open > ul{
	display: block;
}
.mobile-nav .navigation > li.has-sub > ul a {
	color: #CDCDCD;
}
.mobile-nav .social {
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width: 1280px) {
	.header-nav{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.mobile-nav .navigation > li.user{
		display: none;
	}	
}

/* Social
=============================================================== */
.social{
	padding: 0px;
}
.social > li {
	display: inline-block;
	list-style-type: none;
}
.social > li a span.socialicons {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block; 
	width: 22px; 
	height: 22px;
	margin-top: 5px;
}
.social > li:first-child a span.socialicons{
	margin-left: 0px;
}
.social > li a span.socialicons.facebook{
	background-image: url(images/social/fb.png);
}
.social > li a span.socialicons.google{
	background-image: url(images/social/g+.png);
}
.social > li a span.socialicons.rss{
	background-image: url(images/social/feed.png);
}
.social > li a span.socialicons.twitter{
	background-image: url(images/social/tw.png);
}
.social > li a span.socialicons.vimeo{
	background-image: url(images/social/vimeo.png);
}


