 /*
Theme Name: universita
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: universita
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

universita is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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-size: 2em;
	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-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,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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 https://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. */
/*}

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. */
/*}*/

/*figure {
	margin: 1em 0;*/
	/* Extra wide images within figure tags don't overflow the content area. */
/*}

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;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*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 ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

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

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

/* 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
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/*.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;*/ /* Many screen reader and browser combinations announce broken words as they would appear visually. */
/*}

.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;
	clip-path: none;
	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. */
/*}*/

/* Do not show the outline on the skip link target. */
/*#content[tabindex="-1"]:focus {
	outline: 0;
}*/

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*.widget {
	margin: 0 0 1.5em;*/
	/* Make sure select elements fit in widgets. */
/*}

.widget select {
	max-width: 100%;
}*/

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*.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,
.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%;
}*/

/* Make sure logo link wraps around logo image. */
/*.custom-logo-link {
	display: inline-block;
}*/

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

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

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

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

/*--------------------------------------------------------------
## 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;
}*/

.one-half.column.mainmenu {
    background: #fff;
}
div#cookieChoiceInfo {
    position: absolute !important;
    /* height: 35px;
	padding-top:15px !important;
    background: #fff !important; */
    top: auto !important;
}   
.mainlogo a img {
    height: 80px;
    /*padding: 10px 0px;*/
    padding: 15px 0px;
    width: auto;
}
.six.columns.ateneo_section {
  padding: 70px 30px 0;
}
/*.page-id-339 .six.columns.ateneo_section {
  padding: 65px 46px 0;
}*/
.six.columns.ateneo_section h3{
margin-bottom:11px !important;
font-size: 40px;
}
.ateneo_section h3 {
    font-size: 4.8rem;
    font-weight: bold;
    color: #494949;
    text-transform: uppercase;
	margin-bottom:0px !important;
}
.page-id-2657 .container-full-width, .page-id-2659 .container-full-width, .page-id-2661 .container-full-width, .page-id-2663 .container-full-width {
    display: none;
}
.page-id-2657 div#divider, .page-id-2659 div#divider, .page-id-2663 div#divider, .page-id-2661 div#divider    {
    margin-top:5px;
}
.six.columns.ateneo_section p br {
	display:none;
} 
.six.columns.ateneo_section p {
  color: rgb(88, 88, 88);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  width: 75%;
}
body.page-id-4276 .six.columns.ateneo_section p, body.page-id-3318 .six.columns.ateneo_section p, body.page-id-3324 .six.columns.ateneo_section p, body.page-id-3564 .six.columns.ateneo_section p, body.page-id-3569 .six.columns.ateneo_section p, body.page-id-3207 .six.columns.ateneo_section p, body.page-id-3210 .six.columns.ateneo_section p {
	width:55%;
}
body.page-id-6000 .six.columns.ateneo_section p,
body.page-id-1288 .six.columns.ateneo_section p,
body.page-id-105 .six.columns.ateneo_section p {
  width: 60%;
} 

body.page-id-265 .six.columns.ateneo_section p, body.page-id-3073 .six.columns.ateneo_section p, body.postid-727 .six.columns.ateneo_section p {
  width: 60%;
}

body.page-id-339 .six.columns.ateneo_section p, body.page-id-3242 .six.columns.ateneo_section p {
  width: 60%;
}

body.page-id-121 .six.columns.ateneo_section p,
body.page-id-3080 .six.columns.ateneo_section p, 
body.page-id-3102 .six.columns.ateneo_section p, 
body.page-id-3245 .six.columns.ateneo_section p {
	width:100%;
}
a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {    
	/*background-color: #64350B;*/
    background-color: #0166aa;
}
.eight.columns h5.internal_page_title {    
	/*font-size: 30px;    */
	margin-top: 13px;    
	font-weight: 300;
    text-transform: uppercase;
	/*margin-bottom: 1px;*/
}
@media (max-width: 480px) {

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    /*background-color: #64350B;*/
    background-color: #0166aa;
}
.wpml-ls-legacy-dropdown a{
  /*background-color: #64350B;*/
    background-color: #0166aa;
}
	p, li {
		text-align:left !important;
	}

body.page-id-3062 .six.columns.ateneo_section p, 
body.page-id-3059 .six.columns.ateneo_section p, 
body.page-id-3056 .six.columns.ateneo_section p, 
body.page-id-3260 .six.columns.ateneo_section p, body.page-id-3263 .six.columns.ateneo_section p, body.page-id-3268 .six.columns.ateneo_section p, body.page-id-3272 .six.columns.ateneo_section p, body.page-id-3284 .six.columns.ateneo_section p, body.page-id-3294 .six.columns.ateneo_section p, body.page-id-3303 .six.columns.ateneo_section p, body.page-id-3306 .six.columns.ateneo_section p, body.page-id-3309 .six.columns.ateneo_section p, body.page-id-3312 .six.columns.ateneo_section p, body.page-id-4276 .six.columns.ateneo_section p, body.page-id-3315 .six.columns.ateneo_section p, body.page-id-3324 .six.columns.ateneo_section p, body.page-id-3407 .six.columns.ateneo_section p, body.page-id-3411 .six.columns.ateneo_section p, body.page-id-3414 .six.columns.ateneo_section p, body.page-id-3417 .six.columns.ateneo_section p, body.page-id-3446 .six.columns.ateneo_section p, body.page-id-3449 .six.columns.ateneo_section p, body.page-id-3452 .six.columns.ateneo_section p, body.page-id-3573 .six.columns.ateneo_section p, body.page-id-3526 .six.columns.ateneo_section p, body.page-id-2938 .six.columns.ateneo_section p, body.page-id-2943 .six.columns.ateneo_section p, body.page-id-2954 .six.columns.ateneo_section p, body.page-id-2958 .six.columns.ateneo_section p, body.page-id-2962 .six.columns.ateneo_section p, body.page-id-3065 .six.columns.ateneo_section p, body.page-id-3069 .six.columns.ateneo_section p, body.page-id-3207 .six.columns.ateneo_section p, body.page-id-3210 .six.columns.ateneo_section p, body.page-id-527 .six.columns.ateneo_section p, body.page-id-5192 .six.columns.ateneo_section p{
	 width: 58%;
} 
    
body.page-id-105 .six.columns.ateneo_section p, body.page-id-121 .six.columns.ateneo_section p, body.page-id-265 .six.columns.ateneo_section p, body.page-id-339 .six.columns.ateneo_section p, body.page-id-3062 .six.columns.ateneo_section p, body.page-id-3059 .six.columns.ateneo_section p, body.page-id-3056 .six.columns.ateneo_section p, body.page-id-3073 .six.columns.ateneo_section p, body.page-id-3260 .six.columns.ateneo_section p, body.page-id-3263 .six.columns.ateneo_section p, body.page-id-3268 .six.columns.ateneo_section p, body.page-id-3272 .six.columns.ateneo_section p , body.page-id-3284 .six.columns.ateneo_section p, body.page-id-3294 .six.columns.ateneo_section p, body.page-id-3303 .six.columns.ateneo_section p, body.page-id-3306 .six.columns.ateneo_section p, body.page-id-3309 .six.columns.ateneo_section p, body.page-id-3312 .six.columns.ateneo_section p, body.page-id-4276 .six.columns.ateneo_section p, body.page-id-3315 .six.columns.ateneo_section p, body.page-id-3318 .six.columns.ateneo_section p, body.page-id-3324 .six.columns.ateneo_section p, body.page-id-3564 .six.columns.ateneo_section p, body.page-id-3569 .six.columns.ateneo_section p, body.page-id-3407 .six.columns.ateneo_section p, body.page-id-3411 .six.columns.ateneo_section p, body.page-id-3414 .six.columns.ateneo_section p, body.page-id-3417 .six.columns.ateneo_section p, body.page-id-3446 .six.columns.ateneo_section p, body.page-id-3449 .six.columns.ateneo_section p, body.page-id-3452 .six.columns.ateneo_section p, body.page-id-3573 .six.columns.ateneo_section p, body.page-id-3526 .six.columns.ateneo_section p, body.page-id-2938 .six.columns.ateneo_section p, body.page-id-2943 .six.columns.ateneo_section p, body.page-id-2954 .six.columns.ateneo_section p, body.page-id-2958 .six.columns.ateneo_section p, body.page-id-2962 .six.columns.ateneo_section p, body.page-id-3065 .six.columns.ateneo_section p, body.page-id-3069 .six.columns.ateneo_section p, body.page-id-527
    .six.columns.ateneo_section p, body.page-id-6000
    .six.columns.ateneo_section p, body.page-id-5192
    .six.columns.ateneo_section p, body.page-id-2093
    .six.columns.ateneo_section p {
    width: 100%;
} 
.six.columns.ateneo_section p {
    text-align: left !important;
    width: 100%;
}
}
p.contact_no {
    font-size: 13px !important;
    font-weight: 700 !important; 
}
span.no {
    font-weight: normal;
}
.twelve.columns {
    background-repeat: no-repeat;
}

/** flexbox **/

.flex-container {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-container > div {
  margin: 20px;
  padding: 15px 30px;
}

/*-----------10 Nov Arpit-----------*/

.mainlogo{
	float:left;
}


.bx-pager.bx-default-pager {
    position: relative !important;
    top: -50px !important;
}
#scrolldown {
	
    top: 80% !important;

}

.btn2, #myDiv input[type="submit"] {
    background-color: #F48E00 !important;
	color:#fff !important;
	padding:10px 20px !important;
}

footer span {
    color: #fff !important;
}

.inaccordion > .ui-accordion-header {
    font-size: 2.3rem !important;
}

.frame input#telefono {
    width: 100%;
}

.frame input#nome {
    width: 100%;
}
.frame input#cognome {
    width: 100%;
}
.frame input#email {
    width: 100%;
}
.frame input#nascita {
    width: 100%;
}
.frame input#city {
    width: 100%;
}
.frame input#scuola_prov {
    width: 100%;
}
.frame input:focus{
	border: 1px solid #F48E00 !important;}
	
footer {
    padding-top: 50px;
    background-color: #f48e00;
}
footer h2.widget-title {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
	text-transform: uppercase;
}
footer h1 {
    color: #fff;
}
footer h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
}
p.textcontact {
    color: #fff;
}
span.acc_date {
    font-size: 16px;
    display: block;
    color: #a2a2a3;
}
footer a {
    color: #fff;
}

footer a:hover{
    color: #fff;
    font-weight: bold
}

a.btn2:hover {
    background-color: #C17100 !important;
}	

/*-------14 nov 2017 Arpit-----------*/

.menu-main-menu-left-container {
    float: right;
}
.btn4 a{
	color:#fff !important;
	
    font-size: 1.5rem;
}
	
.btn4 {
    background-color: #F48E00 !important;
	border-color:#fff !important; 
}

.btn3 {
    background-color: #F48E00 !important;
    color: #fff !important;
	border-color:#fff !important; 
}
.btn4:hover{
	background-color:#C17100 !important;
	border-color:#fff !important; 
	}

.btn3:hover{
		background-color:#C17100 !important;
		border-color:#fff !important; 
}

.three.columns.docenti_ps {
    float: left !important;
    height: 306px !important;
}
.three.columns.docenti_ps p {
    margin-bottom: 0;
}
.ui-widget-content a { 
	font-weight: 400;
    color: #F48E00 !important;
}
.ui-widget-content a:hover {
    color: #C17100 !important;
}
p.desdoc2 {
    border-bottom: 1px solid #64350B;
    line-height: 1.3rem;
    margin-top: -10px;
    padding-bottom: 5px;
}
/*color right menu item*/
#menu-main-menu-right li.current-menu-item a {
    color: #33adff!important;
}

footer .container {
    margin-bottom: 0px;
}
div#slider-wrapper {
    margin-bottom: 60px;
}
.banner_t.intro {
    padding-top: 30px; 
}
li.current-menu-item a {
    color: #F48E00 !important;
}
form.wpcf7-form label{
    font-weight: 100;
}
.four.columns.my_uer img {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 80%;
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
 .column:first-child, .columns:first-child {
    margin-left: 0;
}
.three.columns.docenti_ps {
    margin-left: 2%;
}
.column, .columns {
    margin-left: 2%;
}	
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: #fff !important;
     /*background: #884c1f !important;*/
    background: #0166aa !important;
}
a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    padding: 5px;
}
.wpml-ls-legacy-dropdown {
    margin-top: 15px !important; 
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	padding: 5px;
	/*background: #884c1f;*/
    background: #0166aa;
}


		 
/* .column:first-child, .columns:first-child {
    margin-left: 0 !important;
} */

@media (min-width:767px) and (max-width: 991px) {
	
.menu-main-menu-left-container {
    float: none !important;
    width: 100% !important;
}
ul.left_menu li:first-child {
    margin-left: 0px !important;
}
.caption {
    margin-top: 10% !important;
    padding: 15px 25px !important;
}
    .btn2 {
    font-size: 13px;
    padding: 5px 10px!important;}
    
#scrolldown {
    top: 60% !important;
    display: none;
}
.column, .columns {
    margin-left: 0%;
}
.four.columns.my_uer { 
    width: 100% !important; 
	margin-left: 0px !important;
}

}

@media (min-width:991px) and (max-width: 1200px) {
	
ul.left_menu li:first-child {
	margin-left: 0px !important;
}
.four.columns.my_uer {
    width: 31% !important;
    margin-left: 20px !important;
}
.four.columns.my_uer:first-child {
    margin-left: 20px !important;
}


}

@media (min-width:1920px) and (max-width: 2600px) {	
}

/* tablet css */
@media (max-width: 767px) {
}
@media (max-width: 480px) {

.mainlogo {
    width: 100% !important;
}
.column, .columns {
    margin-left: 0%;
}
.four.columns.my_uer {
    margin-left: 0px !important;
}
.six.columns.ateneo_section p {
    text-align: left;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 1.2em !important;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: 0.2em !important;
}
p, li {
    text-align: justify; 
}
input.wpcf7-validates-as-date {
    width: 80%;
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
	font-size:16px;
}
ul.right_menu li a {
    border-right: none !important;
}

.orientati_image {
    width: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 1em !important;
}
.btn1, .btn3, .btn4 {
    font-size: 1.3rem !important;
}
.box1 > div > h3 {
    font-size: 2rem !important;
}
ul.left_menu li:first-child {
    margin-left: 0px !important;
}
ul.left_menu li a {
    border-right: none !important;
} 
ul.left_menu li {
	border-bottom:1px solid #808285;
}
ul.right_menu li {
	margin: 0px !important;
    clear: both;
}
ul.left_menu li, ul.right_menu li {
    float: none !important;
}
.left_menu, .right_menu {
    margin-bottom: 0px !important;
}
.three.columns.docenti_ps {
    height: auto !important;
}
.ui-accordion .ui-accordion-header {
    font-size:2.5rem !important;
}
.six.columns.ateneo_section {
    padding: 25px 35px 0px;
}
.ateneo_section h3 {
    font-size: 2.5rem !important;
}
.header_img {
    height: auto !important;
}
.twelve.columns.header_img {
    background: none !important;
    border: 1px solid #ccc;
}
#header-img{
    display: block !important;
}	
    /*this class adjusted june 2020*/
.mainlogo a img {
    width: 100%;
	height:auto;
    padding-top:25px;
}
.inner, .box2sx {
    background-image: none !important;
    background-color: #fff !important;
}
.box3 > .inner {
    height: auto !important;
}
.box2sx > div {
    background-image: none !important;
	height: auto !important;
}
.box3, .box2dx, .box2sx {
    height: auto !important;
}
.box2dx > div {
    background-repeat: no-repeat;
}
.box2dx > div {
    float: none !important;
    background-repeat: no-repeat; 
    height: auto !important;
    width: 90% !important;
}
.box3 > .inner > div, .box2sx > div > div, .box2dx > div > div {
    width: 80% !important;
    padding: 20px 25px !important;
}
.box2dx {
    background-image: none !important;
}
.box2dx > div {
    background: none !important;
}
img.image.wp-image-822.attachment-full.size-full {
    height: auto;
    width: 50%;
}
#phone {
    width: 100%;
    text-align: right;
    margin-right: 20px;
}
 div#cookieChoiceInfo {
	 width: 98% !important;
    padding: 5px 10px 5px 0px !important;
    text-align: center;
}


.four.columns.my_uer {
    width: 100% !important;
    min-height: auto !important;
}
.maintitle {
    font-size: 2.2rem !important;
} 
.maintitle p {
    margin-bottom: 0px !important;
}	
.banner_t.intro {
    padding-top: 0px;
}


} 


/* mobile css */
@media (max-width: 360px) {

.mainlogo a img {
    width: 90%;
}

body.page-id-2093 h3.banner_t,
body.page-id-934 h3.banner_t
    {
    font-size: 3.5rem !important;
	line-height: 1em;
    width: 100%;
    padding-bottom: 10px;
}  
 
}
body.page-id-2431 div#header-img,body.page-id-2443 div#header-img {
    display: none;
}
/*page-id-2443*/
  #mainlogo {
    background-color: #FFF;
    background-image: url("../01-landing.png");
    background-repeat: no-repeat;
    background-position: top left;
    height:110px;
}
  #logostrip {
    color:#FFF;
    font-size: 1.5rem;
}
  #cura {
	  display: none;
}

@media (min-width: 480px) {
 
    #logostrip{font-size: 2.8rem;}
    #cura {display: block;}
    body.page-id-2093 h3.banner_t {width: 60%;} 
   }
 

body.page-id-2431 div#divider, body.page-id-2443 div#divider {
    display: none;
}

body.page-id-2431 .six.columns.ateneo_section, body.page-id-2431 .twelve.columns.header_img, body.page-id-18559 .six.columns.ateneo_section, body.page-id-18559 .twelve.columns.header_img, body.page-id-18559 .divider_head
    {
    display: none;
}

div#orange > div {
    background-color: #784120;
    height: 60px;
}   
div#orange p {
    font-size: 1.2rem;
    color: #FFF;
    line-height: 15px;
    margin-top: 15px;
}
.step1_form p span input, .step1_form p span select {
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0px;
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    box-shadow: none;
    width: 97% !important;
    margin-bottom: 0px;
}
.step1_form p {
    width: 50%;
    float: left;
}
.step1_form p:nth-child(8), .step1_form p:nth-child(9), .step1_form p:nth-child(10) {
    width: 100%;
}
.step1_form p span span.wpcf7-radio span, .step1_form p span span.wpcf7-radio span{
    width: 20%;
    display: inline-flex;
    float: left;
}
.step1_form p label {
    float: left;
    margin-left: 10px !important;
}
span.wpcf7-form-control-wrap.radio-126 {
    width: 65%;
    float: left;
}
.step1_form p span input[type="radio"] {
    height: 20px;
}
.step1_form p span input[type="checkbox"] {
    width: 17px !important;
    height: 13px !important;
}
.step1_form p:nth-child(8) {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px;
	margin-bottom:15px !important;
}
input.wpcf7-validates-as-date {
    border: none !important;
    border-bottom: 1px solid #999 !important;
    border-radius: 0px !important;
}
body.page-id-1944 .ateneo_section {
    width: 40%;
}

body.page-id-2093 h3.banner_t
    {
    font-size: 3.5rem !important;
	line-height: 1em;
    width: 100%;
} 

body.page-id-934 h3.banner_t
    {
    font-size: 4rem !important;
	line-height: 1em;
    width: 60%;
} 
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #fff !important;
    font-weight: normal;
    color: #454545;
    border-top: 1px solid #64350B !important;
}
.ui-accordion .ui-accordion-header {
    font-weight: 300 !important;
}	
.ui-accordion-content li {
    list-style-position: outside;
	margin-left: 15px;
}
.eight.columns p:first-child {
    margin: 0px;
}


body.page-id-2082 .four.columns {
    display: none;
}

.wpcf7-recaptcha>div {
    /* width: 274px !important; */
    position: relative;
    left: -30px;
}
.sidebar_subf:nth-child(3), .sidebar_subf:last-child {
	padding-top:20px;
    border-top: 1px solid #E1E1E1;
}

span.acc_excerpt {
    font-size: 16px !important;
    display: block !important;
    color: #a2a2a3 !important;
    margin-top:10px;
    line-height:1.3;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: -5px !important;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 1em !important;
}
.page-id-2805 .container-full-width, .page-id-3643 .container-full-width, .page-id-11322 .container-full-width {
    display: none;
}
.page-id-2805 .full-width-container, .page-id-3643 .full-width-container, .page-id-11322 .container-full-width {
    margin-top: 30px;
}
.page-id-2805 div.wpcf7, .page-id-3643 div.wpcf7, .page-id-11322 div.wpcf7, .page-id-12805 div.wpcf7,.page-id-18820 div.wpcf7,.page-id-18837 div.wpcf7, .page-id-14045 div.wpcf7, .page-id-16902 div.wpcf7, .page-id-21111 div.wpcf7 {
    border: 1px solid #64350B;
    padding: 20px 40px;
    margin-top: 20px;
}
.page-id-2805 .wpcf7-recaptcha>div, .page-id-3643 .wpcf7-recaptcha>div, .page-id-11322 .wpcf7-recaptcha>div {
    left: 0px;
}

.page-id-2596 div#divider {
    margin-top: 5px;
}
.eight.columns ul li {
    list-style-position: outside;
    margin-left: 15px;
}
.booked_test {
    border: 1px solid #64350B;
    padding: 10px;
    margin-top: 20px;
    padding: 20px 40px;
}

.booked_test input {
    width: 35% !important;
}
.page-id-3576 th:first-child, td:first-child {
    padding-left: 2px !important;
}
.eight.columns ul li a {
  /*color: rgb(235, 143, 0);*/
  color: #ff9900;
  font-weight: 500;
}
.eight.columns ul li a:hover {
  color: rgb(193, 113, 0);
}
.post_laurem_content a {
    color: rgb(235, 143, 0) !important;
    font-weight: 600;
}
.post_laurem_content a:hover {
  color: rgb(193, 113, 0) !important;
}
.post_laurem_content ol {
    padding-left: 13px;
}
.six.columns.ateneo_section h3 {
 	    word-wrap: break-word;
}

.myuer a {
    /*background-color: #884C1F !important;*/
    background-color: #0277c4 !important;
}
.lang_switch {
    float: right;
    margin-right: 10px;
}
/*brown bar in page is now hidden - jul 20*/
.divider_head {
    display:none;
    width: 100%;
    height: 30px;
    background-color: #64350b;
}

.video-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position:absolute;
top:0;
left:0;
max-width:100%;
height:100%;

}
iframe, embed{
	max-width: 100%;
}

.imgcontainer img{
    width: initial;
    max-width: 100%;
    height: auto;
}
.eight.columns p a {
    color: #F48E00 !important;
    font-weight: 500;
}
.eight.columns p a:hover {
    color: #C17100 !important;
}

post-title {
    margin-top: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.checkbox_cf7_left_align .wpcf7-list-item {
	margin: 0 0 0 0em;
}

/* Tabella con prima colonna fixed */

.table-scroll {
	position:relative;
	max-width:600px;
	margin:auto;
	overflow:hidden;
	border:1px solid #000;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th, .table-scroll td {
	padding:5px 10px;
	border:1px solid #000;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll thead, .table-scroll tfoot {
	background:#f9f9f9;
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone td, .clone th {
	border-color:transparent
}
.clone tbody th {
	visibility:visible;
	color:red;
}
.clone .fixed-side {
	border:1px solid #000;
	background:#eee;
	visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}
/* .content_area .container ul{
	margin-top: -20px;
}*/

.content_area .container ul li{
	list-style-position: outside;
    margin-left:18px;
}
.content_area .container p{
margin-bottom:1rem
}
.img-responsive{
	max-width: 100% !important;
	height:auto !important;
}
a.gallery_image{
	margin-left: 2% !important;
}
.gallery_image img {
   max-width: 100% !important;
}
@media (max-width: 767px) {
	.gallery_image{
		width: 49% !important;
	}
	a.gallery_image{
	margin-left: 1% !important;
}
.gallery_image img {
   max-width: 100% !important;
  
}
}