﻿/*
	blu: #2c588e rgba(44, 88, 142, 1)
	azzurro: #00aeef rgba(0, 174, 239, 1)
	verde: #8bc75a rgba(139, 199, 90, 1)
	grigio: #939598 rgba(147, 149, 152, 1)
	text: #212529
*/

@media screen and (max-width: 767px) {
	.has_megamenu {
		position: relative !important;
	}
}

.mainmenu__menu .navbar-collapse {
    z-index: 200;
}

.grid-item {
	
}
.grid-item {
	padding: 25px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.grid-item:hover {
    border: 1px solid #00aeef;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.grid-item img {
    width: 90%;
    margin: auto;
    display: block;
}


.section--padding2 {
  padding: 70px 0 40px !important;
}

.section-title {
    text-align: center;
    padding-bottom: 20px;
}

.invoice {
	padding: 10px;
	cursor: pointer;
	border-bottom: solid 1px #fff;
}
.invoice:hover {
	border-bottom:solid 1px #00aeef;
}

.rows {
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.bgcolor-blue{
	background-color:#2c588e;
}
.bgcolor-azure {
	background-color: #00aeef;
}
.bgcolor-grey {
	background-color: #ccc;
}
.bgcolor-white {
	background-color:#fff;
}

.border-azure {
	border:solid 2px #00aeef;
}
.border-blue {
	border: solid 2px #2c588e;
}
.border-azure {
	border: solid 2px #00aeef;
}
.border-success {
	border: 2px solid #77DE4F;
}
.border-danger {
	border: 2px solid #ff6a6d;
}
.border-warning {
	border: 2px solid #feb71d;
}


.text-blue {
	color: #2c588e;
}
.text-azure {
	color: #00aeef;
}
.text-black {
	color: #212529 !important;
}
.text-grey {
	color: #ccc !important;
}

.pcolor {
	color: #00aeef!important;
}
.scolor {
	color: #2c588e!important;
}

.btn-prewarning,
.btn--prewarning,
.btn-prewarning:hover,
.btn--prewarning:hover {
	background: #fef61d;
}

.btn-grey,
.btn--grey,
.btn-grey:hover,
.btn--grey:hover {
	background: #ccc;
}

.modal-footer .btn{
	padding:5px 10px;
}

.has_dropdown .dropdowns {
	z-index: 10000 !important;
}

.call-phone{
	position:absolute;
	top:-7px;
	left:-7px;
	background-color:#55a437;
	border-radius:50%;
	color:#fff;
	padding:8px;
}
.call-phone i {
	position: relative !important;
	color: #fff !important;
	top:0 !important;
	left:0 !important;
}

.contact-info-list{
	position:relative;
}
.contact-info-list .call-phone {
	position: absolute !important;
	top: 22px !important;
	left: -10px !important;
}

/* SIDE */
.consoles_list li{
	margin-bottom:10px;
}
.consoles_list li i {
	margin:0 5px;
	color:#00aeef;
}

/* HEADER */
.mainmenu {
	width: 100%;
	background-color: #fff;
	border-bottom: solid 1px #eef1f3;
}
.mainmenu.sticky {
	z-index: 1000;
	position: fixed;
	top: -200px;
	left: 0;
	display: block;
}
.mainmenu.sticky-animate {
	top: 0;
	background-color: #fff;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}


.mainmenu__menu .navbar-nav > li:hover > a,
.mainmenu__menu .navbar-nav > li.active > a {
	color: #00aeef;
}

.dropdowns.dropdown--menu ul li a:hover,
.dropdowns.dropdown--menu ul li.active a {
	background: #00aeef;
	color: #fff;
}
@media (max-width: 1200px){
	.mainmenu__menu .navbar-nav > li a {
		font-size: 13px;
	}
}
@media (max-width: 991px) {
	.mainmenu__menu .navbar-nav > li a {
		font-size: 12px;
	}
}


.mainmenu__account {
	float: right;
	padding: 12px 0;
}
@media screen and (max-width: 767px) {
	.navbar-header .mainmenu__account {
		position: relative;
		z-index: 1;
		padding: 18px 0;
	}
}

.author-author__info {
	padding: 12px 0;
	float: right;
}
.author-author__info .author__avatar i {
	color: #00aeef;
}
.author__notification_area {
	padding: 12px 0;
	float: right;
}
.author__notification_area span {
	font-weight: 500;
	color: #333;
	font-size: 16px;
	margin:0 5px;
}
.author__notification_area a i,
.author__notification_area a span {
	color: #ccc;
}
.author__notification_area a:hover i,
.author__notification_area a:hover span {
	color: #939598;
}
.autor__info .name {
	color: #00aeef;
}


.dropdowns {
	border-top: 1px solid #00aeef;
}
.dropdowns:before {
	border-bottom: 10px solid #00aeef;
}
.dropdowns.dropdown--author ul li a:hover {
	background: #00aeef;
}

.mobile_content .menu_icon {
	background: #00aeef;
	padding: 0 16px;
	line-height: 44px;
	border-radius: .25rem;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.mobile_content .offcanvas-menu span.fa-times {
	float: left;
	top: 10px;
	position: absolute;
	left: 13px;
}


.btn-signin {
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-size: 12px;
	width:90px; 
	text-align:center;
	padding: 4px 8px;
	border-radius: 0;
	color: #fff;
	background: #2c588e;
}
.btn-signin i {
	display: none;
	font-size: 9px;
}
.btn-signin:hover {
	background: #939598;
	color: #fff;
}

.btn-login {
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-size: 12px;
	width: 90px;
	text-align: center;
	padding: 4px 8px;
	border-radius: 0;
	background: #00aeef;
	color: #fff;
}
.btn-login i {
	display: none;
	font-size: 9px;
}
.btn-login:hover {
	background: #939598;
	color: #fff;
}

.btn-console {
	background: #ccc;
	color: #fff;
	padding: 0 17px;
	display: inline-block;
	line-height: 34px;
	font-weight: 500;
	margin: 6px 0 0 14px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.btn-console:hover {
	background: #939598;
	color: #fff;
}

@media screen and (max-width: 1199px) {
	.btn-signin {
		width: auto;
	}
	.btn-signin i {
		display: block;
	}
	.btn-signin span {
		display: none;
	}

	.btn-login {
		width: auto;
	}
	.btn-login i {
		display: block;
	}
	.btn-login span {
		display: none;
	}
}

.btn-seller {
	background: #bbbcbe;
}
.btn-seller:hover {
	background: #2c588e;
}

.btn-lang {
	background: #939598;
	color: #fff;
	width: 34px;
	padding: 0 2px !important;
	display: inline-block;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 0 4px !important;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.btn-lang:hover,
.btn-lang.active {
	background: #2c588e ;
}

.btn-link {
	color: #00aeef !important;
	background-color: transparent !important;
	border:none;
	border-bottom:solid 1px;
	border-bottom-color:transparent;
	webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.btn-link:hover,
.btn-link.active {
	text-decoration:none;
	border-bottom-color: #00aeef;
}


.top-menu-info {
	text-align:right;
	padding:20px 15px 20px 0;
}
.top-menu-info a {
	margin-right: 24px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.top-menu-info a .icon{
	color:#2c588e;
	margin-right:8px;
}
.top-menu-info a .txt {
	color:#939598;
}
.top-menu-info a:hover .txt {
	color: #00aeef;
}


/* SECTIONS */
/*
footer a {
	display:inline-block;
	padding-bottom:1px;
	border-bottom:solid 1px;
	border-color:transparent;
	color: #939598;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
footer a:hover {
	color: #eef1f3;
	border-color: #eef1f3;
}
.footer-menu {
	vertical-align: top;
}
footer .info-contact {
	position: relative;
}
*/

.call-to-action:before {
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, from(#2c588e), to(#00aeef));
	background: -webkit-linear-gradient(right, #2c588e, #00aeef);
	background: -o-linear-gradient(right, #2c588e, #00aeef);
	background: linear-gradient(to left, #2c588e, #00aeef);
	opacity: 1;
}
.call-to-action a {
	color: #fff;
	display: inline-block;
	border-bottom: solid 1px;
	border-bottom-color: transparent;
	padding-bottom: 2px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.call-to-action a:hover {
	border-bottom-color: #fff;
}

/**/
.features .feature i {
	font-size: 80px;
	color: #00aeef;
}
.features .feature h3 {
	color: #2c588e;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.features a:hover h3 {
	color: #00aeef;
}

.features .section-title h1 {
	font-size: 44px;
	line-height: 1.2em;
	color: #2c588e;
	font-weight: 800;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.features .section-title h1:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 40px;
	width: 120px;
	height: 1px;
	background-color: #00aeef;
	left: 50%;
	margin-left: -60px;
}
.features .section-title h1:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 40px;
	width: 40px;
	height: 1px;
	background-color: #2c588e;
	left: 50%;
	margin-left: -60px;
}
.features .section-title h1 a {
	color: #2c588e;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.features .section-title h1 a:hover {
	color: #00aeef;
}

.feature2 {
	width: 100%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
a:hover >.feature2 {
	background-color:#00aeef;
}
a:hover > .feature2 h3 {
	color: #fff !important;
}

/**/
.sec-title h2 {
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 1.2em;
	color: #2c588e;
	font-weight: 800;
	padding-bottom: 25px;
}

.sec-title h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 120px;
	height: 1px;
	background-color: #00aeef;
}
.sec-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 1px;
	background-color: #2c588e;
}

.info-column .inner-column {
	background-color: #eef1f3;
	height: 100%;
	padding: 45px 30px;
}

.info-column li {
	position: relative;
	padding: 30px 0 0 45px;
}
.info-column li i {
	position: absolute;
	top: 26px;
	left: 0;
	color: #2c588e;
	font-size: 30px;
}
.info-column li strong {
	display: block;
}
.info-column li a {
	color: #212529;
	display: inline-block;
	padding-bottom: 1px;
	border-bottom: solid 1px;
	border-color: transparent;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.info-column li a:hover {
	color: #00aeef;
	border-color: #00aeef;
}
.info-column .title-box h3{
	position:relative;
	line-height:50px;
}
.info-column .title-box h3:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 6px;
	width: 120px;
	height: 1px;
	background-color: #00aeef;
}
.info-column .title-box h3:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 6px;
	width: 40px;
	height: 1px;
	background-color: #2c588e;
}

/**/
.what-we-offer {
	position: relative;
	padding: 100px 0px 50px;
	background-color: #ffffff;
}
.what-we-offer .title-column i{
	color:#2c588e;
	font-size:80px;
	line-height:86px;
}
.what-we-offer .title-column .text{
	margin-top:20px;
}

.what-we-offer .text-column .inner {
	background-color: #eef1f3;
	height: 100%;
	padding: 45px 30px;
	border-radius:10px;
	font-size:13px;
}
.what-we-offer .text-column .icon-box {
	display:inline-block;
	margin-right:10px;
}
.what-we-offer .text-column .icon-box .icon {
	font-size: 30px;
	line-height: 36px;
}
.what-we-offer .text-column h4 {
	display: inline-block;
}
.what-we-offer .text-column .text {
	margin-bottom:20px;
}

/**/
.design-section {
	position: relative;
	padding-top: 90px;
}
.design-section .upper-section {
	position: relative;
}
.design-section .upper-section .title-column {
	position: relative;
	margin-bottom: 30px;
}
.design-section .upper-section .title-column .inner-column {
	position: relative;
}
.design-section .upper-section .content-column {
	position: relative;
}
.design-section .upper-section .content-column .inner-column {
	position: relative;
	margin-bottom: 50px;
}
.design-section .upper-section .content-column .inner-column .icons-box {
	position: relative;
}
.design-section .upper-section .content-column .inner-column .icons-box .icon {
	position: relative;
	margin-right: 35px;
	color: #00aeef;
	font-size: 50px;
	line-height: 1em;
	display: inline-block;
}
.design-section .upper-section .content-column .inner-column .icons-box .icon:first-child {
	top: 5px;
}
.design-section .upper-section .content-column .inner-column .bold-text {
	position: relative;
	color: #222222;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7em;
	margin-top: 24px;
}
.design-section .upper-section .content-column .inner-column .text {
	position: relative;
	color: #555555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	margin-top: 18px;
}
.design-section .lower-section {
	position: relative;
	margin-bottom: -20px;
	z-index: 1;
}
.design-section .lower-section .feature-block-two {
	padding: 0px;
	float: left;
}

/**/
ul.nav-tabs li a {
	color: #2c588e !important;
}
ul.nav-tabs li a:hover,
ul.nav-tabs li a.active {
	color: #00aeef !important;
}
ul.nav-tabs li a:before {
	background: #00aeef;
}

.tab-features ul.nav-tabs li{
	position:relative;
}
.tab-features ul.nav-tabs li a {
	color: #2c588e !important;
	font-size: 17px;
	text-transform: capitalize;
	padding: 28px 36px;
	display: block;
	margin-right: 0;
	line-height: 20px;
	border: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.tab-features ul.nav-tabs li a:hover,
.tab-features ul.nav-tabs li a.active{
	color:#00aeef !important;
}
.tab-features ul.nav-tabs li a span {
	position: absolute;
	left: 10px;
	top: 30px;
}
.tab-features ul.nav-tabs li a:before {
	background: #00aeef;
}
.tab-features .tab-content > .tab-pane {
	padding-left: 40px;
	text-align: center;
}
.tab-features .tab-content > .tab-pane h1 {
	margin-bottom:20px;
}

/**/
.accordion .accordion__single .single_acco_title a,
.accordion .accordion__single .panel-title a,
.accordion .panel-default .single_acco_title a,
.accordion .panel-default .panel-title a.active,
.panel-group .accordion__single .single_acco_title a,
.panel-group .accordion__single .panel-title a,
.panel-group .panel-default .single_acco_title a,
.panel-group .panel-default .panel-title a {
	background: #2c588e;
	color: #fff;
}

.accordion .accordion__single .single_acco_title a.active,
.accordion .accordion__single .panel-title a.active,
.accordion .panel-default .single_acco_title a.active,
.accordion .panel-default .panel-title a.active,
.panel-group .accordion__single .single_acco_title a.active,
.panel-group .accordion__single .panel-title a.active,
.panel-group .panel-default .single_acco_title a.active,
.panel-group .panel-default .panel-title a.active {
	background: #00aeef;
	color: #fff;
}

/**/
a:hover .testimonial{
	background-color:#00aeef;
}
a:hover .testimonial h4,
a:hover .testimonial p {
	color: #fff;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.testimonial {
	border-left: 2px solid #00aeef !important;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.testimonial .avatar span{
	font-size:40px;
}

/* MAIN SLIDER */
.fw_al_005_slide_center {
	text-align: center;
}

.ps_control_hradius .carousel-control-prev:hover,
.ps_control_hradius .carousel-control-next:hover {
	color: #ffffff;
	background: rgba(44, 88, 142, 0.5)
}

/* COMMONS */

.badge-single .svg_wrapper {
	min-height:120px;
}

.badge-single:hover span {
	color: #00aeef !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.badges .author-badges .badge-single img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.badges .author-badges .badge-single h3 {
    margin: 5px 0; 
}

.badges.author-rank {
    padding: 40px 0 40px 0;
}
.badges .author-badges .badge-single {
    margin-bottom: 10px;
}

.badge-single .svg_wrapper span {
    font-size: 75px;
}

.badge-single .svg_wrapper {
    min-height: 100px;
}

.breadcrumb-area {
	padding-top: 190px !important;
	padding-bottom: 50px;
	background-position:center;
}

.search-area2:before,
.breadcrumb-area:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	/*
	background: -webkit-gradient(linear, right top, left top, from(#2c588e), to(#00aeef));
	background: -webkit-linear-gradient(right, #2c588e, #00aeef);
	background: -o-linear-gradient(right, #2c588e, #00aeef);
	background: linear-gradient(to left, #2c588e, #00aeef);
	*/
	background: -webkit-gradient(linear, right top, left top, from(#131f2e), to(#131f2e));
	background: -webkit-linear-gradient(right, #131f2e, #131f2e);
	background: -o-linear-gradient(right, #131f2e, #131f2e);
	background: linear-gradient(to left, #131f2e, #131f2e);
	opacity: 0.6;
	top: 0;
	left: 0;
}
.breadcrumb-area .active {
	color: #2c588e;
}
.breadcrumb li,
.breadcrumb li.active {
	color: #fff;
}
.breadcrumb li a {
	color: #ccc !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.breadcrumb li a:hover {
	color: #fff !important;
}

.go_top {
	background: #00aeef;
}

.padding-120-50 {
	padding: 120px 0 50px 0;
}

#support-form .form-group input,
#support-form .form-group select,
#support-form .form-group textarea {
	border-bottom: solid 1px #fff;
}

#support-form label,
#support-form .form-group p.label {
	text-transform:none;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
	border-color: #f00 !important;
}

#login-form a {
	color:#00aeef;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
#login-form a:hover{
	color:#2c588e;
}

.doc{
	display:block;
	padding:20px;
	border-bottom:solid 1px #ccc;
}
.doc a {
	color: #2c588e;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.doc a:hover {
	color: #00aeef;
}

/* TABLE */
table .AttivabilePrevioIntervento {
	background-color: #f5f5f5;
}
.table tbody > tr.NonAncoraDisponibile > td {
	color: #ccc;
}
.tooltip {
	width: auto !important;
}
.tooltip .tooltip-inner {
	max-width:500px !important;
	background-color: #00aeef !important;
}
.tooltip .arrow::before {
	border-bottom-color: #00aeef !important;
	border-top-color: #00aeef !important;
}
th b{
	color:#00aeef;
}
table td i{
	float:right;
	margin:4px 4px 0 0;
}
.table thead > tr > th {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 0 15px 20px;
}
.table tbody > tr > td {
	padding: 20px 0 20px 20px;
	font-size: 14px;
	vertical-align: middle;
	color: #333;
}

/* CHECKBOX AND RADIO */
.checkbox.custom small {
	display: inline-block;
	padding: 0px 5px;
	text-transform: none;
}
.checkbox.custom small button {
	padding: 0px;
}
.checkbox.custom {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox.custom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
.checkbox.custom label.has-error {
	border-bottom: solid 1px #f00;
}
.checkbox.custom:hover input ~ .checkmark {
	background-color: #ccc;
}
.checkbox.custom input:checked ~ .checkmark {
	background-color: #00aeef;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox.custom input:checked ~ .checkmark:after {
	display: block;
}
.checkbox.custom .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radio-custom {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-custom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.radio-custom .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}
.radio-custom:hover input ~ .checkmark {
	background-color: #ccc;
}
.radio-custom input:checked ~ .checkmark {
	background-color: #00aeef;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.radio-custom input:checked ~ .checkmark:after {
	display: block;
}
.radio-custom .checkmark:after {
	top: 8px;
	left: 8px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: white;
}

.custom-checkbox2 label span.circle:before,
.custom-radio label span.circle:before,
.custom-checkbox2 .form-group p.label span.circle:before,
.form-group .custom-checkbox2 p.label span.circle:before,
.custom-radio .form-group p.label span.circle:before,
.form-group .custom-radio p.label span.circle:before {
	background: #00aeef;
}
.custom-radio label span.circle:before,
.custom-radio .form-group p.label span.circle:before,
.form-group .custom-radio p.label span.circle:before {
	content: "";
	background: #fff;
	border: 4px solid #00aeef;
}

.pagination .page a {
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	width: 36px;
	height: 36px;
	text-align: center;
	border: solid 1px #eef1f3;
	background-color: #fff;
	color: #00aeef;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.pagination .page a:hover,
.pagination .page.active a{
	background-color:#00aeef;
	color:#fff;
}
.pagination .page.disabled a {
	background-color: #eef1f3;
	color: #ccc;
}

/* MARKETPLACE */


.item-preview .prev-nav span:active {
	background: #2c588e;
}
.item-preview .prev-nav span:hover {
	background: #2c588e;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.has_megamenu:hover .dropdown_megamenu {
	visibility: hidden;
	opacity: 0;
	top: 0;
}
.has_megamenu .dropdown_megamenu {
	border-top: 1px solid #2c588e;
}
.has_megamenu .dropdown_megamenu.active {
	visibility: visible;
	opacity:1;
	top: 100%;
}
.has_megamenu .dropdown_megamenu li a:hover{
	color:#00aeef !important;
}
.has_megamenu .dropdown_megamenu li a span {
	float:right;
	display:block;
	margin-right:4px;
}

.product-tags ul li a {
	display: inline-block;
	margin-left: 3px;
}

.product--list .product__thumbnail {
	text-align: center;
	padding: 22px 0;
}
.product--list .product__thumbnail img {
	width: 180px;
	height: 180px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.product .product__thumbnail:before {
	position: absolute;
	content: "";
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	height: 100%;
	opacity: 0;
	z-index: 2;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	width: 100%;
	top: 0;
	background-image: -webkit-gradient(linear, right top, left top, from(#2c588e), to(#00aeef)) !important;
	background-image: -webkit-linear-gradient(right, #2c588e 0%, #00aeef 100%) !important;
	background-image: -o-linear-gradient(right, #2c588e 0%, #00aeef 100%) !important;
	background-image: linear-gradient(to left, #2c588e 0%, #00aeef 100%) !important;
	/* Fallback (could use .jpg/.png alternatively) */
	background-color: #2c588e;
	/* SVG fallback for IE 9 (could be data URI, or could use filter) */
	background: #00aeef;
	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image: -webkit-gradient(linear, left top, right top, from(#2c588e), to(#00aeef)) !important;
	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image: -webkit-linear-gradient(left, #2c588e, #00aeef) !important;
	/* Firefox 3.6 - 15 */
	/* Opera 11.1 - 12 */
	background-image: -o-linear-gradient(left, #2c588e, #00aeef) !important;
	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	background-image: linear-gradient(to right, #2c588e, #00aeef) !important;
	left: 0;
}

.product--list .product-desc,
.product--list .product-meta,
.product--list .product-purchase {
	vertical-align: top;
	min-height: 190px !important;
}
.product--list .product-purchase {
	position:relative;
	padding: 0 20px;
}

.product--list .product-purchase .price {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: bold;
	line-height:1.1;
}
.product--list .product-purchase .price span {
	font-size: 10px;
}
.product--list .product-purchase .price p {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.product-tab h3{
	margin-bottom:8px;
}
.product-tab ul li {
	position: relative;
	padding-left: 30px;
}
.product-tab ul li:before {
	position: absolute;
	content: url(../imgs/check.png) !important;
	top: 0;
	left: 5px;
}
.product-tab li {
	font-size: 14px;
	line-height: 1.5;
}
#product-details ul li{
	position:relative;
	padding-left:30px;
}
#product-details ul li:before {
	position: absolute;
	content: url(../imgs/check.png) !important;
	top:0;
	left:5px;
}
#product-details li {
	font-size: 14px;
	line-height: 1.5;
}

/**/
.prev-slide-logo {
	text-align: center;
}
.item-info .tab-content {
	margin-top: 0px !important;
}

.pricing-options li{
	padding-top:30px !important;
}
.custom-radio label {
	width: 100%;
}
.custom-radio label .circle {
	display:block;
	float: left;
	border: 4px solid #aaa !important;
}
.custom-radio label .title {
	display: block;
	float: left;
	width: calc(100% - 35px);
	font-size: 15px !important;
	line-height: 1.2;
}
.custom-radio label .pricing__opt {
	display: block;
	width:100%;
	text-align:right;
	padding-top:5px;
	font-size: 15px;
}

.infos .info a {
	color: #00aeef !important;
}

/* CART */
.single_product .product__price_download .item_price span {
	background: #fff !important;
	line-height: 32px;
	display: inline-block;
	padding: 0 15px;
	color: #2c588e;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.single_product .product__price_download .item_price p {
	display:inline-block;
}
.single_product .product__price_download .item_action .remove_from_cart span {
	color: #2c588e;
}

.sidebar--single-product .card--product-infos ul.infos li p {
	display: inline-block;
	margin-left: 5px;
	min-height: 46px;
	line-height: 160% !important;
	margin-bottom:10px;
}
.single-product-desc .card--product-infos p.info {
	max-width: 170px;
}
.single-product-desc .card--product-infos .info a {
	display: inline-block !important;
	color: #2c588e;
	margin-left: 3px;
}
.single-product-desc .card--product-infos .info a:after {
	content:',';
}

.cart_calculation button {
	display: inline-block !important;
}

/* ORDERS */
.single_product .product__description .short_desc {
	padding-left: 0;
}
.single_product .product__description .short_desc h4 span{
	font-weight: normal;
}
.single_product .product__description .col-product {
	padding-top:20px;
}

/* DASHBOARD */
.author-infos {
	min-height: 274px;
}
.author-info {
	position:relative;
	min-height:127px;
	margin-bottom: 20px;
}
.author-info .fa-info-circle{
	z-index:100;
	color:#77DE4F;
	position:absolute;
	top:5px;
	right:5px;
	font-size:20px;
}
.author-info .info {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.author-info .info.active {
	opacity: 1;
}
.author-info .info p {
	margin:0;
	padding:6px 20px 6px 6px;
	text-align:left;
	font-size:11px;
	line-height:1;
}

.author-info.bgcolor-white h3, .author-info.bgcolor-white p {
	color: #444;
}
.author-profile-area .manageone-button {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 20px 0px 21px 0;
	margin:10px 0 31px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #2c588e;
	font-size: 30px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.author-profile-area .manageone-button:hover {
	background-color:#00aeef;
}
.author-profile-area .statuspage-button {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 20px 0px 21px 0;
	margin: 10px 0 31px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #2db75b ;
	font-size: 30px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.author-profile-area .statuspage-button:hover {
	background-color: #33cc66;
}

.author-profile-area #metering {
	position:relative;
	padding: 30px;
	margin-bottom: 31px;
}
.author-profile-area #metering h4 {
	display:block;
}
.author-profile-area #metering h4 select {
	position:absolute;
	right:30px;
	top:26px;
}

.author-profile-area .author-info {
	min-height:127px;
	padding: 14px 0 0 0;
}

.author-profile-area #montly-charge small {
	font-size: 13px;
}
.author-profile-area #montly-charge p small {
	display:block;
	font-size: 12px;
	line-height:1;
}
.author-profile-area #montly-consume small{
	font-size:13px;
}
.author-profile-area #montly-consume p small {
	display: block;
	font-size: 12px;
	line-height: 1;
}


.sidebar-card .sidebar-card-box {
	padding: 20px 30px;
}
.sidebar-card .sidebar-card-box .loader {
	width:100%;
	text-align:center;
	color:#ccc;
}
.sidebar-card .sidebar-card-box-next {
	padding: 20px 30px 0 30px;
}
.sidebar-card a {
	display: inline-block;
	padding-bottom: 1px;
	border-bottom: solid 1px;
	border-color: transparent;
	color: #939598;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.sidebar-card a:hover {
	color: #2c588e;
	border-color: #2c588e;
}
.sidebar-card .card-title-link{
	float:right;
}

.author_module .loader {
	width: 100%;
	text-align: center;
	color: #ccc;
}

#contact_form_technical input,
#contact_form_finance input {
	color:#2c588e;
	font-weight:bold;
}

#fileUploadResponse{
	cursor:pointer;
}

input[type='file'] {
	position: absolute;
	top: 100%;
	left: 100%;
	display: none;
	opacity: 0;
}

::placeholder {
	color:#939598;
	opacity: 0.8; 
	font-weight:normal;
}
:-ms-input-placeholder {
	color: #939598;
	font-weight: normal;
}
::-ms-input-placeholder { 
	color: #939598;
	font-weight: normal;
}

.row-sep {
	margin-top:15px;
	padding-top: 15px;
	border-top: solid 2px #eef1f3;
}
.row-sep-small {
	margin-top: 8px;
	padding-top: 8px;
	border-top: solid 1px #eef1f3;
	font-size:12px;
}

/**/

#chartjs-legend {
	display:block;
	list-style:none;
	margin:20px 0;
	text-align:center;
}
#chartjs-legend li {
	display: inline-block;
	margin: 0 10px;
}
#chartjs-legend li a {
	color:#939598;
}
#chartjs-legend li span {
	display: inline-block;
	width:40px;
	height:14px;
	margin-right:10px;
}


.form-group .clause-container {
	height: 140px;
	overflow-y: scroll;
	border: solid 1px #ced4da;
}
.form-group .clause-container .clause-text {
	padding: 10px;
	font-size: 12px;
	line-height: 160%;
}
.form-group .clause-doc{
	width:100%;
	text-align:right;
}
.form-group .clause-doc a {
	font-size: 11px;
}
/* CUSTOMS */
.form-group ::-webkit-scrollbar {
	width: 10px;
}
.form-group ::-webkit-scrollbar-track {
	background: #fff;
	border-left: solid 1px #ced4da;
}
.form-group ::-webkit-scrollbar-thumb {
	background: #ced4da;
}
.form-group ::-webkit-scrollbar-thumb:hover {
	background: #2c588e;
}

.section-title p {
	padding: 0 20px;
}

#ecs-details button {
	display:block;
	clear:both;
	border:none;
	background-color:transparent;
	color:#777;
	margin:0 0 5px 15px;
	font-size:12px;
}
#ecs-details button:hover {
	color: #333;
}
#ecs-details button:disabled {
	color: #ccc;
}
#ecs-details button.ecs-delete:hover {
	color: #f00;
	font-weight:bold;
}

/* SLIDER */

.aw-carousel {
	position: relative;
	/*
	background: -webkit-gradient(linear, right top, left top, from(#2c588e), to(#00aeef));
	background: -webkit-linear-gradient(right, #2c588e, #00aeef);
	background: -o-linear-gradient(right, #2c588e, #00aeef);
	background: linear-gradient(to left, #2c588e, #00aeef);
	*/
	background-color: #2c588e;
}

.aw-carousel-inner {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top:35%;
}

.aw-carousel-inner .aw-carousel-item {
	position: absolute;
	transition: all .2s ease;
	top:0;
	left:0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	z-index: 0;
}
.aw-carousel-inner .aw-carousel-item.active {
	opacity: 1;
	z-index: 10;
}

.aw-carousel-inner .aw-carousel-item picture {
	z-index:100;
	position: absolute;
	display: block;
	width: 100%;
	height:auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity:0.5;
}

.aw-carousel-inner .aw-carousel-item .aw-item-slide {
	z-index: 150;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 ); 
}

.aw-carousel-inner .aw-carousel-item .aw-item-slide img {
	position:absolute;
	z-index:50;
	top:50%;
	left:50%;
	height:auto;
	width:110%;
	transform:translate(-50%, -50%);
	opacity:0.4;
}

.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text {
	position: absolute;
	z-index: 100;
	width: 100%;
	max-width: 1140px;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -30%);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text h2 {
	font-size: 55px;
	line-height: 1;
	font-weight: 300;
	margin:0;
	color:#fff;
}
.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text p.subtitle {
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
	margin: 20px 0 0 0;
	color: #fff;
}
.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text a {
	display:inline-block;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	border-radius: 0;
	transition: all .2s ease;
	padding: 8px 16px;
	margin:30px 0 0 0;
	font-size: 11px;
	font-weight: 500;
	text-transform:uppercase;
	text-decoration:none;
}
.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text a:hover {
	background: #fff !important;
	color: #043f75 !important;
}

.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text.left {
	text-align: left;
}
.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text.right {
	text-align: right;
}

.aw-carousel .aw-carousel-control {
	z-index:200;
	position: absolute;
	display: inline-block;
	top: 70%;
	font-size: 4rem;
	transform: translateY(-50%);
	color: #fff !important;
	cursor: pointer;
	opacity: 0;
	transition: all .2s ease;
}
.aw-carousel .aw-carousel-control:hover {
		color: #d3deea !important;
	}
.aw-carousel:hover .aw-carousel-control {
	opacity: 1;
	transition: all .2s ease;
}
.aw-carousel-control-prev {
	left: 2%;
}
.aw-carousel-control-next {
	right: 2%;
}

/* responsive */

@media all and (max-width: 1299px) {

	.aw-carousel-inner {
		padding-top: 40%;
	}

	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text {
		max-width: 940px;
	}
}

@media all and (max-width: 1199px) {

	.aw-carousel-inner {
		padding-top: 45%;
	}

	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text {
		max-width:940px;	
	}
}

@media all and (max-width: 991px) {

	.aw-carousel-inner {
		padding-top: 50%;
	}
	
	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text {
		max-width: 720px;
	}
	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text h2 {
		font-size: 45px;
	}
	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text p.subtitle {
		font-size: 25px;
	}
}

@media all and (max-width:991px) and (orientation:landscape) {

	.aw-carousel-inner {
		padding-top: 50%;
	}


	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text h2 {
		font-size: 40px;
	}
	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text p.subtitle {
		font-size: 20px;
	}
	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text a {
		font-size:10px;
	}

}

@media all and (max-width: 768px) {

	.aw-carousel-inner {
		padding-top: 55%;
	}

	.aw-carousel-inner .aw-carousel-item picture img {
		width: auto;
		height: 100%;
	}

	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text {
		max-width:calc(100% - 30px);	
	}
	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text h2 {
		font-size: 25px;
	}
	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text p.subtitle {
		font-size: 15px;
	}
	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text a {
		font-size:10px;
	}
}

@media all and (max-width: 414px) {
	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text h2 {
		font-size: 20px;
	}
	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text p.subtitle {
		font-size: 13px;
	}
	.aw-carousel-inner .aw-carousel-item .aw-item-slide .aw-item-slide-text a {
		font-size:9px;
	}

}