/** Blue	#305baa
 **************************************************************** **/

	/** custom TCC**/
	input[type="radio"] {
	    cursor: pointer;
	    -webkit-appearance: none;
	    appearance: none;
			background: linear-gradient(to bottom, #ffffff 0%, #dedeef 100%);
	    box-sizing: border-box;
	    position: relative;
	    box-sizing: content-box;
	    width: 28px;
	    height: 28px;
	    border-width: 2px;
			border-radius: 1px;
			border-style: solid;
			border-color: rgba(0,0,0,0.3);
	    transition: all .3s linear;
	    vertical-align: middle;
	}

	input[type="radio"]:checked {
		background: linear-gradient(to bottom, #305bea 0%, #305baa 100%);
		border-width: 2px;
		border-radius: 1px;
		border-style: solid;
		border-color: rgba(255,255,255,0.2);
}

	input[type="checkbox"] {
	    cursor: pointer;
	    -webkit-appearance: none;
	    appearance: none;
			background: linear-gradient(to bottom, #ffffff 0%, #dedeef 100%);
	    box-sizing: border-box;
	    position: relative;
	    box-sizing: content-box;
	    width: 28px;
	    height: 28px;
	    border-width: 2px;
			border-radius: 1px;
			border-style: solid;
			border-color: rgba(0,0,0,0.3);
	    transition: all .3s linear;
	    vertical-align: middle;
	}

	input[type="checkbox"]:checked {
		background: linear-gradient(to bottom, #305bea 0%, #305baa 100%);
		border-width: 2px;
		border-radius: 1px;
		border-style: solid;
		border-color: rgba(255,255,255,0.2);
}

	.mdl-button--fab.mdl-button--colored {
		background: linear-gradient(to bottom right, #708bda 0%, #305baa 100%);
    color: rgb(255,255,255);
	}

	.mdl-button--fab-mini {
    border-radius: 50%;
    height: 20px;
    margin: auto 8px;
    min-width: 40px;
    width: 40px;
    padding: 0;
    overflow: hidden;
		background-color: transparent;
		border: 1px solid #edf;
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
    position: relative;
    line-height: normal;
		vertical-align: middle;
}

	.mdl-button--fab {
    border-radius: 50%;
    height: 40px;
    margin: auto 8px;
    min-width: 40px;
    width: 40px;
    padding: 0;
    overflow: hidden;
		background-color: #dedede;
		border: 1px solid #edf;
    box-shadow: 0 0 0 0 rgba(0,0,0,0), 0 1px 1px 0 rgba(0,0,0,0);
    position: relative;
    line-height: normal;
		vertical-align: middle;
}

	.btn-secondary, .btn-secondary a {
	color: #ffffff!important;
	background: linear-gradient(to bottom right, #abc 0%, #456 100%);
	border-color: #6c757d;
	text-transform: uppercase;
	}
	.btn-secondary:hover {
	color: #fff;
	background-color: #8f9baf;
	border-color: #3c5055;
	display: block;
	}

	.btn-outline-secondary, .btn-outline-secondary a {
	color: #6c757d!important;
	background: transparent;
	border: 1px solid #6c757d;
	text-transform: uppercase;
	}
	.btn-outline-secondary:hover {
	color: #fff!important;
	background-color: #6c757d;
	border-color: #6c757d;
	}

	.btn-danger, .btn-danger a {
	color: #ffffff!important;
	background: linear-gradient(to bottom right, #f47f7a 0%, #d43f3a 100%);
	border-color: #d43f3a;
	text-transform: uppercase;
	}



	.label-success {
	    background-color: #4cae4c;
	}

	.btn-success {
		background: linear-gradient(to bottom right, #6cce6c 0%, #4cae4c 100%);
	}

	.label-warning {
	  background-color: #f0ad4e;
	}

	.btn-warning {
		background: linear-gradient(to bottom right, #f0cd6e 0%, #f0ad4e 100%);
	}

	.switch > .switch-label {
		background: linear-gradient(to bottom right, #f0cd6e 0%, #f0ad4e 100%);
		border: 2px solid #f0ad4e;
		color: #f0ad4e;
	}

.switch-grey {
		background: #B5C1C7!important;
		border: 2px solid #B5C1C7!important;
    color: #B5C1C7!important;
	}

	.label-danger {
			background-color: #778899;
	}

	.btn-danger {
		background: linear-gradient(to bottom right, #bbb 0%, #777 100%);
	}

	.label-acqua {
			background-color: #ddeeff;
			color: #556677
	}

	.btn-outline .btn-outline a{
	color: #333333;
	border-color: #ddd;
	border-width: 2px;
	border-radius: 3px;
	border-style: solid;
	padding: 0px 14px;
	text-transform: uppercase;
	margin:0;
	}

	.btn-outline:hover {
	color: #ffffff;
	background-color: #305baa;
	border-color: transparent;
	border-style: solid;
	border-radius: 3px;
	border-width: 2px;
	}

	.btn-outline-level2 a {
	color: #666666!important;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color:rgba(255,255,255,1);
	padding: 10px 10px;
	margin:3px 3px;
	border-color: #efefef;
	border-style: solid;
	border-radius: 3px;
	border-width: 1px;
	}

	.btn-outline-level2.active a{
	color: #305baa!important;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color:rgba(255,255,255,1);
	padding: 10px 10px;
	margin: 3px 3px;
	border-color: #305baa;
	border-style: solid;
	border-radius: 3px;
	border-width: 2px;
	}


div.primary {
	color: #305baa;
	border-color: #3c5055;
	}

div.border-secondary {
	border-color: lightgreen!important;
	border: 3px solid;
	margin: 0;
	padding: 10px 0;
	border-radius: 6px;
}

span.grassetto {
	color: #305baa;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 90%;
	}


.buy a {
	background-color:#305baa;
	border-width: 2px;
	border-style: solid;
	border-color:#305baa;
	text-transform: uppercase; letter-spacing: 3px; font-size: 36px ; font-weight: 300; color:#C1D7FF;
}
span.buy {
	color:#305baa; font-weight: 500; font-size: 105%;	text-transform: uppercase;
}
.buy-btn-secondary {
	background-color:#efefef;
	border-color: #efefef;
	border-width: 2px;
	border-style: solid;
	font-size: 18px;
	margin: 5px
}


.sell a {
	background-color:#305baa;
	border-width: 2px;
	border-style: solid;
	border-color:#305baa;
	text-transform: uppercase; letter-spacing: 3px; font-size: 36px ; font-weight: 300; color:#ffff00;
}

span.sell {
	color:#305baa; font-weight: 500; font-size: 105%; 	text-transform: uppercase;
}
.sell-btn-secondary {
	background-color:#efefef;
	border-color: #efefef;
	border-width: 2px;
	border-style: solid;
	font-size: 18px;
	margin: 5px
}

span.settore {
	color:#305baa; font-weight: 500; font-size: 16px; 	text-transform: uppercase;
}

.bg-primary {
	background: linear-gradient(to bottom, #efefff 0%, #aafbff 100%);
}

.bg-light {
	background: linear-gradient(to bottom, #fefefe 0%, #fcfcfc 100%);
}

  .badge {
	white-space:normal!important;
	/*text-align:left;*/
	} 
	
	/** fine custom TCC**/


	::selection {
		background: #305baa;
	}
	::-moz-selection {
		background: #305baa; /* Firefox */
	}
	::-webkit-selection {
		background: #305baa; /* Safari */
	}


	a,
	a:focus:not(.btn),
	section.dark a,
	#slidetop a:hover,
	h1 > span,
	h2 > span,
	h3 > span,
	h4 > span,
	h5 > span,
	h6 > span,
	.pagination>li>a,
	.pagination>li>a:hover,
	.pagination>li>span,
	ul.list-links>li>a:hover,
	#sidepanel ul li a[data-toggle="collapse"],
	#sidepanel ul li a[data-toggle="collapse"]:hover,
	#sidepanel ul li a:hover,
	.menu-list ul li a:hover, 		/* header-0.css */
	.menu-list ul li.active a, 		/* header-0.css */
	#menu_overlay_close:hover, 	/* header-0.css */
	#topMain.nav-pills>li.active>a>span.topMain-icon,
	#page-menu.page-menu-light ul>li:hover>a>i,
	#page-menu.page-menu-dark ul>li:hover>a>i,
	#page-menu.page-menu-transparent ul>li:hover>a>i,
	#page-menu.page-menu-light ul>li.active>a>i,
	#page-menu.page-menu-dark ul>li.active>a>i,
	#page-menu.page-menu-transparent ul>li.active>a>i,
	.tp-caption.block_white,
	section span.theme-color,
	section em.theme-color,
	section i.theme-color,
	section b.theme-color,
	section div.theme-color,
	section p.theme-color,
	.owl-carousel.featured a.figure>span>i,
	.owl-carousel.featured a:hover,
	figure.zoom>a.lightbox:hover,
	#portfolio h2>a:hover,
	#portfolio h3>a:hover,
	#portfolio h4>a:hover,
	#portfolio h5>a:hover,
	#portfolio h6>a:hover,
	.tab-post a:hover,
	.tag:hover>span.txt,
	section.dark .tag:hover>span.txt,
	ul.widget-twitter li>small>a:hover,
	.blog-post-item h2>a:hover,
	.blog-post-item h3>a:hover,
	.blog-post-item h4>a:hover,
	.blog-post-item h5>a:hover,
	.item-box .item-hover .inner .ico-rounded:hover>span,
	ul.side-nav>li:hover>a,
	ul.side-nav>li a:hover,
	ul.side-nav>li.active>a,
	a.href-reset:hover,
	a.href-reset.active,
	.href-reset a.active,
	.href-reset a:hover,
	.href-reset a.active,
	.price-clean-popular h4,
	.box-icon.box-icon-color i,
	.switch-primary.switch-round > input:checked + .switch-label:after,
	section.dark .nav-tabs.nav-clean>li.active>a {
		color: #305baa;
	}

	#sidepanel.sidepanel-theme-color,
	div.alert.alert-theme-color,
	span.label-default,
	.nav-tabs.nav-alternate>li.active>a,
	.datepicker table tr td.active.active,
	.callout-theme-color,
	.progress-bar-primary,
	.toast-primary,
	.owl-theme .owl-controls .owl-page span,
	.open>.dropdown-toggle.btn-primary,
	.btn-primary,
	.btn-primary a,
	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary:focus,
	.pagination>.active>a,
	.pagination>.active>a:hover,
	#header li.quick-cart .quick-cart-box a.btn,
	#header li.quick-cart .quick-cart-box a.btn:hover, /* used by dark & transparent header */
	#topMain.nav-pills>li.active>a>span.theme-color ,
	.ei-slider-thumbs li.ei-slider-element,			/* elastic slider active indicator */
	.flex-control-paging li a.flex-active,				/* flex slider bullets */
	.tp-caption.block_theme_color,
	.tp-bullets.simplebullets.round .bullet.selected,
	i.ico-color,
	.caption-primary,
	.shop-list-options .btn.active,
	.box-static.box-color,
	.fancy-file-upload.fancy-file-primary>span.button,
	.primary-slider .ui-slider .ui-slider-handle:before,
	.primary-slider .ui-slider .ui-slider-range,
	.ribbon-inner,
	.info-bar.info-bar-color,
	.music-album-title:hover,
	.inews-item .inews-thumbnail .inews-sticky,
	.btn>.new-primary,
	#progressBar #bar,								/* OWL */
	#page-menu,
	#page-menu ul {
		background: linear-gradient(to bottom right, #708bda 0%, #305baa 100%);
		color: #ffffff!important;
		border-radius: 3px;
		border-color: #ffffff;
		border-width: 2px;
		border-style: solid;
		text-transform: uppercase;
		letter-spacing: 1.5px;
	}
	span.badge-default,
	.list-group-item.active>.badge.badge-default	{
		color: #305baa!important;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		background: transparent!important;
		border-radius: 1px;
		border-color: #305baa;
		border-width: 1px;
		border-style: dotted;
	}

div.alert.alert-bordered-dashed{
	background: rgba(0,96,255,0.075);
	color: #305baa!important;
	border-radius: 3px;
	border-color: #305baa;
	border-width: 0px;
	border-style: dashed;
}


	.switch.switch-primary > input:checked + .switch-label {
		background: linear-gradient(to bottom right, #507bca 0%, #305baa 100%);
		border-color: #305baa;
	}

	/* !important required */
	#music-player .mejs-controls .mejs-time-rail .mejs-time-current,
	#music-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
	section .theme-background,
	.swiper-pagination-bullet-active {
		background-color:#305baa !important;
	}
	.inews-content-inner h3>a,
	div.side-nav ul>li:hover>a,
	div.side-nav ul>li.active>a,
	.pagination.pagination-simple>li.active>a,
	div.side-nav ul.list-group-bordered>li>a:hover,
	section .theme-color {
		color:#305baa !important;
	}

	.primary-slider .ui-slider .ui-slider-handle,
	.timeline_center li h3:before,
	.timeline_center:after,
	a.thumbnail.active,
	a.thumbnail:hover,
	.btn-primary,
	.btn-primary a,
	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary:focus {
	border: 0px solid #305baa!important;
	}

	.open>.dropdown-toggle.btn-primary,
	.btn-primary,
	.btn-primary:active,
	.btn-primary:focus,
	.btn-primary:hover
	.pagination>.active>a,
	.pagination>.active>a:hover {
	/* border-color: #305baa */
	}

	#topNav ul.dropdown-menu { /* submenu border top color */
		border-top-color:#305baa;
	}
	section.featured-grid div.row>div .ribbon:before,
	.modal-content {
		border-top-color:white;
	}

	#topNav ul.dropdown-menu {
		border-color: #305baa #fff #fff;
	}
	#topNav div.submenu-dark ul.dropdown-menu {
		border-color: #305baa #3F3F3F #3F3F3F;
	}
	#topNav div.submenu-color ul.dropdown-menu {
		border-color: #305baa #3F3F3F #3F3F3F;
	}
	#topMain li.search .search-box {
		border-top: #305baa 2px solid;
	}
	.border-primary {border: solid 1px #305baa!important;}


	/* COLOR DROP DOWN MENU */
	#topNav div.submenu-color ul.dropdown-menu {
		background-color:#305baa;
	}
	#topNav div.submenu-color ul.dropdown-menu {
		border-color: #888 #305baa #305baa;
	}

	#topNav div.submenu-color ul.dropdown-menu a.dropdown-toggle {
		background-image: url('../../images/_smarty/submenu_light.png');
	}
	#topNav div.submenu-color ul.dropdown-menu li.active>a,
	#topNav div.submenu-color ul.dropdown-menu li.active:hover>a,
	#topNav div.submenu-color ul.dropdown-menu li.active:focus>a,
	#topNav div.submenu-color ul.dropdown-menu li:hover>a,
	#topNav div.submenu-color ul.dropdown-menu li:focus>a,
	#topNav div.submenu-color ul.dropdown-menu li:focus>a {
		color:#fff;
		background-color:rgba(0,0,0,0.15);
	}
	#topNav div.submenu-color ul.dropdown-menu li.divider {
		background-color:rgba(255,255,255,0.3);
	}
	#topNav div.submenu-color ul.dropdown-menu>li a {
		color:#fff;
	}
	#topNav div.submenu-color #topMain>li.mega-menu div.row div>ul>li>span {
		color:#fff;
	}
	#topNav div.submenu-color #topMain>li.mega-menu div.row div {
		border-left: rgba(0,0,0,0.2) 1px solid;
	}


	/* Theme Color Section */
	section.theme-color,
	section.theme-color div.heading-title.heading-dotted h1,
	section.theme-color div.heading-title.heading-dotted h2,
	section.theme-color div.heading-title.heading-dotted h3,
	section.theme-color div.heading-title.heading-dotted h4,
	section.theme-color div.heading-title.heading-dotted h5,
	section.theme-color div.heading-title.heading-dotted h6 {
		color:#fff;
		background-color: #305baa;
	}
	section.theme-color div.heading-title h1,
	section.theme-color div.heading-title h2,
	section.theme-color div.heading-title h3,
	section.theme-color div.heading-title h4,
	section.theme-color div.heading-title h5,
	section.theme-color div.heading-title h6 {
		background-color: #305baa;
	}
	section.theme-color div.heading-title h1 span,
	section.theme-color div.heading-title h2 span,
	section.theme-color div.heading-title h3 span,
	section.theme-color div.heading-title h4 span,
	section.theme-color div.heading-title h5 span,
	section.theme-color div.heading-title h6 span {
		color:#fff;
	}
	section.theme-color a {
		color:#fff;
		text-decoration:none;
	}
	section.theme-color a:hover {
		color:#111;
	}
	section.theme-color pre {
		background-color:rgba(0,0,0,0.1);
	}
	section.theme-color div.heading-border-bottom.heading-color {
	  border-bottom-color:rgba(255,255,255,0.5);
	}




/**	Vertical Menu
*************************************************** **/
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar li:hover>a,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu>.active>a,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu>.active>a:focus,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu>.active>a:hover,
body.menu-vertical #mainMenu.sidebar-vertical .navbar-default .navbar-nav>.active>a,
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar li:hover>a {
	color:#305baa !important;
}





/**	[Shortcode] Buttons
*************************************************** **/
section.dark .btn-default:hover {
	color: #305baa;
	background-color:rgba(0,0,0,0.3);
}


/**	[Shortcode] Page Header
*************************************************** **/
	section.page-header .breadcrumb a:hover  {
		color: #305baa !important;
		text-decoration:none;
	}


/**	[Shortcode] Dividers
*************************************************** **/
	div.divider.divider-color i {
		color:#fff;
	}
	div.divider.divider-color:before,
	div.divider.divider-color:after {
		border-top:#305baa 1px solid;
	}
	div.divider.divider-color i {
		color:#305baa;
	}
	div.divider.divider-circle.divider-color i {
		color:#fff;
		background-color: #305baa;
	}
	div.divider.divider-border>a:hover>i {
		color:#305baa;
	}


/**	[Shortcode] Headings
*************************************************** **/
	div.heading-title.heading-line-single.heading-color:before,
	div.heading-title.heading-line-double.heading-color:before {
		border-color:#305baa;
	}
	div.heading-border-bottom.heading-color {
		border-bottom-color:#305baa;
	}
	div.heading-title.heading-border.heading-color,
	div.heading-title.heading-border.heading-inverse.heading-color {
		border-color:#305baa;
	}
	section.dark div.heading-title.heading-border-bottom {
		border-bottom-color:#305baa;
	}

/**	[Shortcode] Icon Boxes
*************************************************** **/
.box-icon a.box-icon-title:hover>h2 {
	color:#305baa;
}
.box-icon a.box-icon-title:hover>i {
	color:#fff;
	background-color:#305baa;
}
.box-icon a.box-icon-more {
	color:#111;
}
.box-icon a.box-icon-more:hover,
section.dark .box-icon a.box-icon-more:hover {
	color:#305baa;
}

.box-video a.box-video-title:hover h2,
.box-video a.box-image-title:hover h2 {
	color:#305baa;
}

.box-flip .box2 {
	color:#fff;
	background-color:#305baa;
}

.box-flip .box2 h1,
.box-flip .box2 h2,
.box-flip .box2 h3,
.box-flip .box2 h4,
.box-flip .box2 h5,
.box-flip .box2 h6 {
	color:#fff;
}

.box-static.box-border-top {
	border-color:#305baa;
}



/**	[Shortcode] Navigations
*************************************************** **/
.navbar-primary {
	border-color:#305baa !important;
	background-color:#305baa !important;
}


/**	[Shortcode] Paginations
*************************************************** **/
section.dark .pagination > li.active>a,
.pagination > li.active>a {
	border-color:#305baa;
	background-color:#305baa;
}


/** [Shortcode] Process Steps
*************************************************** **/
.process-wizard-primary > .process-wizard-step > .process-wizard-dot,
.process-wizard-primary > .process-wizard-step > .progress > .progress-bar {
	background:#305baa;
}
.process-wizard-primary > .process-wizard-step > .process-wizard-dot:after {
	background-color:rgba(0,0,0,0.4);
}

ul.process-steps li.active a,
ul.process-steps li.active a:focus,
ul.process-steps li.active:hover>a {
	background-color:#305baa !important;
	border-color:#305baa !important;
}

ul.process-steps li.active h1,
ul.process-steps li.active h2,
ul.process-steps li.active h3,
ul.process-steps li.active h4,
ul.process-steps li.active h5,
ul.process-steps li.active h6 {
	color:#305baa;
}



/** [Shortcode] Process Steps
*************************************************** **/
div.mega-price-table .pricing-title,
div.mega-price-table .pricing-head,
div.mega-price-table .pricing.popular {
	background-color:#305baa;
}


div.mega-price-table .pricing:hover h4,
div.mega-price-table .pricing-table i.fa {
	color:#305baa;
}



/** Styled Icons
 **************************************************************** **/
section.dark i.ico-hover:hover,
i.ico-hover:hover {
	background-color:#305baa;
	border-color:#305baa;
}


/** [Shortcode] Tabs
 **************************************************************** **/
.nav-tabs.nav-top-border>li.active>a,
.nav-tabs.nav-top-border>li.active>a:hover {
	border-color:#305baa !important;
}
.nav-tabs.nav-bottom-border>li.active>a,
.nav-tabs.nav-bottom-border>li.active>a:hover {
	border-bottom-color:#305baa !important;
}
.nav-tabs.nav-alternate>li.active>a {
	background-color: #305baa !important;
}
.nav-tabs>li.active>a {
	color: #305baa !important;
}



/** Sky Forms
 **************************************************************** **/
/**/
/* normal state */
/**/
.sky-form .toggle i:before {
	background-color: #305baa;
}
.sky-form .button {
	background-color: #305baa;
}


/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
	background-color: #305baa;
}
.sky-form .checkbox input + i:after {
	color: #305baa;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #305baa;
}
.sky-form .rating input:checked ~ label {
	color: #305baa;
}


/** Hover Buttons
 **************************************************************** **/
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #305baa, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active,
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active,
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before ,
.hvr-radial-out:before,
.hvr-radial-in,
.hvr-rectangle-inm
.hvr-rectangle-out:before,
.hvr-shutter-in-horizontal,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-in-vertical,
.hvr-shutter-out-vertical:before,
.hvr-underline-from-left:before,
.hvr-underline-from-center:before,
.hvr-underline-from-right:before,
.hvr-overline-from-left:before,
.hvr-overline-from-center:before,
.hvr-overline-from-right:before,
.hvr-underline-reveal:before,
.hvr-overline-reveal:before {
	background-color: #305baa;
}
