/* CSS Document */
/**/
::selection { background: #800; color: #FFF; text-shadow: none; }
::-moz-selection { background: #800; color: #FFF; text-shadow: none; }
::-webkit-selection { background: #800; color: #FFF; text-shadow: none; }

/* MENU ********************************************************* 
#header:not(.sticky-header), 
#header:not(.sticky-header) #primary-menu ul li ul,
#header:not(.sticky-header) #primary-menu ul li ul li:hover a { background-color: rgba(255,255,255,0.05); }
#header:not(.sticky-header) #primary-menu ul li ul {border:0px;}
#header:not(.sticky-header) a { color:#aaa; }
#header:not(.sticky-header) #primary-menu ul li:hover > a { color:#c00; }
x#header:not(.sticky-header) #primary-menu ul li.current > a { color:#fff; }
*/

#header:not(.sticky-header) { background-color: rgba(255,255,255,0.05); }
#header:not(.sticky-header) a { color: #fff; }
#header a:hover, #header:not(.sticky-header) a:hover { color: #c00; }
#header #logo img { max-height: 60px; }

.bandiera { max-width: 20px; height: auto; } /* bandierina scelta lingua*/

/* SLIDER ********************************************************* */
#slider-promo h2 { color: #fff; font-weight: 300; }

/* ABOUT ********************************************************* */
/* #section-about .heading-block::after {visibility: hidden;} */
#section-about{ background-color: #f9f9f9; }
#section-about p { font-size: 1.2rem; }

/* INFO ********************************************************* */
#section-info { background-color: #94c1ca; }
#section-info h2 { color: #fff; }
/*#section-info { background-color:#80C49B; }*/
#section-info .feature-box h3 { color: #fff; font-size: 1.5rem; }
#section-info .feature-box p {
	/*
	background-color: rgba(255,255,255,0.2);
	border-radius: 20px;
	padding: 10px;
	border-left: 0px solid #fff;
	*/
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	margin-top: 0px;
}
#section-info .feature-box .fbox-icon i {
    /*border-radius: 50%;*/
    background-color: #151e39;
    color: #6dd3f8;
	margin-top: 8px;
}

/* PACKAGE ********************************************************* */
#section-package {
    background-color: #078;
    color: #fff;
    overflow: hidden;
    border: 0;	
}
#section-package p {
	font-size: 1.5rem;
    line-height: 1.8rem!important;
}
#section-package h2 { color:#fff; }
#section-package .heading-block::after {
    width: 40px;
    border-top: 2px solid #fff;
}
#section-package a { background-color:#800; }
#section-package a:hover { background-color:#a00; }
#section-package .edu-slogan {
	font-size: 2rem; 
	font-weight: bold; 
	padding-bottom: 1rem;
}
#section-package .evidenziato { xbackground-color:#800; color:#FF8A8C; }

/* SERVICES ********************************************************* */
#section-services {
    /*background-color:#151e39;*/
	background-color:#053844;
    color:#ccc;
    overflow: hidden;
    border:0;
    line-height: 1rem;
}
#section-services h2 { color:#fff; }
#section-services .heading-block::after {
    width: 40px;
    border-top: 2px solid #fff;
}
#section-services p { margin-bottom: 0;}
#section-services .icon { text-align: center; }
#section-services .icon i { 
    font-size:3rem; 
    /* color:#6dd3f8; */
	color:#151e39;
    margin-bottom:30px;
}
#section-services h4 { 
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: uppercase;
    border-bottom: 3px solid rgba(255,255,255,0.10); /*2px solid #26467E;*/	
}
#section-services h4 i { color:#6dd3f8; margin-right: 15px; font-size: 2.2rem; }
#section-services hr { border-top: 1px solid rgba(255,255,255,0.10); }

/* *************************** FOOTER ********************************************* */
#footer { background: #333; color: #fff; }
#footer .homepage { position: fixed; left: 0; bottom: 0; width: 100%; }
#footer a { color: #aaa; padding:0px 0px; }
#footer a:hover { color: #c00; }
#footer .dx { padding:30px 0px; text-align: right; }
#footer .email { xpadding:0px 0px; }
#footer .logo { max-height: 80px; padding:15px 0px; }

@media screen and (min-width: 1200px) {
	#section-about, 
	#section-info, 
	#section-services, 
	#section-contact,
	#section-package { padding-top: 6rem; padding-bottom: 6rem; }
}

@media screen and (max-width: 991.98px) { 
	#header:not(.sticky-header) a { color:#333; }
	#logo img { max-height: 60px; }
	/*sticky-header a:hover { color:#cc0!important; }*/
}

@media screen and (orientation: landscape) {
	#slider-promo { min-height:100vh!important } 
	.xvideo-wrap { width:100%!important; height:auto!important; }
}
	
@media screen and (max-width: 767.98px) and (orientation: portrait) {

	/*
	#slider-promo {min-height:35vh!important}
	#slider-promo {max-height:300px!important}
	*/

	#slider-promo { min-height:34vh!important } 
	.xvideo-wrap { width:auto!important; height:100%!important; }
	
	#section-package .edu-slogan {
		font-size: 1.6rem; 
		font-weight: bold; 
		padding-bottom: 1rem;
	}
	
	#footer .sx, #footer .dx { text-align: center; }
	#footer .sx { xmargin:0px; }
	#footer .dx { xmargin:20px 0px; }
	#footer .email { padding:0px 10px; }
}
