body {
    color: #323232;
    /* 
	font-size: 16px;
	text-rendering: optimizeSpeed;
	*/

}


body {
	background-color: #FFF;
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;

}




p {
    color: #323232;
}

p::-moz-selection {
  background: #ff8900;
  color: white;
}
p::selection {
  background: #ff8900;
  color: white;
}


/* Page Header Custom - Create your Own */
.page-header.corso {
	/* background-image: url(../img/white.jpg); 	background-repeat: repeat; */
	background-color: #ffffff;
	border-top: 5px solid #888;
	padding: 0;
	overflow: hidden;
}

.page-header.corso .row {
	position: relative;
}

.page-header.corso p.lead {
	color: #037acc;
}

.page-header.corso h1 {
	color: #000000;
	margin-bottom: 10px;
	margin-top: 30px;
	border: 0;
}

/* Page Header */
.page-header {
	border-bottom: 5px solid #f18200;
}

.page-header-no-border-bottom {
	border-bottom: 0px;
}


/* Add here all your CSS customizations */

/* LOGO CHE CAMBIA IN BASE A LARGHEZZA SCHERMO */

@media (min-width: 1200px) {
    .logo-default {
        display: block !important;
    }
    .logo-small {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .logo-default {
        display: none !important;
    }
    .logo-small {
        display: block;
        width: 195px !important;
        height: 49px !important;
    }

    #header .header-logo {
        width: auto !important;
        height: auto !important;
        margin-top: 2px;
    }
}

/* MENU NARROW E NERO */

/* Header Background Color */

#header .header-body {
    background-color: rgba(0, 0, 0, 0.9);
    border-top: 3px solid #FF8900;
    border-bottom: 1px solid #FF8900;
}

html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Desktop */

@media(min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        color: #FFF !important;
    }

    #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent !important;
    }
}


/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* Mobile */

@media(max-width: 991px) {
    #header .header-body {
        border-bottom: none;
    }

    #header .header-nav-main {
        background: #000;
        padding-top: 0px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 0px;
    }

    #header .header-nav-main nav > ul > li > a {
        color: #f09900 !important;

    }
}

/* Responsive */

@media (max-width: 575px) {
    body {
        font-size: 16px;

    }
}

/* HR CUSTOM */

hr {
    background-image: -webkit-linear-gradient(left, transparent, #ff9900, transparent);
    background-image: linear-gradient(to right, transparent, #FF9900, transparent);
    border: 0;
    height: 5px;
    margin: 22px 0;
}


hr.tall {
    margin: 44px 0;
}



/* pricinig-table */

.pricing-table .plan .plan-header h3 {
	color: #FFF;
	font-size: 14.8px;
	font-size: 1.2rem;
	font-weight: 400;
}

.pricing-table .plan.plan-featured .plan-header h3{

	font-size: 14.8px;
	font-size: 1.2rem;
}


.pricing-table .plan .plan-header {
	background: #dc3545;
}
.pricing-table .plan .plan-price .price {
	color: #dc3545;
}


/* FB LIKE */

.stickyfb {
width: 190px;
    background-color: transparent;
    z-index: 2002; 
    position: fixed; 
    right: 5px;
    top: 27px; 
    height: 27px;
    padding-right: 0px;
    text-align: right;
    
}

@media (max-width: 1520px) {
    .stickyfb {
         top: 73px !important;
    }
}


@media (max-width: 1106px) {
    .stickyfb {
        display: none !important;
    }
}



/* Home Slider - Revolution Slider */

.slider-container {
    background: #000000;
    height: auto;
    margin-top: -1px;
}

/* Icone slider social */

.featured-boxes-style-2 .featured-box .icon-featured {
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
    margin-top: 0;
}



/* Simpler Tabs */

.tabs.tabs-simpler .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    margin-bottom: 10px;
}

.tabs.tabs-simpler .nav-tabs > li {
    margin-left: 0;
    margin-bottom: 20px;
}

.tabs.tabs-simpler .nav-tabs > li .nav-link,
.tabs.tabs-simpler .nav-tabs > li .nav-link:hover,
.tabs.tabs-simpler .nav-tabs > li .nav-link:focus {
    padding: 10px 5px;
    background: none;
    border: 0;
    border-bottom: 3px solid #eee;
    border-radius: 0;
    color: #777;
    font-size: 16px;
}

.tabs.tabs-simpler .tab-content {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-min-height-1 {
    min-height: 100px !important;
}


/* Home Intro */

.premiere {
    background-image: url(../img/interfaccia/home-callout-timeline.png);
    background-repeat: repeat-x;
    background-position: center 0px;
    background-color: #efefef !important;
}

/* Home Intro */

.home-intro {
    background-color: #000;

}


.home-intro p em {
	color: #ffa133;
}


.home-intro {
	background-color: #171717;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 35.2px 0;
	padding: 2.2rem 0;
	position: relative;
	text-align: left;
}

.home-intro p {
	color: #FFF;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: 0;
}

.home-intro .get-started a:not(.btn) {
	color: #FFF;
	font-weight: 400;
}
/* Background colorati */

html .background-color-black {
    background-color: #000000 !important;
}

/* caselle menu */

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    color: #FF8900;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    color: #000000;
}


#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    color: #FFFFFF;
    background: #FF8900;
    font-weight: bold;
}


#header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #000000;
}


#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    color: #FFFFFF;
    background: #FF8900;
    font-weight: bold;
}

/* ALTEZZA THUMBNAILS INSTAGRAM */

.my-custom-height {
    min-width: 300px;
    min-height: 300px;
}



/* headings */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;

}
.heading-primary a  {
    color: #ff5722;

 }   

.heading-primary a:hover  {
    color: #3C5A99;
    text-decoration: none;
 }   

.heading.heading-bottom-border h2, .heading.heading-bottom-border h3 {
	border-bottom: 2px solid #ff9900;
}



h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection {
  text-shadow: 0 0 0 #ff8900, 0.0025em 0.0025em 0 #ff8900, 0.005em 0.005em 0 #ff8900, 0.0075em 0.0075em 0 #ff8900, 0.01em 0.01em 0 #ff8900, 0.0125em 0.0125em 0 #ff8900, 0.015em 0.015em 0 #ff8900, 0.0175em 0.0175em 0 #ff8900, 0.02em 0.02em 0 #ff8900, 0.0225em 0.0225em 0 #ff8900, 0.025em 0.025em 0 #ff8900, 0.0275em 0.0275em 0 #ff8900, 0.03em 0.03em 0 #ff8900, 0.0325em 0.0325em 0 #ff8900, 0.035em 0.035em 0 #ff8900, 0.0375em 0.0375em 0 #ff8900, 0.04em 0.04em 0 #ff8900, 0.0425em 0.0425em 0 #ff8900, 0.045em 0.045em 0 #ff8900, 0.0475em 0.0475em 0 #ff8900, 0.05em 0.05em 0 #ff8900, 0.0525em 0.0525em 0 #ff8900, 0.055em 0.055em 0 #ff8900, 0.0575em 0.0575em 0 #ff8900, 0.06em 0.06em 0 #ff8900, 0.0625em 0.0625em 0 #ff8900, 0.065em 0.065em 0 #ff8900, 0.0675em 0.0675em 0 #ff8900, 0.07em 0.07em 0 #ff8900, 0.0725em 0.0725em 0 #ff8900, 0.075em 0.075em 0 #ff8900, 0.0775em 0.0775em 0 #ff8900, 0.08em 0.08em 0 #ff8900, 0.0825em 0.0825em 0 #ff8900, 0.085em 0.085em 0 #ff8900, 0.0875em 0.0875em 0 #ff8900, 0.09em 0.09em 0 #ff8900, 0.0925em 0.0925em 0 #ff8900, 0.095em 0.095em 0 #ff8900, 0.0975em 0.0975em 0 #ff8900, 0.1em 0.1em 0 #ff8900;
}


h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
  text-shadow: 0 0 0 #ff8900, 0.0025em 0.0025em 0 #ff8900, 0.005em 0.005em 0 #ff8900, 0.0075em 0.0075em 0 #ff8900, 0.01em 0.01em 0 #ff8900, 0.0125em 0.0125em 0 #ff8900, 0.015em 0.015em 0 #ff8900, 0.0175em 0.0175em 0 #ff8900, 0.02em 0.02em 0 #ff8900, 0.0225em 0.0225em 0 #ff8900, 0.025em 0.025em 0 #ff8900, 0.0275em 0.0275em 0 #ff8900, 0.03em 0.03em 0 #ff8900, 0.0325em 0.0325em 0 #ff8900, 0.035em 0.035em 0 #ff8900, 0.0375em 0.0375em 0 #ff8900, 0.04em 0.04em 0 #ff8900, 0.0425em 0.0425em 0 #ff8900, 0.045em 0.045em 0 #ff8900, 0.0475em 0.0475em 0 #ff8900, 0.05em 0.05em 0 #ff8900, 0.0525em 0.0525em 0 #ff8900, 0.055em 0.055em 0 #ff8900, 0.0575em 0.0575em 0 #ff8900, 0.06em 0.06em 0 #ff8900, 0.0625em 0.0625em 0 #ff8900, 0.065em 0.065em 0 #ff8900, 0.0675em 0.0675em 0 #ff8900, 0.07em 0.07em 0 #ff8900, 0.0725em 0.0725em 0 #ff8900, 0.075em 0.075em 0 #ff8900, 0.0775em 0.0775em 0 #ff8900, 0.08em 0.08em 0 #ff8900, 0.0825em 0.0825em 0 #ff8900, 0.085em 0.085em 0 #ff8900, 0.0875em 0.0875em 0 #ff8900, 0.09em 0.09em 0 #ff8900, 0.0925em 0.0925em 0 #ff8900, 0.095em 0.095em 0 #ff8900, 0.0975em 0.0975em 0 #ff8900, 0.1em 0.1em 0 #ff8900;
}




/* google maps */

.gmap_marker {
    color: #000000;
}

.google-map a {
    color: #E8460C !important;
}

#map_canvas img { max-width: none !important; }


/* Custom Map */

section.section-custom-map-color {
    background: transparent url(../img/cinema-scuola.png) center 0 no-repeat;
    padding: 129px 0 0;
    margin: 20px 0 0;
    border: 0;
}

section.section-custom-map-color section.section {
    border-top-color: rgba(241, 241, 241, 0.8);
    background: rgba(244, 244, 244, 0.8);
}


/* Section sfondo nero e bianco */

html section.section-default-bg-black {
    background-color: #000000 !important;
    border-top-color: #0f0f0f !important;
}

html section.section-default-bg-white {
    background-color: #ffffff !important;
    border-top-color: #ffffff !important;
}

section.section-no-vpadding {
	padding: 0px 0;
}

/* ERRORI NEL FORM */

label.error {
    color: #ff9900;
    background-color: 000000;
    font-size: 0.9em;
    line-height: 18px;
    padding: 5px 0 0 5px;
}




/* Date articoli dal blog */

.recent-posts .date {
    margin-top: 1px;
}

/* VARIE */

/* Labels */

.toggle > label {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
	font-size: 1.5em;
}

.toggle > label:hover {
    background-color: #000000;
    color: #FFFFFF;
}

html .toggle-primary .toggle.active > label {
    border: 1px solid #000000;
    background-color: #FF8900;
    color: #000000;
}

html .toggle-primary .toggle label {
    border: 1px solid #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    color: #000000;
}

html .toggle-primary .toggle label:hover {
    color: #ffffff;
}

.toggle > p {
    color: #000;
}

.toggle > label + p {
    color: #000000;
	padding-left: 0px;
}


.form-group {
    color: #dddddd;
}


#footer p {
    color: #b1b1b1;
}
#footer {
    color: #b1b1b1;
}
#footer .footer-copyright {
	background: #000000;

}

/* Alternative Font Style */

.alternative-font,
.thumb-info-ribbon span,
.slider-container .blackboard-text,
.home-intro p em,
home-concept strong,
#footer .footer-ribbon span {
    font-family: 'Anton', sans-serif;
}

.home-intro p em {
    font-size: 1.1em;
    font-style: normal;
}

/* Social Icons quadrate */

.social-icons li a {
    border-radius: 100;
    font-size: 18px;
}

.btn-call {
  border-radius: 0.45rem;
  border: 1px solid #fff;  

}



/* Footer Ribbon Ciak */

#footer .footer-ribbon {
	background-color: transparent;
	background-image: url(../img/interfaccia/ciak.png);
	position: absolute;
	width: 144px;
	height: 134px;
	margin-top: -100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 80px;
	padding-right: 2px;
	padding-bottom: 31px;
	padding-left: 14px;
	background-repeat: no-repeat;	
-webkit-transform: rotate(350deg);
-moz-transform: rotate(350deg);
-o-transform: rotate(350deg);
writing-mode: rl-bt;	
}

#footer .footer-ribbon span {
	color: #FFF;
	font-size: 1.4em;
	font-family: 'Architects Daughter', cursive;
	

}

#footer .footer-ribbon:before {
	border-right-color:  transparent;
	border-left-color:  transparent;
}


html .btn-outline.btn-whitebox {
	color: #ffffff;
	background-color: transparent;
	background-image: none;
	border-color: #ffffff;
	font-family: 'open sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
    line-height: 1.2;
    letter-spacing: 1.5px;
}

.testimonial blockquote:before {
	left: 10px;
	top: 25px;
	color: #FFF;
	content: "“";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

.testimonial blockquote:after {
	color: #FFF;
	content: "”";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.3em;
	right: 20px;
}

.testimonial blockquote p {
	color: #FFF;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.3;
}

.testimonial .testimonial-author img {
	max-width: 55px;
}
.testimonial .testimonial-arrow-down {
	margin-left: 17px;
}


/* sharing buttons */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 20px;    
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}


.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}


.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}








/* search field */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
    z-index: 999999999999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
        z-index: 999999999999;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
        z-index: 999999999999;
}

@media (max-width: 1119px) {
    #search input[type="search"] {
    	 font-size: 20px;
    	}
}


#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
        z-index: 999999999999;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
        z-index: 999999999999;
}

/*  div[id*='g-recaptcha'] {display:none} */




/* FACEBOOK MESSENGER */


.fb_dialog.fb_dialog_advanced {
position: -webkit-sticky !important;
position: fixed !important;
bottom: 0px !important;
right: 70px !important;
}
iframe.fb_customer_chat_bounce_in_v2 {
position: -webkit-sticky !important;
position: fixed !important;
bottom: 50px !important;
right: 70px !important;
}
iframe.fb_customer_chat_bounce_out_v2 {
position: -webkit-sticky !important;
position: fixed !important;
bottom: 50px !important;
right: 70px !important;
}
.fb_dialog {
position: -webkit-sticky !important;
position: fixed !important;
bottom: 0px !important;
right: 70px !important;
}

/* BOTTONI OWL CAROUSEL */
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title).nav-with-transparency .owl-nav button[class*="owl-"] {
	width: 35px;
	height: 45px;
	background-color: rgba(255, 153, 0, 0.7) !important;
	border-color: transparent !important;
}

.slick-slider {
padding-inline-start: 0;
}
