/*
Theme Name: Nanotec
Theme URI: http://nanotec.cnr.it
Author:
Author URI:
Description: nanotec.cnr.it Wordpress Theme
Version: 1.0
Text Domain: nanotec
*/

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1
}

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

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

input, label, select, button, textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    font-size: 13px;
}

input:focus {
    outline: 0
}

input, textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

button, input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    width: 13px;
    height: 13px
}

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

::-webkit-search-decoration {
    display: none
}

button, input[type="reset"], input[type="button"], input[type="submit"] {
    overflow: visible;
    width: auto
}

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none
}

textarea {
    vertical-align: top;
    overflow: auto
}

select[multiple] {
    vertical-align: top
}

body {
    font-family: 'Ubuntu', sans-serif;
    background: #fff;
    font-size: 16px;
    color: #494b52;
    font-weight: 300;
}

p {
    line-height: 1.3;
}

ol {
    margin-left: 10px;
    padding: 8px;
    line-height: 1.3;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.main {
    width: auto !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
}

.big-container {
    width: 100%;
    padding: 0 15px !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.container {
    width: auto !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
}

.page h1 {
    font-weight: 400;
    font-size: 42px;
}

.page h2:after {
    display: none;
}

.box {
    position: relative;
}

.page a {
    color: #00aeef;
}

.box h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    background: rgba(0, 174, 239, 0.6);
    box-sizing: border-box;
    padding: 15px;
    min-height: 50%;
    border-bottom: solid 10px #003366;
}

.box p {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}

.box-img img {
    width: 100% !important;
}

.visore-home,
.visore-home2 {
    height: 450px;
}

.visore-home2 p {
    color: #fff;
    line-height: 1.4;
    font-size: 16px;
}

h2 {
    font-weight: 300;
    position: relative;
    font-size: 30px;
}

h2:after {
    color: #003366;
    position: absolute;
    right: 0;
    /* display: inline-block; */
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
}

.header {
    width: 100%;
    background: #e2e2e2;
    border-bottom: 10px solid #003366;
    padding: 20px 0;
    display: table;
}

#breadcrumbs {
    width: 100%;
    list-style: none;
    margin: 10px 0 40px 0;
    overflow: hidden;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 16px;
}

#breadcrumbs li:nth-last-of-type(1) {
    color: #003366;
    font-weight: 500;
}

#breadcrumbs li a {
    font-size: 16px;
    color: #494b52;
    text-decoration: none;
    line-height: 1.2;
}

#breadcrumbs li a:hover {
    color: #494b52;
    text-decoration: underline;
}

#breadcrumbs .separator {
    font-size: 16px;
    color: #ccc;
}

.logo {
    margin-top: 10px;
    float: left;
}

.logo a {
    display: block;
}

.logo a img {
    width: 100%;
}

.top-menu ul li {
    float: left;
}

.top-menu ul li a {
    color: #494b52;
    display: block;
    float: left;
    padding: 10px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.1;
    position: relative;
    margin-left: 40px;
}

.top-menu ul li a:hover {
    color: #00aeef;
}

.search-icon a:before,
.lang-icon a:after,
.login-icon a:before {
    width: 20px;
    height: 17px;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    padding-top: 3px;
}

.lang-icon a:after {
    content: '\f0d7';
    right: -10px;
}

.search-icon a:before {
    content: '\f002';
    background: #fff;
    border-radius: 50%;
    left: -20px;
}

.login-icon a:before {
    content: '\f007';
    background: #fff;
    border-radius: 50%;
    left: -20px;
}

.button {
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 35px 15px 10px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.button:after {
    color: #003366;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    font-size: 1.5em;
    margin: 10px 15px 0 0;
}

.video-tour {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 43px 30px;
}

.video-tour a {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.video-tour h2 {
    font-weight: 700;
}

.video-tour h2:after {
    color: #fff;
    position: absolute;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f144';
}

#menu-toggle {
    display: none;
}

.list {
    list-style: none;
}

.list li {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}

.list li h3 {
    color: #fff;
    position: absolute;
    text-align: center;
    left: 15px;
    right: 15px;
    bottom: 0;
    padding-bottom: 15px;
    font-size: 16px;
}

.list li img {
    width: 100%;
}

.children-page ul {
    list-style: none;
}

.children-page ul li {
    position: relative;
}

.children-page ul li:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    bottom: 0;
    content: '';
}

.children-page ul li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
    background: #f4f4f4;
    color: #003366;
    font-size: 24px;
    text-decoration: none;
}

.children-page ul li a:hover {
    background: #003366;
    color: #fff;
}

.children-page ul li:nth-of-type(1) {
    background: #ffffff;
    color: #494b52;
    font-weight: 300;
    font-size: 30px;
    /* padding:15px 10px; */
}

.children-page ul li:nth-of-type(1):after {
    display: none;
}

.footer {
    width: 100%;
    background: #494b52;
}

.footer-top {
    width: 100%;
    overflow: hidden;
    background: #00aeef;
    padding: 4px 0;
}

.footer-menu {
    float: left;
    padding: 10px 0;
}

.footer-menu ul {
    list-style: none;
}

.footer-menu ul li {
    float: left;
    border-right: solid 1px #fff;
    padding: 0 15px;
}

.footer-menu ul li:nth-of-type(1) {
    padding-left: 0;
}

.footer-menu ul li:nth-last-of-type(1) {
    border-right: none;
}

.footer-menu ul li a {
    color: #fff;
    display: block;
    float: left;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-menu ul li a:hover {
    color: #003366;
}

.social-menu {
    float: right;
    padding-top: 6px;
}

.social-menu ul {
    list-style: none;
}

.social-menu ul li {
    display: inline-block;
    margin-left: 4px;
}

.social-menu ul li a {
    color: #fff;
    display: block;
    width: 20px;
    font-size: 1.4em;
}

.newsletter {
    width: 344px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
}

.news-text {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    float: left;
    background: #fff;
    color: #494b52;
    border: solid 1px #ccc;
    font-weight: 500;
    padding: 10px;
    line-height: 1;
    width: 220px;
    outline: none;
    height: 18px;
}

.news-submit {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    float: left;
    background: #00aeef;
    color: #fff;
    border: solid 1px #ccc;
    border-left: none;
    font-weight: 500;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    width: 80px;
    outline: none;
    height: 18px;
}

.news-text input,
.news-submit input {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.news-text input {
    color: #494b52;
}

.news-submit input {
    color: #fff;
    cursor: pointer;
}

.newsletter h3 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

.copyright {
    width: 100%;
    padding: 20px 0 10px 0;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.legal-menu {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}

.legal-menu ul {
    display: inline-block;
}

.legal-menu ul li {
    display: inline-block;
}

.legal-menu ul li:after {
    content: '-';
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
}

.legal-menu ul li:nth-last-of-type(1):after {
    display: none;
}

.legal-menu ul li a {
    color: #00aeef;
    text-decoration: underline;
    font-size: 14px;
}

#show-more {
    width: 390px;
    margin: 0 auto;
    background: #ecebeb;
    padding: 10px;
    font-size: 18px;
    text-align: left;
    cursor: pointer !important;
    position: relative;
}

#show-more:after {
    position: absolute;
    right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
}

.get-posts h3 {
    padding-bottom: 10px;
    margin-top: 15px;
}

.get-posts ul,
.get-posts ul li {
    list-style: none;
    margin-bottom: 25px;
}

.get-posts .text {
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 1em;
    margin-top: 5px;
    font-size: 16px;
}

.get-posts h3 a {
    font-size: 18px;
    color: #003366;
    text-decoration: none;
}

.get-posts-jobs h3 a {
    font-size: 16px;
    color: #494b52;
}

.get-posts .cpt_item_content {
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
    text-align: justify;
}

.get-posts .cpt-content {
    /* font-size: 14px;
    line-height: 1.3; */
    text-align: justify;
}

.resp-img img {
    width: 100% !important;
}

.share-pre {
    float: right;
    font-size: 20px;
    padding: 8px;
}

.addthis_sharing_toolbox {
    float: right;
}

.alignleft {
    float: left !important;
    margin: 8px 8px 8px 0;
}

.alignright {
    float: right;
    margin: 8px 0 8px 8px;
}

.contact-us p {
    padding-top: 10px;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="submit"],
.contact-us textarea {
    background-color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #494b52;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    margin-top: 10px;
    border-radius: 3px;
}

.contact-us input[type="submit"] {
    background: #00aeef;
    color: #fff;
    font-weight: 500;
    padding: 15px 0;
    cursor: pointer;
}

.tt-table {
    width: 100%;
}

.tt-table tr td {
    padding: 10px;
}

.tt-table tr td:nth-of-type(1) {
    width: 20%;
}

.tt-table tr td:nth-of-type(2) {
    width: 30%;
}

.tt-table tr td:nth-last-of-type(1) {
    text-align: right;
}

.tt-table tr:nth-of-type(odd) td {
    background: #f3f3f3;
}

.post {
    width: 100%;
    overflow: hidden;
	    margin-left: 35px;
}

.post .content {
    width: 62.6666%;
    float: left;
    margin-right: 20px;
}

.post .content .the-content {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
}

.post .content .the-content .thumbnail {
    margin-bottom: 15px;
}

.post .content .the-content .thumbnail img {
    width: 100%;
}

.post .content .the-content h1 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 10px;
}

.category .content .the-content {
    text-align: justify;
    line-height: 1.3;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.category .content .the-content a {
    color: #00aeef;
}

.category .content .the-content h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 10px;
}

.category .content .the-content h2 a {
    color: #003366;
    text-decoration: none;
}

.filter {
    overflow: hidden;
    font-size: 14px;
    margin-right: 15px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.filter .searchform-params {
    float: left;
    width: 90%;
}

.filter .TextField,
.filter .DropDownField {
    float: left;
    margin: 5px 0;
    width: 33.3333%;
}

.filter .searchform-label {
    padding-right: 10px;
    padding-bottom: 6px;
}

.filter .searchform-controls {
    float: right;
    width: 10%;
    overflow: hidden;
    clear: none;
}

.filter .searchform-controls input[type=submit] {
    background: #00aeef;
    color: #fff;
    padding: 20px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.category .searchform-input-wrapper {
    border: solid 1px #ccc;
    border-radius: 4px;
    width: 90%;
}

.pagination {
    text-align: center;
    padding: 10px 0;
}

.pagination a {
    color: #00aeef;
}

.widget-area {
    float: left;
    width: 29.3333%;
    margin-right: 15px;
	margin-top: -16px;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar tr td {
    padding: 5px;
}

#wp-calendar caption {
    padding: 10px;
    border-bottom: solid 1px #f3f3f3;
    margin-bottom: 15px;
}

#wp-calendar tbody tr td {
    text-align: center;
}

#wp-calendar thead tr th {
    border-bottom: solid 1px #494b52;
    padding-bottom: 5px;
}

.he-post {
    padding-bottom: 15px;
    border-bottom: solid 1px #494b52;
    margin: 15px 0;
}

.list-news h3 {
    /* padding-bottom:15px; */
}

.list-news h3 a {
    font-size: 18px;
    color: #003366;
    text-decoration: none;
}

.list-news h3 a:hover {
    color: #00aeef;
}

.list-news .cpt_item {
    clear: both;
    padding: 15px 0;
}

.list-news .cpt-featured-image {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
}

.list-news .cpt-featured-image img {
    width: 100%;
}

.list-news .cpt-content {
    display: block;
    float: left;
    width: 66.6666%;
    box-sizing: border-box;
}

.pub-container {
    text-align: justify;
}

.pub-container h2 {
    font-size: 24px;
}

/** CUSTOM ADDINGS **/
.custom-separator {
    margin-top: -10px;
    max-width: 360px;
    float: left;
    margin-bottom: 20px;
}

.list-post-home {
    padding-bottom: 15px;
    /* border-bottom: solid 1px #ccc; */
    margin-bottom: 15px;
    text-align: justify;
    margin-top: 5px;
}

.vc_row {
    margin-left: 0;
    margin-right: 0;
}

.vc_responsive .home_box_wrap.wpb_row .vc_span2 {
float: left;
width: 18.8%;
padding: 0;
margin-right: 1.5%;
min-height: 0;
}

.home_box_wrap .home_box_last {
margin: 0 !important;
}