html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td , input , select ,  textarea {

    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%; 
    font-family: "Lato", sans-serif;
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;    

}

.head_archive {
    padding: 20px 0px;
    background-color: rgba(0, 87, 209, 0.1);
}

.title_page {
    font-size: 33px;
    color: #041538;
    font-weight: 800;
    line-height: 1.4em;
}

.navbar-default .navbar-brand {
	display: none;
}
.navbar-nav li {
	display: none;
}
.navbar-nav li.carrello {
	display: block;
	margin: 10px 0px;
}
.item_accreditati .desc_item_acc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}
.item_accreditati {
    padding: 20px;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #041538;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
}
.item_accreditati .title_item_acc {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0057d1;
}
.cont_loghi {
	align-items: center;
	display: flex;
	margin-right: 15px;
	
}
.header.affix {
	position: relative !important;
	transition:  none !important;
	bottom: auto;	
}
.header.affix-top {
	position: relative !important;
	transition:  none !important;
}
.header {
	transition:  none !important;
}
.step_wrap {
	padding: 10px 0px;
}
.section-white {
	padding: 10px 0px 150px 0px ;
}

.form-control.error {
	border: 1px solid #eb1818;
}
.privacy_btn {
	padding: 0px;
	border: 0px;
	background-color: transparent;
	appearance: none;
	color: #1164d8;
	text-decoration: underline;
}

.item_accreditati .bg_item_acc {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 200px;
    background-color: #0057d1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.logo_elearn_desc {
    width: 190px;
    flex: 0 0 190px;
    margin-left: 5px;
}
.wrapper_site {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}



#send_registra.spinner-border {
	pointer-events: none;
	position: relative;
	overflow: hidden;
	opacity: 1 !important;
	border-radius: 10px;
}	
	
#send_registra.spinner-border:before {
	content: "";
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	position: absolute;
	background-color: rgba(0, 174, 70, 0.7);
	z-index: 3;

}	
#send_registra.spinner-border:after {
	content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@keyframes spinner-border {
  to { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
}

#blog_parallax {
	display: none;
}

#content p {

    color: #535459;
}    

#course_parallax {
	display: none;
}

#new_page h1 {
	text-align: center;
	font-size: 24px;
    font-weight: normal;
    color: #0057d1 !important;
    font-weight: 800;
    line-height: 1.3em;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
}
#new_page h2 {
	text-align: center;
	font-size: 22px;
    font-weight: normal;
    color: #535459 !important;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding-bottom: 0px;
    margin-top: 10px;
    display: block;
}
#new_page ul {
	padding: 0px;
	display: flex;
}

#new_page ul li {
	width: 31%;
	margin: 1%;
	list-style-type: none;
}
#new_page ul li a {
	padding: 30px 10px;
	font-size: 30px;
	text-align: center;
	color: #535459;
	background-color: #eaeaea;
	display: block;
	position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #0057d1;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12) , inset 0px 0px 0px 1px rgba(0, 88, 209, 0.3);
}
#new_page ul li a i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	color: #0057d1;
}

#new_page ul li a:hover {
	background-color: #0057d1;
	color: #fff;
}
#new_page ul li a:hover i {
	
	color: #fff;
}


#up_reg p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}
#up_reg h3 {
	margin-top: 10px;
	font-weight: 800;
	color: #0057d1;	
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#up_reg h5 {
	margin-top: 10px;
	font-weight: 800;
	color: #0057d1;	
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.3em;
	
	display: inline-block;
}
#up_reg h5 b {
	font-weight: 800;
	display: inline-block;	
	position: relative;
	z-index: 0;
}
#up_reg h5 b:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 255, 167, 0.3);
	height: 10px;
	width: 100%;
	z-index: -1;
}
.sub_frase {
	display: flex;
	align-items: center;
	margin-top: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.sub_frase span {
	display: inline-flex;
	align-items: center;
	background-color: #eaeaea;
	border-radius: 10px;	
	margin-left: 1%;
	padding: 5px 5px;
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 1.2em;
	width: 38%;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
}
.sub_frase span:nth-child(3) {
	flex: 0 0 48%;
	width: 48%;
}

.sub_frase span i {
	font-size: 14px;
	margin-right: 5px;
	flex: 0 0 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 120px;
	background-color: #fff;
	color:  #13d782;
}


#up_reg ul {
	padding: 0px;
}
#up_reg ul li {
	list-style-type: none;
	display: flex;
	align-items: center;
	padding: 3px 0px;
}
#up_reg ul li b {
	font-weight: bold;
}
#up_reg ul li i {
	flex: 0 0 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 120px;
	font-size: 11px;
	background-color: #0ccf7e;
	color: #fff;
	margin-right: 5px;
}
.def_btn_e {
	border-radius: 120px;
    font-size: 20px !important;
    text-align: center;
    background-color: #0057d1;
    padding: 10px 15px !important;
    border: 0px !important;
    border-radius: 100px !important;
    color: #fff;
    cursor: pointer;
    box-shadow: -10px -10px 30px rgba(105, 226, 170, 0.1), 10px 10px 30px rgba(4, 21, 56, 0.15), 0px 0px 0px 1px rgba(105, 226, 170, 0.1);
    font-family: "Lato", sans-serif;
    font-weight: 800;
    min-width: 200px;
    display: inline-block;
}

.def_link_e {
	color: #0057d1 !important;
	text-decoration: underline;
}

.btn_secondary {
	font-size: 15px;
	display: inline-block;
    text-align: center;
    background-color: #69e2aa;
    padding: 5px 10px;
    border-radius: 10px;
    color: #041538 !important;
    font-weight: 600;
    text-transform: uppercase;
}

.widget-title h4 , .widget-title h5 {
    font-size: 24px;
    font-weight: normal;
    color: #0057d1 !important;
    font-weight: 800;
    line-height: 1.3em;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
}
.radio label, .checkbox label {
	font-size: 12px;
}

.widget-title {
	margin-bottom: 0px;
}

.page-title-wrapper {
	padding: 20px 0px !important;
}

.form-control {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #f3f3f3;
	margin-bottom: 0px;
	margin-top: 15px;
	color: #191919;
}
.form-control::placeholder {
    opacity: 1;
    color: #191919;
}
#login_parallax {
	display: none;
}
.carrello {
    background: #d30e75;
}
.topbar {
	display: none;
}
.navbar-brand > img {
	width: 90px;
	height: auto;
}

.about-widget  {
	color: #041538 !important;
}

.video_pop {
    width: 100%;
    height: 0%;
    min-height: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    pointer-events: none;
    overflow-y: scroll;
    padding: 0px;
    z-index: 200;
    opacity: 1;
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.85);
	
    overflow: hidden;
    pointer-events: none;
  
	
}
.h5 {
	text-align: center;
	font-size: 18px;
	color: #0057d1 !important;
	font-weight: 800;
	margin-top: 10px;
}
.btn_video_pop {
    border-radius: 120px;
    font-size: 20px !important;
    text-align: center;
    background-color: #0057d1;
    padding: 10px 15px !important;
    border: 0px !important;
    border-radius: 100px !important;
    color: #fff;
    cursor: pointer;
    box-shadow: -10px -10px 30px rgba(105, 226, 170, 0.1), 10px 10px 30px rgba(4, 21, 56, 0.15), 0px 0px 0px 1px rgba(105, 226, 170, 0.1);
    font-family: "Lato", sans-serif;
    font-weight: 800;
    position: relative;
    display: inline-flex;
    margin: 5px auto;
    justify-content: center;
    align-items: center;
    padding-right: 25px !important;
    
}
.btn_video_pop b {
	font-weight: 600;
}

.btn_video_pop i {
	margin-right: 10px;
	color: #fff;
}

.close_video_pop {
	position: fixed;
	z-index: 201;
	padding: 5px;
	background-color: #e41515;
	color: #fff;
	border-radius: 120px;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.video_pop.open {
    height: 100%;
    pointer-events: auto;
    overflow-y: scroll;
    opacity: 1;
    display: flex;
    pointer-events: auto;
    padding: 70px 0px 20px 0px;
}

.cont_video_pop {
	margin: auto;
	max-width: 500px;
	width: 100%;
}
.cont_video_pop video {
    width: 100%;
    height: auto;
    border-radius: 20px;
}


.form-control {
	font-size: 20px;
    height: auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.copyrights {
	background-color: #041538;
}
.copyrights p a {
	color: #69e2aa !important;	
}

.navbar-nav li.carrello {
	
}
.fa-shopping-cart:before {
font-family: "Material Icons";
    content: '\e8cc';
}


.navbar-nav {
	display: flex;
	align-items: center;
}
.navbar-nav > li.carrello {
	background-color: transparent !important;
	border: 0px !important;
}
.navbar-nav > li.carrello > a {
    background-color: transparent !important;
    padding-bottom: 0px;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #565966;
    padding-top: 0px;
    padding: 15px 10px;
	
    text-align: center;
    color: #041538 !important;
    background-color: #fff !important;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    
    box-shadow: -5px -5px 20px rgba(105, 226, 170, 0.1), 5px 5px 20px rgba(4, 21, 56, 0.1), 0px 0px 0px 1px rgba(105, 226, 170, 0.1);    
}

.formpassword span {
	top: 50%;
	-ms-transform: translateY(-50%); 
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.desc_item_acc b {
    font-weight: 800;
}
.btn-block.btn-primary {
	border-radius: 120px;
	font-size: 20px !important;
	text-align: center;
    background-color: #0057d1;
    padding: 10px 15px !important;
    border: 0px !important;
    border-radius: 100px !important;
    color: #fff;
    cursor: pointer;
    box-shadow: -10px -10px 30px rgba(105, 226, 170, 0.1), 10px 10px 30px rgba(4, 21, 56, 0.15), 0px 0px 0px 1px rgba(105, 226, 170, 0.1);
    font-family: "Lato", sans-serif;
    font-weight: 800;
}

.btn.btn-default.btn-info.btn-block {
	border-radius: 120px;
	font-size: 20px !important;
	text-align: center;
    background-color: #69e2aa;
    color: #041538 !important;
    padding: 10px 15px !important;
    border: 0px !important;
    border-radius: 100px !important;
    color: #fff;
    cursor: pointer;
    box-shadow: -10px -10px 30px rgba(105, 226, 170, 0.1), 10px 10px 30px rgba(4, 21, 56, 0.15), 0px 0px 0px 1px rgba(105, 226, 170, 0.1);
    font-family: "Lato", sans-serif;
    font-weight: 800;	
}
.btn-block i {
	font-size: 25px;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
}

@media only screen and (max-width: 767px) {
    .wrapper_site {
        max-width: 100%;
        padding: 0px 10px;
    }
    .cont_loghi {
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .item_accreditati {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    .step_wrap {
	    padding-top: 30px;
    }
    .navbar-nav li.carrello {
	    position: absolute;
	    top: -13px;
	    right: 0px;
    }
    .navbar-toggle {
	 	display: none;   
    }
    .navbar-collapse {
	    visibility: visible !important;
	    overflow: auto !important;
	    display: block;
    }
    .header {
        padding: 12px 0px 10px 0px;
    }
    #new_page ul {
		display: flex;
		flex-direction: column;
	}
	#new_page ul li  {
		width: 100%;
		margin: 0px;
		margin-bottom: 20px;
	}
	#new_page .row {
		padding: 0px 10px;
	}

	.sub_frase span { 
		width: 48%;
		flex: 0 0 48%;
	}
	.sub_frase span:nth-child(3) {
		flex: 0 0 65%;
	}
	.cont_video_pop {
		padding: 0px 10px;
	}
	.cont_video_pop {
		margin: 20px 0px;
	}
	.video_pop {
		align-items: flex-start;
	}
}