/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);*/
/*@import url(/assets/fonts/font-awesome/4.7.0/css/font-awesome.min.css);*/
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);*/
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

:root {
	--dark-blue: #181e27;
	--grey-blue: #394753;
	--orange: #fba326;
	--green: #2aae26;

	
	/* variabile CSS da usare con var(--primary) non supportate da IE... */
	/* blue #4477AA */
	--primary: #4698d0;
	
	/*--PEC*/
	/*--pec-base: #D65151;
	--pec-personal: #C79933;*/
	
}

html {
	font-family: Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
  
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	
	box-sizing: border-box;
	scroll-behavior: smooth;
}
*,
*::before,
*::after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
*::-moz-selection {
	background: #4698d0 none repeat scroll 0 0;
    background: var(--primary) none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; /* 1 */
    font-weight: 400;
	line-height: 24px;
	box-sizing: border-box;
	margin: 0;
	background-color:#FFF;
	color: #222;
	font-size:14px;
}

a {
	color:#027db3;
    cursor: pointer;
    outline: medium none !important;
}
a:hover, a:focus, a:active {
	color:#027db3;
    text-decoration: underline;
  	outline-width: 0;
  	transition: all 0.3s ease-out 0s;
}

a.ondark{
	color:orange;
}
a.ondark:hover{
	opacity:0.7;
}
h1, h2, h3, h4, h5, h6{margin-top:0 !important;}
p{line-height: 24px;}
ol{list-style: none;}
blockquote{font-size:13px;}
iframe {/*width:1px;height: 1px;*/}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
img {
    height: auto;
	vertical-align: middle;
	border: 0 none;
}

/* <div class="row row-eq-height">...</div> */
.row-eq-height {
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/* Document scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* http://html5doctor.com/the-main-element/ */
main { display: block; }

.ltr {
    direction: ltr;
    unicode-bidi: bidi-override;
}
.rtl {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.align-left {
    display: inline-block;
    float: left;
    margin-right: 2em;
}

.align-right {
    display: inline-block;
    float: right;
    margin-left: 2em;
}

/* Panels*/
.panel.panel-base{
	border:1px solid #D65151;
}
.panel.panel-base .panel-heading {
    background-color: #D65151;
    color: #fff;
}
.panel.panel-personal{
	border:1px solid #C79933;
}
.panel.panel-personal .panel-heading {
    background-color: #C79933;
    color: #fff;
}
/*Alerts*/
.alert {
  border-radius: 0;
  border: none;
  line-height: 20px;
  color: #fff;
  padding: 13px 15px;
  margin: 0 0 20px;;
  text-shadow: none;
}
.alert + .alert {
  margin-top: 10px;
}
.alert strong {
  text-transform: uppercase;
}
.alert .close {
  top: -4px;
  right: 0;
  opacity: 1;
}
.alert .close i {
  font-size: 14px;
  color: #fff;
}
.alert.alert-warning {
  background: #fcf7d9;
	color:#c4a21b;
}
.alert.alert-success {
  background: #37bb46;
}
.alert.alert-danger {
  background-color: #fe6d6d;
	color:#fff;
}
.alert.alert-info {
  background: #4eb9f0;
}
.alert.alert-notification {
  background: #f6c951;
}
.alert.alert-standard {
  background: #909090;
}

/* Well*/
.well{
	background-color: #ffffff;
	padding:20px;
	border-radius:8px;
}
.well h3 {
	color:#333;
	margin:20px 0 20px !important;
	font-weight: 600;
}
.well p {
	color:#333;
}
.well i {
	font-size:48px;
}
.well .fa {
	color:#4698d0;
	color:var(--primary);
}

hr.small {
    max-width: 100px;
    margin: 50px auto;
    border-color: rgba(0, 0, 0, .2)
}

.uppercase {
    text-transform: uppercase;
}

.no-bg {
  background: none !important;
}

.progress{
	margin-bottom:5px;
}

div.e404 {
    color: #ddd;
    font-size: 1500%;
    line-height: 200px;
}

.old-price {
    color: #898989;
    text-decoration: line-through;
}
.red {
    color: #f00;
}

ul.cards li{
	display:inline-block;
	margin:0 2px;
	margin:10px 0;
	width:45px;
}
ul.cards li img{ width:100%}

.panel-title{
	font-weight: 600;
}

/* Text */
h1.page-title{
	color: #2f2f2f;
	font-weight: 200;
	font-size:32px;
	margin-bottom:20px;
}

/* footer
---------------------------------- */
.footer {
	font-size:13px;
	line-height:28px;
	padding: 40px 0 0;
}
.footer ul,li {
	list-style-type: none;
    list-style-position:inside;
    margin:0;
    padding:0;
}
.footer ul{
	margin-bottom:30px;
}
.footer li{
	margin-bottom: 3px;
}
.footer a {
	letter-spacing: .3px;
    opacity: 1;
    transition-property: color;
}
.footer .support .fa{
	margin-right:5px;
}
.footer h4 {
	margin-bottom:20px;
	font-size:14px;
	font-weight:700;
	letter-spacing: .3px;
	text-transform:uppercase;
}
.footer ul.cards li{
	display:inline-block;
	margin-right:5px;
	margin:10px 0;
	width:50px;
}
ul.cards li img{ width:100%}

.footer .services a:before { 
	font: 400 14px/24px 'FontAwesome';
	content: '\f105';
	margin-right:10px;
}
	/* dark */
	.footer.dark {
		background-color:#202426;
		color:#9e9f9f;
	}
	.footer.dark a{
		color:#969595;
	}
	.footer.dark a:hover{
		text-decoration:none;
		color:#fff;
	}
	.footer.dark h4{
		font-size:16px;
		color: #FFF;
	}
	.footer.dark h4 strong{
		font-weight: 400;
	}

	/* light */
	.footer.light {
		background-color:#F6F6F6;
		color:#727272;
		border-top: 1px solid #E5E5E5;
	}
	.footer.light a{
		color:#727272;
	}
	.footer.light a:hover{
		text-decoration:none;
		color:#101010;
	}
	.footer.light h4{
		font-size:16px;
		color: #272727;
	}
	.footer.light h4 strong{
		font-weight: 600;
	}

	/* white */
	.footer.white {
		/*background-color:#FFF;
		color:#727272;*/
		background-color:#F8F9FA;
		color:#333;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
	}
	.footer.white a{
		color:#727272;color:#333;
	}
	.footer.white a:hover{
		text-decoration:none;
		color:#101010;
	}
	.footer.white h4{
		font-size:16px;
		color: #272727;
	}
	.footer.white h4 strong{
		font-weight: 700;
	}

.footer img.ripe{
	max-width: 100px;
	max-height: 50px;
	opacity:0.7;
}
.footer img.ripe:hover{
	opacity:1;
}
.footer img.ssl{
	max-width: 100px;
	max-height: 50px;
	margin-bottom:20px;
}

/* post-footer
---------------------------------- */
.post-footer{
	padding: 25px 0;
	font-size:14px;
	letter-spacing:normal;
}
.post-footer ul,li {
	list-style-type: none;
    list-style-position:inside;
    margin:0;
    padding:0;
}
.post-footer li {
	display: inline;
}
.post-footer li:before { content: "| "; }
.post-footer li:first-child:before { content: ""; }
.post-footer a{
	text-decoration:none;
	margin: 5px;
}
	/* light */
	.post-footer.light{
		background-color:#fff;
		/*color: #101010;*/
		color: #616366;
	}
	.post-footer.light a{
		color: #727272;
	}
	.post-footer.light a:hover{
		color: #101010;
	}

	/* dark */
	.post-footer.dark{
		background-color:#202426;
		color: #6f6e6e;
	}
	.post-footer.dark a{
		color:#fff;
	}
	.post-footer.dark a:hover{
		color: #fff;
	}


/* back-to-top
---------------------------------- */
.back-to-top {
	display:inline-block;
	position:fixed;
	right:0;
 	bottom:30px;
	width:48px;
	height:48px;
 	line-height:40px;
	text-align:center;
	background:#4698d0;
	background: var(--primary);
	background-color: #808080;
	color:#fff;
	cursor:pointer;
	border:0;
	border-radius:0px;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 9999;
}
.back-to-top:hover {
	color:#fff!important;
	background-color:#666;
}
.back-to-top.is-visible{
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
	opacity: 1;
}
.back-to-top span{
	clear: both;
	display: block;
	font-size: 12px;
	margin-top: -8px;
}
/* back-to-top
---------------------------------- */

/* animations*/
.blink{ animation: blinker 1s linear infinite;}
@keyframes blinker { 30% {  opacity: 0; }}



/* general styles */
.text-white{color:#fff !important;}
.text-green{color:#9ec028 !important;}
.text-gray{color:#f3f3f3 !important;}
.text-dark{color:#5a5a5a !important;}
.text-orange{color:#f0ad4e !important;}
.text-red{color:#d9534f  !important;}
.text-yellow{color:#fedc45 !important;}
.text-black{color:#000000 !important;}
.text-primary{color:#2951a1 !important;}
.text-secondary{color:#B31B67 !important;}
.text-blue{color:#26a7e0 !important;}
.text-pink{color:#cd1630 !important;}

.iconcircle-dxlarge.left, .iconcircle-xlarge.left, .iconcircle-large.left, .iconcircle-xmedium.left, .iconcircle-medium.left, .iconcircle-smedium.left, .iconcircle-small.left, .iconcircle-tiny.left, .iconcircle-xtiny.left, .icon-plain-large.left, .icon-plain-medium.left, .icon-plain-small.left, .icon-plain-msmall.left, .icon-plain-tiny.left {
    float: left;
    margin: 0 20px 0 0;
}
.text-box-right.less-padding-2 {
    padding: 0 0 0 50px;
}

.text-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee #eee #eee #4698d0;
	border-color: #eee #eee #eee var(--primary);
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    color: #999;
    float: left;
    margin: 15px 0 30px;
    padding: 25px 30px;
}


/* shop-items
---------------------------------- */
.shop-item {
    background: #fff none repeat scroll 0 0;
/*    border: 1px solid #dedede;*/
    margin-top: 30px;
    margin-bottom: 0px;
    min-height: 500px;
    overflow: hidden;
    position: relative;
    text-align: center;
	border-bottom:7px solid #f39a37;
}
.shop-item:hover {
/*    border: 1px solid #F37D27;*/
	background-color:#FCFCFC;
	border-bottom:7px solid #C27B2C;
	cursor:pointer;
}
.shop-item .item-photo {
/*    background: #AFA29A none repeat scroll 0 0;*/
    margin: 0 auto;
    max-height: 160px;
	height:160px;
	overflow:hidden;
	text-align:center;
}
.shop-item .item-attrs {
    padding: 15px 9px;
}
.shop-item .item-attrs .item-oldprice {
    color: #666;
    font-size: 18px;
}
.shop-item .item-attrs .item-newprice {
    color: #333;
    font-size: 30px;
    line-height: 30px;
}
.shop-item .item-attrs .item-currency {
    color: #666;
    font-size: 20px;
}

.shop-item .item-content {
    font-size: 13px;
    padding: 16px;
	text-align:center;
}
.shop-item .item-content p, .shop-item .item-content ul {
    color: #333;
	text-align:center;
}
.shop-item .item-content h4 {
    font-size: 20px;
	font-weight:400;
	color:#4a4a4a;
	line-height:24px;
}

/*.shop-item ul li:before { content: "> "; }*/
.shop-item ul, .shop-item ul li {padding:0; margin:0;}

/* <i class="fa fa-envelope iconbox-icon"></i> */
.iconbox-icon::after {
    border-bottom: 8px solid #4698d0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0;
}
.iconbox-icon{
	border: 2px solid #4698d0;
	-webkit-border-radius: 75px; 
	-moz-border-radius: 75px; 
	border-radius: 75px; 
  	color: #57bcca;
	font-size: 50px;
	height: 142px;
	line-height: 142px;
	margin: 10px auto;
	position: relative;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 142px;
}
.iconbox-icon i{
	color:#333;
}
.iconbox-icon img{
	vertical-align:top;
}
.iconbox-icon:hover{
	border: 10px solid #4698d0;
}


/* animations
---------------------------------- */
@-webkit-keyframes menuIn {
  0% {top: -50px}
  100% {top: 0px}
}
@keyframes menuIn {
  0% {top: -50px}
  100% {top: 0px}
}




/* badges
---------------------------------- */
.badge.up {
    margin-left: -13px;
    padding: 3px 6px;
    position: relative;
    top: -12px;
}
.badge-info{
	background-color: #248FC5;
}
.badge-success{
	background-color: #47A447;
}


/* modals
---------------------------------- */
.modal-footer{
	background-color:#F5F5F5;
	text-align:left;
}


/* backgrounds */
.main-white{
	background-color:#ffffff;
	padding:20px 0;
}
.main{
	background-color:#F1F1F1;
	background-color:#F5F5F5;
	padding:20px 0;
}

.homepage{
	background-color:#F1F1F1;
}


/* fontawesome */
.fa-check-circle{
	color: #F39A37;
	color: #28B522;
}

/* et-line*/
.icon-plain-large {
    color: #242424;
    font-size: 80px;
    transition: all 0.3s ease-out 0s;
}
.icon-plain-medium {
    color: #242424;
    font-size: 60px;
    transition: all 0.3s ease-out 0s;
}
.icon-plain-small {
    color: #242424;
    font-size: 40px;
    transition: all 0.3s ease-out 0s;
}
.icon-plain-msmall {
    color: #242424;
    font-size: 32px;
    transition: all 0.3s ease-out 0s;
}
.icon-plain-tiny {
    color: #242424;
    font-size: 20px;
    transition: all 0.3s ease-out 0s;
}
.iconbox-dxlarge.color-primary,
.iconbox-xlarge.color-primary,
.iconbox-large.color-primary,
.iconbox-xmedium.color-primary,
.iconbox-medium.color-primary,
.iconbox-smedium.color-primary,
.iconbox-small.color-primary,
.iconbox-tiny.color-primary,
.iconbox-xtiny.color-primary {
  background-color: #ff971c;
}



/* side navigation category links
 ------------------------------ */
.category-links {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.category-links li {
	width: 100%;
	padding:0;
	margin: 0 0 0 0;
/*	float: left;*/
	border: 1px solid #eeeeee;
	font-size:14px;
}
.category-links .title{
	font-weight:bold;
	text-transform:uppercase;
	padding:10px;
}
.category-links a{
	display:block;
    border: medium none;
	border-left: 2px solid #fff;
	padding: 10px;
    color: #727272;
}
.category-links li a:hover, .category-links li a.active {
	color: #4698d0;
	color: var(--primary);
	border-left: 2px solid #4698d0;
	border-left: 2px solid var(--primary);
}
.category-links li:last-child {
	border-bottom: none;
}

.category-links li a:before{
/*	font-family: 'FontAwesome';
	content: '\f105';
	margin-right:5px;
	color:#ff971c;*/
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.col-fixed {
    /* custom width */
    width:320px;
}
.col-min {
    /* custom min width */
    min-width:320px;
}
.col-max {
    /* custom max width */
    max-width:320px;
}

/* callout*/
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 0 0 20px;
    padding: 20px;
	background-color: #fff;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: orange;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
	border-left-color: #4698d0;
    border-left-color: var(--primary);
}
.bs-callout-info h4 {
	color: #4698d0;
    color: var(--primary);
}



.grayDot, .blackDot, .yellow-grayDot, .yellowDot, .orange-grayDot, .orangeDot, .green-grayDot, .greenDot, .inactiveDot {
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    float: left;
    height: 10px;
    margin: 1px 5px 0 0;
    padding: 0 !important;
    width: 10px;
}
.yellow-grayDot::before, .orange-grayDot::before, .green-grayDot::before, .yellow-grayDot::after, .orange-grayDot::after, .green-grayDot::after {
    content: "";
    height: 10px;
    position: absolute;
    width: 5px;
}
.yellow-grayDot::before, .orange-grayDot::before, .green-grayDot::before {
    border-radius: 10px 0 0 10px;
    left: 0;
}
.yellow-grayDot::after, .orange-grayDot::after, .green-grayDot::after {
    border-radius: 0 10px 10px 0;
    left: 5px;
}
.blackDot {
    background-color: #000 !important;
}
.grayDot, .graybg {
    background-color: #c2c2c2 !important;
}
.yellow-grayDot::before {
    background-color: #c2c2c2 !important;
}
.yellow-grayDot::after {
    background-color: #f2c71d !important;
}
.yellowDot {
    background-color: #f2c71d !important;
}
.orange-grayDot::before {
    background-color: #c2c2c2;
}
.orange-grayDot::after {
    background-color: #ee8005;
}
.orangeDot {
    background-color: #ee8005 !important;
}
.green-grayDot::before {
    background-color: #c2c2c2 !important;
}
.green-grayDot::after {
    background-color: #00a651 !important;
}
.greenDot {
    background-color: #00a651 !important;
}
.inactiveDot {
    background-color: #f00 !important;
}


/* TLD LIST *******************************************************/

.list-tld div{
	display:block;
	padding:16px 20px 16px 10px;
	margin-right:20px;
}
.list-tld div:hover {
	background-color:#fcfcfc;
}
.list-tld a {
	color:#333;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;
	line-height: 20px;
	position:relative;
	display:block;
	
}
.list-tld a strong{
	font-weight: 600;
}
.list-tld span, .list-tld span.price, .list-tld strike.price  {
	line-height: 34px;
	font-size:12px;
	font-weight: 400;
	color:#aaa;
	margin-top:-8px;
}
.list-tld span.price{
	position: absolute;
	top:0px;
	right:5px;
	color:#169a00;
	font-size:20px;
	font-weight: 600;
}
.list-tld strike.price{
	position: absolute;
	top:30px;
	right:5px;
}
.list-tld a:hover { color: #00AEEF; text-decoration:none; cursor:pointer; }
.list-tld a.btn { color:#333; text-decoration:none; font-size:14px; font-weight:400; padding:0 20px;}

.list-tld li{
	border-bottom: 1px solid #dfdfdf;
	padding-left:0;
	padding-right:0;
}
.list-tld.two-cols li{
	width:49%; 
}
.list-tld.three-cols li{
	width:32%; 
	margin-right:10px;
}
.list-tld.five-cols li{
	width:19%; 
}
.list-tld.six-cols li{
	width:16%; 
}
/* TLD LIST *******************************************************/


.tld-promotions li{
	width:25%; 
	padding:10px 50px 0 0;
}
.tld-promotions li span{
	font-weight:normal;
	font-size:18px;
}
.tld-promotions li span a{
	color:#333;
	margin-right:10px;
}
@media only screen and (max-width: 500px) {

	.tld-promotions li{
		width:100%;
		text-align: center;
		padding:5px 10px;
	}
}



/* ***************************************************************
 * CONTINENTS LIST
 * **************************************************************
 */
ul.continents-list {
    margin: 0;
    padding: 0;
	margin-bottom:30px;
}
ul.continents-list li {
    display: inline-block;
    padding: 7px 0;
    background: #FFF;
	border: 1px solid #4698d0;
    border: 1px solid var(--primary);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: bold;
	margin-bottom:5px;
}
ul.continents-list li.active {
	background:#4698d0;
    background: var(--primary);
	color:#fff;
}
ul.continents-list li.active a{
	color:#fff;
}
ul.continents-list li.active a:hover{
	color:#eee;
}
ul.continents-list li a {
    display: block;
    padding:0 30px;
    text-align: center;
    font-size: 13px;
}
@media (min-width: 1200px) {
    ul.continents-list li a {
        padding:0 30px;
    }
}
@media only screen and (max-width: 500px) {
    ul.continents-list li {
        width:100% !important;
    }
}
/* CONTINENTS LIST *******************************************************/


/* switcher */
.switcher {
	display:none;
    position: fixed;
    top: 20%;
    transition: all 0.4s ease-in-out 0s;
    z-index: 99999;
}
.switcher .switcherWrappper {
    position: relative;
}
.switcher .switcherShowHide {
/*    background-color: #F39A37;*/
	background-color: rgba(58, 58, 58, 0.8);
    border-radius: 0 2px 2px 0;
	border:0;
    color: #ffffff;
    font-size: 21px;
    height: 50px;
    left: 100%;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 20%;
    width: 50px;
	transition: all 0.3s ease-out 0s;
}
.switcher .switcherShowHide:hover {
	background-color:#4698d0;
	background-color: var(--primary);
	transition: all 0.3s ease-out 0s;
}
.switcher .switcherShowHide i {
    font-size: 20px;
}
.switcher .switcherContents {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0 2px 2px 0;
/*    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5); */
	padding:10px;
    width: 231px;
}
.switcher .switcherContents header {
	background-color:#4698d0;
    background-color: var(--primary);
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.switcherContent {
    border-bottom: 1px solid #cccccc;
}
.switcherContent .title {
    display: block;
    margin-bottom: 20px;
	color:#fff;
}
.switcherContent:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}
.switcher.opened {
    left: 0 !important;
}
.switcher li {
    border:none;
	font-size: 14px !important;
	padding: 2px;
}
.switcher li a {
	font-size: 13px !important;
	padding: 2px;
	padding-left:10px;
}


/* socials */
.widget {
	margin-top:20px;
}
ul.social-wrap {
	padding:0;
	margin-bottom:0;
}
ul.social-wrap li {
	display:inline-block;
}
ul.social-wrap > li > a span {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 36px;
	color: #fff;
	margin: 0 3px 3px 0;
	text-align: center;
	vertical-align: middle;
}
ul.social-wrap li a span:hover {
	background:#4698d0;
	background: var(--primary);
	color:#ffffff !important;
}
ul.social-wrap .fa-facebook {
	background:#3b5998;
	color: white;
} 
ul.social-wrap .fa-linkedin {
	background:#007bb6;
	color: white;
}
ul.social-wrap .fa-twitter {
	background:#00aced;
	color: white;
}
ul.social-wrap .google-plus {
	background:#dd4b39;
	color: white;
}


/* price-table */

.price-table-two .price-column { width: 50%; }
.price-table-three .price-column { width: 33%; }
.price-table-four .price-column { width: 25%; }
.price-table-five .price-column { width: 20%; }
.price-table-six .price-column { width: 16.66%; }
.price-column { float: left; margin: 10px 0;}
.price-column.last{margin-right:0;}

@media (max-width: 979px) {
.price-table-two .price-column { width: 50%; }
.price-table-three .price-column { width: 50%; }
.price-table-four .price-column { width: 50%; }
.price-table-five .price-column { width: 50%; }
}
@media (max-width: 480px) {
.price-table-two .price-column { width: 100%; }
.price-table-three .price-column { width: 100%; }
.price-table-four .price-column { width: 100%; }
.price-table-five .price-column { width: 100%; }
}
.price-column{
	padding:8px;
}
@media only screen and (max-width: 500px) {
	.price-column{
		width:100% !important;
	}
}
.price-column .product{
	border: 1px solid #ececec;
	background: #FFFFFF;
}
.price-column .product ul{padding:0; margin:0;}
.price-column .product-title{
    overflow: hidden;
    position: relative;
	height:140px;
	text-align: center;
}
.price-column .product-title a{
    display: block;
    overflow: hidden;
    position: relative;
	background-color:#ececec;
	max-height:180px;
	text-align:center;
}
.price-column .product-title-2{
	display: block;
	text-align: center;
	border-radius: 15px 15px 0px 0px;
	padding:20px 20px 0;
}
.product-icon{
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 27px;
	border-radius: 50%;
	margin-top: -40px;
	display: inline-block;
}
.price-column .product-title-2 .product-icon{
	background: #42454a;
	border: 3px solid white;
	color: #fff;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 27px;
	border-radius: 50%;
	margin-top: -40px;
	display: inline-block;
}
.price-column .product-title-3{
	display: block;
	text-align: center;
}
.price-column .product-title-3 .product-icon{
	border: 2px solid white;
	color: #fff;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 27px;
	border-radius: 50%;
	margin-top: 30px;
	display: inline-block;
}
.price-column .product-features{
	margin:10px 0 0;
	padding:0;
}
.price-column .product-features li{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #efefef;
	color: #6f6f6f;
	text-align: center;
}
.price-column .product-features li:nth-child(even) {
    
}
.price-column .product-features li h3{
	color:#333;
	font-size:18px;
	font-weight: 600;
	padding: 0 10px;
}
.price-column .product-features h4 {
    font-size: 14px;
	line-height: 150%;
	font-weight: normal;
    margin: 0 0 8px;
	padding: 0 10px;
}
.price-column .product-description {
	padding:0 20px;
}
.price-column .product-price{
	text-align: center;
	padding-top:10px !important;
	padding-bottom:30px !important;
	font-size: 13px;
	font-weight: 400;
	color:#ffffffcc;
	display:block;
	clear:both;
	white-space: nowrap;
}
.price-column .product-price .price
{
	font-size: 33px;
	font-weight:600;
	color:#4698d0;
	color:var(--primary);
}
.price-column .product-price .leading {
	margin: 10px 0 0;
	padding-bottom: 0;
}
.price-column .product-price .currency {
	/*vertical-align: super;*/
	font-size: 26px !important;
}
.price-column .product-price .cents {
	font-size: 25px !important;
}
.price-column .product-price sup {
    top:0;
	font-size: 26px;
	margin-right:6px;
}
.price-column .product-price del {
	display:block;
    color: #999;
}
.price-column .product-price.small .price{
	font-size: 22px;
}
.price-column .product-btn {
	padding:20px 10px !important;
}
.price-column .product-price.white .price{
	color:#fff;
}

/* .price-table-1 */
.price-table-1 .price-column .product-features li:nth-child(even) {
    background-color: #f7f8fA !important;
}
/* .price-table-1 */

/* .price-table-2 */
.price-table-2 .price-column .product {
	background: #f3f3f3;
	color: #676a6f;
	font-size: 14px;
	border-radius: 5px;
	border:none;
}
.price-table-2 .price-column .product-features li {
    font-weight: 300;
}
.price-table-2 .price-column .product-features li{
	border-bottom: 1px solid #E5E5E5;
}
.price-table-2 .price-column .product-features li h3{
	font-weight: 500;
	font-size: 16px;
	color: #252525;
	text-transform: uppercase;
	margin: 25px 0 12px 0;
}
.price-table-2 .price-column .product-btn a {
	background-color: #252525;
	color:white;
	border:0;
}
.price-table-2 .price-column .product-btn a:hover {
	opacity:0.5;
}
/* active */
.price-table-2 .price-column.active .product {
	background:#4698d0;
	background: var(--primary);
	color: white;
}
.price-table-2 .price-column.active .product-title-2 .product-icon{
	background:#4698d0;
	background: var(--primary);
	border: 3px solid white;
}
.price-table-2 .price-column.active .product-features li {
    color: white;
}
.price-table-2 .price-column.active .product-features li{
	border-bottom: 0;
}
.price-table-2 .price-column.active .product-features li h3{
	color: white;
}
.price-table-2 .price-column.active .product-btn a {
	background-color: white;
	color:#333 !important;
	border: 1px solid white;
}



/* .price-table-3 */
.price-table-3 .price-column .product {
	background: #384752;
	color: white;
	font-size: 14px;
	border-radius: 5px;
	border:none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.price-table-3 .price-column .product-features li {
    font-weight: 300;
}
.price-table-3 .price-column .product-features li{
	border-bottom: 0;
	color: #CCC;
}
.price-table-3 .price-column .product-features li h3{
	font-weight: 600;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	margin: 25px 0 8px 0;
}
.price-table-3 .price-column .product-btn a {
	/*background-color: #57595e;*/
	color:white;
	border:0;
}
.price-table-3 .price-column .product-btn a:hover {
	background-color: white;
	color:#57595e !important;
}
/* active */
.price-table-3 .price-column.active .product {
	background:#4698d0;
	background: var(--primary);
	color: white;
}
.price-table-3 .price-column.active .product-title-2 .product-icon{
	background:#4698d0;
	background: var(--primary);
	border: 3px solid white;
}
.price-table-3 .price-column.active .product-features li {
    color: white;
}
.price-table-3 .price-column.active .product-features li{
	border-bottom: 0;
}
.price-table-3 .price-column.active .product-features li h3{
	color: white;
}
.price-table-3 .price-column.active .product-btn a {
	background-color: white;
	color:#333 !important;
	border: 1px solid white;
}








.product-info-cart .addcart-link {
    background: #675F58 none repeat scroll 0 0;
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 8px 14px;
    position: relative;
	text-align:center;
}
.percent-saleoff::after {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 12px solid #ed321e;
    bottom: -12px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.percent-saleoff {
    background: #ed321e none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    left: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -7px;
    width: 70px;
}
.percent-saleoff span {
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 99;
}
.percent-saleoff label {
    display: block;
    font-size: 14px;
    margin: 2px 0 -4px;
}



/* fullscreen overlay */
.full-overlay{
	display:none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	background-color: rgba(238, 238, 238, 0.98);
	z-index: 99999 !important;
}
.full-overlay .close{
    position: fixed;
    top: 15px;
    right: 15px;
    color: #333;
	opacity: 1;
	padding: 10px 17px;
	font-size: 64px;
	font-weight: 100;
}

.full-overlay.blue{
	color:#fff;
	background-color: rgba(56,99,160,.97);
}
.full-overlay .close{
	color:#fff;
}



#search input[type="search"]{
    position: absolute;
    top: 50%;
    width: 100%;
    color: #333;
    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;
}
#search .btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}




#loginBox .loginBoxContent{
	position: relative;
    top: 15%;
    width: 25%;
    margin: 0px auto;
	text-align: center;
}
#loginBox input[type="text"], #loginBox input[type="password"]{
	font-size:16px;
    font-weight: 300;
    margin: 10px auto;
	height: auto;
	padding:10px 15px;
    outline: none;
	color:#333;
}
#loginBox .btn{
    width:100%;
}



/* Box ricerca domini */
#boxSearch{
	background-color: #f3f3f3;
    padding: 20px;
	font-size: 16px;
}

/* iframe dove vengono lanciate le richieste di whois*/
.das_iframe { 
	display:none; margin: 0; padding: 0; border: none; width: 0;height: 0;
}




/**************************************************************************************************/

/* box ricerca per nuove estensioni gtld */
.box-ntld-search{ background-color:#F3F3F3; border-radius:5px; padding:10px 20px; margin-bottom:20px;}

/* box ricerca per estensioni regionali */
.box-regional-search{  background-color:#F3F3F3; border-radius:5px; padding:10px 20px; display:none; margin-bottom: 20px;}

/*div[class^="box-region-"] .domain {
}
div[class^="box-region-"] .tld {
	font-weight: 600;
	color: #333;
}
div[class^="box-region-"] .response {
	font-size:13px;
}
div[class^="box-region-"] .options{
	text-align:right;
}*/
div[class^="box-region-"] .response .domain-error, 
div[class^="box-region-"] .response .domain-syntax-error, 
div[class^="box-region-"] .response .domain-blacklist, 
div[class^="box-region-"] .response .domain-blocked {
    background-color: #c00;
    color: #fff;
    padding: 1px 5px;
	margin:0;
    transition: border 0.2s ease-in-out 0s;
}
div[class^="box-region-"] .response .domain-premium {
    background-color: #ff6;
    color: #333;
    padding: 1px 5px;
	margin:0;
    transition: border 0.2s ease-in-out 0s;
}
div[class^="box-region-"] .response .domain-free {
/*    background-color: #390;*/
    color: #5ca829;
    padding: 1px 5px;
	margin:0;
}
div[class^="box-region-"] .response .domain-taken {
    color: #f00;
    padding: 1px 5px;
	margin:0;
}
div[class^="box-region-"] .response .domain-whois,
div[class^="box-region-"] .response .domain-www {
    color: #AAA;
}

#contracts{
	margin-top:20px;
}

/* iconcine pagina contatti */
#tools{
	display:block;
	margin-bottom:20px;
	text-align: right
}
#tools a{
	padding:5px;
	margin:5px;
	border:1px solid #CCC;
	color:#333;
	text-decoration:none;
}
#tools a:hover { text-decoration:underline;}
#tools a span{ margin-left:20px; }
#tools .btn { font-size: 12px;}

.info-price{
	font-size: 16px;
	font-weight: bold;
}


/* .domain-search */
.domain-search{
	font-size: 2.7rem;
	font-weight: 200;
}
/* .domain-search */


/* .single-domain-search */

.single-domain-search {
	position:relative;
	display:inline-block;
	padding: 30px;
	width:100%;
}
.single-domain-search a{
	color:#333;
}
.single-domain-search a:hover{
	text-decoration: underline;
}
.single-domain-search .main-area{
	float:left;
}
.single-domain-search .domain{
	margin-bottom:10px;
	font-size:20px; 
	font-weight:600;
	word-break: break-all;
    transition: border 0.2s ease-in-out 0s;
}
.single-domain-search.domain-blocked .domain::before{
	font-family: 'Fontawesome';
	font-size:32px;
	content: "";
	margin-right:5px;
	vertical-align: middle;
	color:red;
	display:inline-block;
}
.single-domain-search .response {
	font-size:16px;
}
.single-domain-search .response::before {
	font-family: 'Fontawesome';
	font-size:18px;
	margin-right:5px;
}
.single-domain-search .actions-area {
	float:right;
	text-align: right;
}

.single-domain-search.domain-error,
.single-domain-search.domain-syntax-error,
.single-domain-search.domain-blacklist,
.single-domain-search.domain-blocked {
	background-color:#fff;
	border-left: 3px solid #d60600;
	/*border:2px dashed red;*/
	color:red;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
.single-domain-search.domain-error .response,
.single-domain-search.domain-syntax-error .response,
.single-domain-search.domain-blacklist .response,
.single-domain-search.domain-blocked .response{color:red;}
.single-domain-search.domain-error .response::before,
.single-domain-search.domain-syntax-error .response::before,
.single-domain-search.domain-blacklist .response::before,
.single-domain-search.domain-blocked .response::before{content: "\f057";}

.single-domain-search.domain-premium {
	background-color:#fff;
	border-left: 3px solid skyblue;
	color: #333;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
.single-domain-search.domain-premium .response{color: #333;}
.single-domain-search.domain-premium .response::before{content: "\f05a";}

.single-domain-search.domain-free {
	background-color:#fff;
	border-left: 3px solid #38cc59;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
.single-domain-search.domain-free .response{color: #090;}
.single-domain-search.domain-free .response::before{content: "\f00c";}

.single-domain-search.domain-taken {
	background-color:#fff;
	border-left: 3px solid orange;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
.single-domain-search.domain-taken .response{color:orange}
.single-domain-search.domain-taken .response::before{content: "\f05e";}

.single-domain-search .btnKartAdd::before
{
	font-family: 'Fontawesome';
	content: "\f067";
	margin-right:5px;
	color:#fff;
}


.restrictions_box{
	display: none; width: 80%; height: 80%; background-color: #FFFFFF; border: 2px solid #888; padding: 10px;
}
.restrictions_box .content{
	position: absolute; left: 10px; top: 30px; height: 180px; width: 500px; overflow: auto;
}
.restrictions_box_close{
	position: absolute; right: 10px;
}

/* filter panel*/
.domain-search-filters {
	margin-top:20px;
}

/* tabella risultato verifica domini */
.domain-search-result{
	width:100%;
	background-color: #fff;
	max-width: 100%;
	margin-top:10px;
	margin-bottom: 20px;
	/*border: solid 1px #DFDFDF;*/
}
.domain-search-result tr td {
	background-color: #fff;
	line-height: 40px;
	font-size:14px;
	color: rgb(180, 180, 180);
	border: 0;
	border-bottom:1px solid #f2f2f2;
	padding: 0px 10px;
	text-align:center;
	vertical-align: top;
}
.domain-search-result tr:nth-child(odd) td {
    background-color: #F8F9FA !important;
	/*background-color:#F5F7FA;*/
}


.domain-search-result .domain-flag{
	max-width: 25px;
	vertical-align: top;
}
.domain-search-result .domain-name{
	text-align: left;
}
	.domain-search-result img{
		max-width:24px;
		margin-right:5px;
	}
	.domain-search-result .domain{
	}
	.domain-search-result .tld{
		font-weight: 600;
		color: #333;
	}
	.domain-search-result .notes{
		margin-left:10px;
		color: orange;
		font-size:12px;
	}
.domain-search-result .domain-price {
	text-align: left;
}
	.domain-search-result .price{
		color:#6d6d6d;
		font-weight:bold;
		font-size:14px;
	}
	.domain-search-result .price-promo{
		color:#5cb85c;
		font-weight:600;
		font-size:14px;
	}
	.domain-search-result .price-original{
		color:rgba(105,105,105,0.5);
		font-weight:normal;
		font-size:14px;
		text-decoration: line-through;
		margin-left:10px;
	}
	.domain-search-result .price-original::after{
		font-family: "Fontawesome";
		content: "\f02c";
		margin-left:5px;
		color:red;
	}
.domain-search-result .domain-restrictions{
	max-width: 25px;
	display: none;
}
.domain-search-result .domain-response{
	text-align: center;
}
.domain-search-result .buttons{
	text-align: right;
	
}
.domain-search-result .domain-error,
.domain-search-result .domain-syntax-error,
.domain-search-result .domain-blacklist,
.domain-search-result .domain-blocked {
	color: #B04020;
	font-size: 13px;
	border: 1px solid #B04020;
	border-radius: 6px;
	padding: 0 10px;
}

.domain-search-result .domain-premium {
	font-size:12px;
}
.domain-search-result .domain-free {
	color: #10945F;
	font-size: 13px;
	border: 1px solid #10945F;
	border-radius: 6px;
	padding: 0 10px;
}
.domain-search-result .domain-taken {
	font-size: 13px;
	border: 1px solid #ff9c00;
	border-radius: 6px;
	padding: 0 10px;
	color: #ff9c00;
}
.domain-search-result.domain-taken .domain::before{
	font-family: 'Fontawesome';
	content: "\f06a";
}
.domain-search-result .btnKartAdd::before{
	font-family: 'Fontawesome';
	content: "\f067";
	margin-right:5px;
	color:#fff;
}
.btn-search-all{
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    text-decoration: none;
    color: rgba(105,105,105,0.8);
}
.btn-search-all::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(105,105,105,0.8);
}





.cc_container{
	background-color: #007a9d;
}




/*Accordion*/
.faqs-accordion .panel{
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: #f9f9f9;
}
.faqs-accordion .panel + .panel{
  margin-top: 10px;
}
.faqs-accordion .panel .panel-heading{
  background: #f7f7f7;
  padding: 0;
}
.faqs-accordion .panel .panel-heading .panel-title a{
  line-height: 46px;
  color: #443a44;
}
.faqs-accordion .panel .panel-heading .panel-title a:before{
  font-size: 18px;
  line-height: 10px;
  height: 10px;
	border-right:1px solid #4698d0;
  border-right: 1px solid var(--primary);
  font-weight: bold;
	color:#4698d0;
  color: var(--primary);
  width: 35px;
  margin: 18px 15px 18px 0;
  text-align: center;
  float: left;
}
.faqs-accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:before{
	/*content: "▼";*/
  	content: '-';
}
.faqs-accordion .panel .panel-heading .panel-title a:before,
.faqs-accordion .panel .panel-heading .panel-title a[aria-expanded="false"]:before{
/*	content: "▶";*/
  	content: '+';
	
}
.faqs-accordion .panel .panel-collapse .panel-body{
  border: none;
  padding: 15px 35px 25px 50px;
  line-height: 24px;
}





/* dividers */
.line-bottom-double-line-centered {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.line-bottom-double-line-centered:after {
  bottom: 7px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 45px;
}
.line-bottom-double-line-centered:before {
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 20px;
}


/* tooltips */
.tooltip{
    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:10px;
    font-size:14px;
    opacity:0;
    filter:alpha(opacity=0)
}
.tooltip.in{
    opacity:.8;
    filter:alpha(opacity=80)
}
.tooltip-inner{
    padding:10px 15px;
    color:#fff;
    text-align:center;
    font-weight:normal;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: 1px solid #333;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
	border-top-color: #333 !important;
	border-width: 0 5px 5px;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	display:block;
	/*height: 345px;*/
	margin-bottom: 0px;
	background-color: #333;
}
.carousel h1{
	font-family: inherit;
	font-size:36px;
	font-weight: 100;
	color:#fff;
}
.carousel p{
	font-family: inherit;
	font-weight: 100;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	display:block;
	position: relative;
	left:0;
	top:30px;
	z-index: 10;
	text-shadow: none;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 300px;
	background-color:#181e27;
	background-color: var(--dark-blue);
}

.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}
.carousel-indicators li, 
.carousel-indicators li.active{
}

/*.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-inner>.item>img {

}*/
	

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */



/* DATATABLE
-------------------------------------------------- */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
    color: #fff !important;
	border: 1px solid #4698d0 !important;
    border: 1px solid var(--primary) !important;
	background-color: #4698d0 !important;
    background-color: var(--primary) !important;

}
/* DATATABLE
-------------------------------------------------- */


/* RATING
-------------------------------------------------- */
.rating-style-1{
}
.rating-style-1 span{
    display: inline-block;
    font-size: 0;
	margin-right:3px;
}
.rating-style-1 span:before{
	position: relative;
    font: 24px/1 FontAwesome;
    display: block;
    content: "\f005";
    color: #ccc;
}

.rating-style-2{
}
.rating-style-2 span{
    display: inline-block;
    font-size: 0;
	margin-right:3px;
}
.rating-style-2 span:before{
	position: relative;
    font: 24px/1 FontAwesome;
    display: block;
    content: "\f004";
    color: #ccc;
}

.rating-1 span:nth-child(1):before{
    color: #f0ad4e;
}
.rating-2 span:nth-child(1):before,
.rating-2 span:nth-child(2):before{
    color: #f0ad4e;
}
.rating-3 span:nth-child(1):before,
.rating-3 span:nth-child(2):before,
.rating-3 span:nth-child(3):before{
    color: #f0ad4e;
}
.rating-4 span:nth-child(1):before,
.rating-4 span:nth-child(2):before,
.rating-4 span:nth-child(3):before,
.rating-4 span:nth-child(4):before{
    color: #f0ad4e;
}
.rating-5 span:before{
    color: #f0ad4e;
}
/* RATING
-------------------------------------------------- */


/* SSL - SUPPORTED BY 
-------------------------------------------------- */
.supported-by ul li:before {
 display:none
}
.supported-by li {
 padding:0 3px;
 height:36px;
 line-height:36px;
 display:block
}
.supported-by li .ico {
 width:25px;
 height:25px;
 background:url(/assets/img/ssl/browsers.png);
 display:inline-block;
 vertical-align:middle
}
.supported-by li.lotus .ico {
 background-position:-25px 0
}
.supported-by li.mailapp .ico {
 background-position:-50px 0
}
.supported-by li.msentourage .ico {
 background-position:-75px 0
}
.supported-by li.msoutlook .ico {
 background-position:-100px 0
}
.supported-by li.msoutlookexpress .ico {
 background-position:-125px 0
}
.supported-by li.thebat .ico {
 background-position:-150px 0
}
.supported-by li.thunderbird .ico {
 background-position:-175px 0
}
.supported-by li.winmail .ico {
 background-position:-200px 0
}
.supported-by li.aol .ico,.supported-by li.aol5 .ico {
 background-position:-225px 0
}
.supported-by li.chrome .ico {
 background-position:-250px 0
}
.supported-by li.firefox .ico,.supported-by li.firefox1 .ico {
 background-position:-275px 0
}
.supported-by li.ie .ico,.supported-by li.ie5 .ico {
 background-position:-300px 0
}
.supported-by li.mozilla .ico {
 background-position:-325px 0
}
.supported-by li.mozillaSuite .ico {
 background-position:-425px 0
}
.supported-by li.camino .ico {
 background-position:-450px 0
}
.supported-by li.netscape .ico,.supported-by li.netscape4 .ico {
 background-position:-350px 0
}
.supported-by li.opera .ico,.supported-by li.opera7 .ico {
 background-position:-375px 0
}
.supported-by li.safari .ico,.supported-by li.safari1 .ico {
 background-position:-400px 0
}
/* SSL - SUPPORTED BY 
-------------------------------------------------- */


.circle {
      display: inline-block;
      width: 55px;
      height: 55px;
      overflow: hidden;
      border-radius: 50%;
	border: 2px solid #4698d0;
      border: 2px solid var(--primary);
      color: #fff;
      text-align: center;
}
.circle i {
        font-size: 25px;
        margin-top: 14px;
}
.circle.blue {
        color: #175671;
}
.circle.green {
        background-color: #4cd964;
        color: #175671;
}




/* find domains */
.find_domain{
	background-color: #f5f5f5;
	color:#101010;
	background: url(/assets/img/bg/bg-grey.jpg);
	background-size:cover;
}
.find_domain.dark{
	background-color: #233141;
	color:#FFFFFF;
}
.find_domain .domain_search .form_title h5 {
  	color:#101010;
  	font-weight: 300;
}
.find_domain .domain_search .form_title h2 {
  	font-size: 36px;
	color:#4698d0;
  	color:var(--primary);
  	margin-bottom: 10px;
}
.find_domain .domain_search .form_title p {
  	line-height: 18px;
 	font-weight: 300;
	color:#101010;
}


/* .home-promo*/
.home-promo{
	background-color:#394753;
	background-color: var(--grey-blue);
}
.home-promo .promo.price_list {
	text-align: left;
}
.home-promo .promo.price_list a,
.home-promo .promo.price_list li {
	padding: 0 10px;
	color:#fff;
	text-transform: uppercase;
	line-height: 33px;
}
.home-promo .promo.price_list a {
	
}
.home-promo .promo.price_list a:hover{
	background:none;
	text-decoration: underline;
	color:#F0B341;
}
.home-promo .promo.price_list li + li {
  /*border-right: 1px solid #2980B9;*/
}
.home-promo .promo.price_list li:last-child {
  border-right: none;
}
.home-promo .promo.price_list li:first-child {
  padding-left: 0px;
	color: #fff;
}
@media only screen and (max-width: 500px) {

	.home-promo .promo.price_list li{
		width:100%;
		text-align: center;
	}
}



/*=========================================================================

 20. Sitemap
 
========================================================================= */


.site-map { margin: 0 0 40px 0; float: left; width: 100%; }
#site-map li { width: 20%; }
#site-map li ul li { width: 100% !important; }

/* --------	Top Level --------- */
#site-map { margin: 0; float: left; width: 100%; }
#site-map #home { display: block; float: none; background: #ffffff url('/assets/img/sitemap/ST1-center.png') center top no-repeat; position: relative; z-index: 2; }
#site-map li { float: left; background: url('/assets/img/sitemap/ST1-center.png') center top no-repeat; padding: 30px 0; margin-top: -30px; }
#site-map li a.main { background: none repeat scroll 0 0 #A56AB6; border: 1px solid #854A96; color:#fff; }
#site-map li a.main:hover { background: none repeat scroll 0 0 #BA7FCB; border: 1px solid #A56AB6; }
#site-map li a { margin: 0 20px 0 0; padding: 10px 0; display: block; font-size: 13px; font-family: 'Roboto', Arial, sans-serif; font-weight: 600; text-align: center; color: black; background: none repeat scroll 0 0 #c3eafb; border: 1px solid #b5d9ea; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;  }
#site-map li a:hover { background-color: #6ACAF3; border-color: #3A9AC3; }
#site-map li:last-child { background: url('/assets/img/sitemap/ST1-right.png') center top no-repeat; }

/* --------	Second Level --------- */
#site-map li li { width: 100%; clear: left; margin-top: 0; padding: 10px 0 0 0; background: url('/assets/img/sitemap/ST-vertical-line.png') center bottom repeat-y; }
#site-map li li a { background-color: #cee3ac; border-color: #b8da83; color:black;}
#site-map li li a:hover { border-color: #94b75f; background-color: #e7f1d7; }
#site-map li li:first-child { padding-top: 30px; }
#site-map li li:last-child { background: url('/assets/img/sitemap/ST-vertical-line.png') center bottom repeat-y; }

/* --------	Third Level --------- */

#site-map li li ul { margin: 10px 0 0 0; width: 100%; float: right; padding: 9px 0 0 0; background: #ffffff url('/assets/img/sitemap/ST3-ul-top.png') center top no-repeat; }
#site-map li li li { background: url('/assets/img/sitemap/ST3-center.png') left center no-repeat; padding: 5px 0; }
#site-map li li li a { background-color: #fff7aa; border-color: #e3ca4b; width: 80%; float: right; }
#site-map li li li a:hover { background-color: #FADF4C; border-color: #CDB21F; }
#site-map li li li:first-child { padding: 15px 0 5px 0; background: url('/assets/img/sitemap/ST3-li-top.png') left center no-repeat; }
#site-map li li li:last-child { background: url('/assets/img/sitemap/ST3-bottom.png') left center no-repeat; }


/* mouse grab icon */
/* <a class='grabbing'... */
.grabbing { cursor: url(/assets/img/grabbing.png) 8 8, move; }



/* Home Offer*/
.HomeOfferBox{background:#ff5e3a;width:100%;color:#fff;padding:10px;text-align:center;position:relative;z-index:1000;}
.HomeOfferBox #offer-home{color:#000;font-weight:800;}
.HomeOfferBox h2{padding:10px 0 0px;line-height:36px;}
.HomeOfferBox h2,
.HomeOfferBox h3{color:#fff !important;padding:0px !important;margin:0px !important;}
.HomeOfferBox h2{background:#fedc45;color:#000 !important;position:absolute !important;padding:10px 12px 11px 50px !important;top:-8px;left:0;z-index:1;}
.HomeOfferBox h2:after{left:100%;right:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136, 183, 213, 0);border-left-color:#fedc45;border-width:28px;margin-left:0;top:0;}
.HomeOfferBox h2:before{content:'';position:absolute;left:0%;width:0;height:0;border-top:28px solid transparent;border-bottom:28px solid transparent;top:0;border-left:30px solid #ff5e3a;clear:both;}
.HomeOfferBox .persant{margin-top:10px !important;}
.HomeOfferBox .coupon h3,
.HomeOfferBox .coupon p{font-weight:bold !important;font-size:14px;}
.HomeOfferBox .coupon{border:1px dashed #000;padding:2px 6px;width:100%;margin:0 20px 0 0px;display:inline-block;font-size:12px;position:relative;}
.HomeOfferBox .coupon p,
.HomeOfferBox .offer-end p{margin-bottom:0px;}
.HomeOfferBox .coupon:before{content:"\f0c4";font-family:"FontAwesome";font-size:15px;color:#fff;margin:0 10px 0 0;position:absolute;left:15px;top:7px;}
.HomeOfferBox .btn-close{margin-top:5px;}


/* ==============================
   18 = Combo Offers
	http://demo.trewsoft.com/iconhost/themes/blue/combo-offers.html
   ============================== */
.combo-offers{background:#fff;border:1px solid #e8e8e8;position:relative;}
.combo-offers:after{}
.combo-offers .combo-header{border-bottom:1px solid #e8e8e8;padding:15px 20px;}
.combo-offers .combo-header h3{font-weight:600;text-align:center;}
.combo-offers .combo-title{margin-top:15px;}
.combo-offers .combo-title{background:#fedc45;display:inline-block;padding:12px 10px;margin:0;position:relative;}
.combo-offers .combo-title h3,.combo-offers .combo-title h4{position:relative;margin-left:50px !important;}
.combo-offers .combo-title:after{content:'';position:absolute;left:100%;width:0;height:0;border-top:31px solid transparent;border-bottom:31px solid transparent;top:0;border-left:31px solid #fedc45;clear:both;}
.combo-offers .combo-title:before{content:'';position:absolute;left:0%;width:0;height:0;border-top:31px solid transparent;border-bottom:31px solid transparent;top:0;border-left:31px solid #fff;clear:both;}
.combo-offers .combo-title h3,.combo-offers .combo-title h4{padding:0px 20px 0 20px;margin:0;}
.combo-offers .combo-header h4{margin:0px;}
.combo-offers .combo-offer{padding:30px 15px;position:relative;border-right:1px solid #ccc;min-height:250px;}
.combo-offers .combo-offer:after{content:'\e095';font-family:"simple-line-icons";font-weight:normal;font-style:normal;margin:0px 0px 0px 10px;text-decoration:none;right:-17px;z-index:10000;font-size:35px;top:40%;position:absolute;background:#fff;}
.combo-offers .combo-offer:last-child:after{display:none;}
.combo-offers .combo-offer:last-child{border-right:0px;}
.combo-offers .combo-offer h3{font-weight:600;margin:0;font-size: 1.5em;}
.combo-offers .combo-offer h5{font-weight:500;margin:0;}
.combo-offers .combo-offer .bundles-product{font-weight:300;color:#777;line-height: 25px;}
.combo-offers .somains-sub{margin-top:10px;}
.combo-offers .somains-sub p{font-size:14px;}
.combo-offers .combo-pricing{text-align:center;float:right;}
.combo-offers .combo-buy{margin-left:20px;float:right;}
.combo-offers .combo-price{display:block;font-size:2.2em;font-weight:900;position:relative;top:10px;}
.combo-offers .combo-note{font-size:11px;display:block;}
.combo-offers .combo-month{font-size:16px;position:relative;left:-8px;}
.combo-icon i{font-size:5em; font-weight: 900;color: #B31B67;}
.combo-offers ul{margin-bottom:0px;margin:0;padding:0;}
.combo-offers ul li{font-size:14px;font-weight:100;line-height:21px;color:#9bcb44;list-style:disc;padding:0 0 6px 0;text-align:left;list-style-type:circle;margin-left:20px;line-height:15px;}
.combo-offers ul li span{color:#1b1b1b;}



/* tables*/

.table-list {
	padding: 0;
	border-spacing: 0;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-top:20px;
	margin-bottom: 20px;
	width: 100%;
}
.table-list th {
	padding: 18px 10px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	background-color:#4698d0;
	background-color: var(--primary);
}
.table-list td {
	padding: 13px 10px;
	text-align: center;
	background-color: #f5f5f5;
}

.table-list tr {
	border-bottom: 1px solid #e1e1e1;
}

.table-list td.hilit {
	padding: 13px 10px;
	text-align: center;
	background-color: #fff;
}



.table-list-2 {
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-top:20px;
	margin-bottom:20px;
	width: 100%;
}
.table-list-2 th {
	padding: 18px 10px;
	background-color: #eee;
}
.table-list-2 td {
	padding: 13px 10px;
	text-align: center;
	background-color: #f5f5f5;
}
.table-list-2 tr:hover td {
	background-color: #f9f9f9;
}


.table-list-3{
	width:100%;
	background-color: #fff;
	max-width: 100%;
	margin-top:20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.table-list-3 tr th{
    background: #394753;
	background: var(--grey-blue);
	color: #fff;
	font-size: 15px;
	font-weight: normal !important;
	text-transform: uppercase;
	padding:20px 20px;
	text-align:center;
}
.table-list-3 tr td {
	background-color: #fff;
	border: 1px solid #f7f8fA;
	padding: 10px 20px;
	text-align:center;
	vertical-align: top;
}
.table-list-3 tr:nth-child(odd) td {
    background-color: #f8f8f8 !important;
}
.table-list-3 tr td:first-child {
	font-weight: 600;
	font-size:15px;
}
.table-list-3 tr th:nth-of-type(1),
.table-list-3 tr td:nth-of-type(1){
	text-align:left;
}
.table-list-3 tr td .fa.fa-check:before{
	position: relative;
	font-size: 22px;
    display: block;
    content: "\f058";
    color: darkseagreen;
/*
	/* tick 
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjMTQ0ZTdjIi8+Cjwvc3ZnPgo=);
    height: 16px;
    margin: auto;
    width: 16px;*/
}
.table-list-3 tr.featured td{
	background-color:lightyellow!important;
}
.table-list-3 tr.featured td:first-child{
	position: relative;
}
/*.table-list-3 tr.featured td:first-child::before{
  content: '*';
  color:white;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-width: 7.5px;
  border-style: solid;
  border-color: red red transparent transparent;
}*/
.table-list-3 tr.featured td:first-child {
    position: relative;
}
.table-list-3 tr.featured td:first-child::before {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #D53324;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border-bottom-width: 30px;
    border-left-width: 30px;
    left: 0;
    top: 0;
}
.table-list-3 tr.featured td:first-child::after {
    color: white;
    content: "\f005";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    font-size: 9px;
    left:5px;
    top: -2px;
}


.table-list-4 {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	margin-top:20px;
	margin-bottom:20px;
	width: 100%;
}
.table-list-4 th {
	padding: 18px 10px;
	text-align: center;
	color: #3a3a3a;
	background-color: #ebebeb;
	border: 1px solid #d2d2d2;
}
.table-list-4 td {
	padding: 13px 20px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}

.table-list-5 {
	background-color: #fff;
	border: 1px solid #D9D9D9;
	margin-top:20px;
	margin-bottom:20px;
	width: 100%;
}
.table-list-5 th {
	padding: 17px;
	background-color: #42454a;
	border: 1px solid #D9D9D9;
	color: #ffffff;
	font-size: 18px;
}
.table-list-5 td {
	border: 1px solid #D9D9D9;
	padding: 20px 8px 15px;
	background: #f3f3f3;
	font-weight: 400;
	color: #252525;
}
.table-list-5 tr:first-child td {
	background: #cccccc;
	font-size: 12px;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
}



.table-list-6{
	width:100%;
	background-color: #fff;
	max-width: 100%;
	margin-top:20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.table-list-6 tr th{
	background:#394753;
    background: var(--grey-blue);
	color: #fff;
	font-size: 15px;
	font-weight: 300 !important;
	padding:20px 10px !important;
	text-align:left;
}
.table-list-6 tr td {
	background-color: #fff;
	color:#81878C;
	padding: 10px 20px;
	text-align:left;
	vertical-align: top;
}
.table-list-6 tr:nth-child(odd) td {
    background-color: #F3F6F8 !important;
}
.table-list-6 tr td:first-child {
	font-weight: 600;
	font-size:15px;
}
.table-list-6 tr td .fa.fa-check:before{
	position: relative;
	font-size: 22px;
    display: block;
    content: "\f058";
    color: darkseagreen;
}



/* .table-list-legal */
.table-list-legal td{
	padding:10px;
}
.table-list-legal td a {
	font-size: 14px;
	color:#515151;
}
.table-list-legal td a:hover {
	text-decoration: underline;
}
.table-list-legal td a .fa {
	font-size: 24px; margin-right:10px;
}
/* .table-list-legal */


.products-table {
	min-width:100%;
	border:1px solid #DFE0E5;
	font-family: "Roboto", sans-serif;
	background: #F7F7F7;
	margin: 80px 0 20px;
}
.products-table thead th {
	background: #343844 none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.17);
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	width: 12%;
}
.products-table thead th:first-child {
	width: 28%;
}
@media only screen and (max-width: 768px) {
	.products-table thead th, 
	.products-table tbody td {
		display: none;
	}
	.products-table thead th:first-child, 
	.products-table tbody td:first-child {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.products-table thead th:last-child, 
	.products-table tbody td:last-child {
		display: inline-block;
		float: left;
		width: 50%;
	}
}
.products-table th {
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	padding: 20px;
	color: #6E6E6E;
	font-size: 15px;
	background: #fff;
}
.products-table td {
  border-bottom: 1px solid #dfe0e5;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  min-height: 91px;
}
.products-table td:last-child,
.products-table thead th:last-child { text-align: center; }
.products-table tr.even, 
.products-table tr.alt, 
.products-table tr:nth-of-type(even) {
	background: #fff!important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.products-table tr:hover, 
.products-table tr:nth-of-type(2n):hover {
	background: none repeat scroll 0 0 #eee !important;
}
.products-table tr a, 
.products-table tr:nth-of-type(2n) a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.products-table tr:hover a, 
.products-table tr:nth-of-type(2n):hover a {
	background: none repeat scroll 0 0 #666666 !important;
}
.products-table td span a {
	background: none repeat scroll 0 0 #f76742;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	color: #ffffff;
	display: block;
	font-size: 12px;
	margin: 0 20px;
	padding: 10px 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.products-table td span a:hover {
	background:#282828 !important;
	text-decoration: none;
}




/* product-price */
.product-price .price{
	font-size: 36px;
	font-weight:600;
	color:#4698d0;
	color:var(--primary);
}
.product-price .leading {
	margin: 10px 0 0;
	padding-bottom: 0;
}
.product-price .period {
	display:block;
}
.product-price .currency {
	/*vertical-align: super;*/
	font-size: 26px !important;
}
.product-price .cents {
	font-size: 25px !important;
	/*color: #d3d3d3 !important;*/
}
.product-price sup {
    top:0;
	font-size: 26px;
	margin-right:6px;
}
.product-price del {
	display:block;
    color: #999;
}
.product-price.small .price{
	font-size: 22px;
}
.product-price.small .currency {
	/*vertical-align: super;*/
	font-size: 18px !important;
}


/* ===================================== */
/* products-table-1                                   */
/* ===================================== */
.products-table-1-outer {
    border: 15px solid rgba(0, 0, 0, 0.05);
    margin: 0px 0 20px;
}
.products-table-1 {
    text-align: center;
    margin-bottom: 0;
	background-color: #fff;
}
.products-table-1 > thead > tr > th {
    padding: 0;
    text-align: center;
	border-bottom-width: 1px;
	background-color: #fff;
}
.products-table-1 tr td:first-child{
   min-width:200px;
   max-width:220px;
	background-color: #fff;
}
.products-table-1 .popular {
    position: relative;
}
.products-table-1 .popular::before {
    border-bottom: 60px solid transparent;
    border-left: 60px solid #D53324;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border-bottom-width: 40px;
    border-left-width: 40px;
    left: 0;
    top: 0;
}
.products-table-1 .popular::after {
    color: white;
    content: "\f005";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    font-size: 12px;
    left:7px;
    top: 3px;
}
.products-table-1 .pricing-header {
    padding: 15px 10px;
	font-weight:300;
}
.products-table-1 .pricing-header h5{
    font-size: 21px;
    font-weight: 600;
}
.products-table-1 .pricing-price {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    color: #D53324;
    padding: 10px;
	min-width:200px;
	margin: -8px;
}
.products-table-1 .pricing-price-currency {
    vertical-align:20%;
	font-size:31px;
	position:relative;
	left:-5px;
	top:2px;
}
.products-table-1 .pricing-price-number {
    font-size: 41px;
    font-weight: 300;
}
.products-table-1 .pricing-price-request {
    font-size: 30px;
	line-height:59px;
    font-weight: 300;
}
.products-table-1 .pricing-title {
    padding-left: 20px !important;
    text-align: left;
    vertical-align: middle !important;
}
.products-table-1 .pricing-title.fullrow{
	background-color:#394753;
	background-color: var(--grey-blue);
	color:#FFFFFF;	
	font-size:1.2em;
	border:none;
}
.products-table-1 .pricing-title div{
	cursor:default;
	font-size:1.1em;
	color:#909090;
	position:relative;
	top:1px;
}
.products-table-1 .pricing-title .moreinfo {
	display:none;
	position: absolute;
	top: 100%;
	padding: 10px 15px;
	z-index: 99; 
	display: none;
	color: #595959;
	background-color:#F2F2F2;
	width:200px;
	border-radius:4px;
	font-size:13px;
	line-height:19px;
	font-family: sans-serif !important;
}
.products-table-1 .pricing-title:hover .moreinfo {
	display: block;
}


/* ===================================== */
/* Tags                                   */
/* ===================================== */
.tags a { display: inline-block; margin: 0 4px 12px 0; padding-left: 15px; position: relative; }
.tags a span { background-color: rgba(0, 0, 0, 0.047); color: #000 ! important; display: block; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 600; height: 32px; line-height: 32px; max-width: 100%; overflow: hidden; padding: 0px 12px; text-overflow: ellipsis; transition: all 0.16s ease 0s; white-space: nowrap; }
.tags a:hover span { background-color: rgba(0, 0, 0, 0.07); }
.tags a:before { border-bottom: 16px solid transparent; border-right: 15px solid rgba(0, 0, 0, 0.047); border-top: 16px solid transparent; content: ""; height: 0px; left: 0px; position: absolute; top: 0px; transition: all 0.16s ease 0s; width: 0px; }
.tags a:hover:before { border-right-color: rgba(0, 0, 0, 0.07); }
.tags a:after { background-color: #FFFFFF; border-radius: 50%; content: ""; height: 9px; left: 11px; position: absolute; top: 11px; width: 9px; }

.tag {
  padding: 0 20px;
  line-height: 35px;
  background: #f1f6f8;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #443a44;
  margin-bottom: 5px;
  margin-right: 5px;
  float: left;
}
.tag:hover {
	background:#4698d0;
  background: var(--primary);
  color: #fff;
  font-weight: 500;
  margin-right: -2px;
}


/* ===================================== */
/* Steps                                   */
/* ===================================== */
.steps {
	background: #fff;
	border:2px solid #f3f3f3;
	border-radius:6em; color: #5a5a5a;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 35px;
	position: relative;
	text-align: center;
	top:-10px;
}
.steps:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(114, 172, 148, 0);
	border-top-color: #f3f3f3;
	border-width: 10px;
	margin-left: -10px;
}


/* ==============================
   15 = Counters
   ============================== */
.counter-grid{ width:100%; height:100px; background-color: #fff;  border:1px solid #ededed;}
.counter-grid{ text-align:center;}
.counter-grid .counter{ text-align:center; font-size:3em; font-weight: 600; line-height:60px;}
.counter-grid span{ font-size:1em}


/* ==============================
   15 = date
   ============================== */
.mydate { position: relative; left: 0; top: -7px; background: none repeat scroll 0 0 #F4F4F4; color: #161616; font-family: 'Open Sans', sans-serif; font-weight: 600; float: left; width: 49px; margin: 12px 35px 9px 0; text-align: center; }
.mydate span { display: block; text-transform: lowercase; }
.mydate .day { font-size: 24px; line-height: 1em; padding: 8px 0; }
.mydate .month { background: none repeat scroll 0 0 #161616; color: #fff; font-size: 10px; margin-top: 0; text-transform: uppercase; }




/* ==============================
   15 = sidebar
   ============================== */
.sidebar .widget{
	border:1px solid #f3f3f3;
	padding:10px;
	margin-bottom:40px;
	border-top:5px solid #4698d0;
	border-top:5px solid var(--primary);
}
.sidebar{
	background:#fff;
}
.sidebar .widget h3.badge{
	border-radius:3px;
	padding:12px;
	display:block;
	font-size:18px;
	text-align:left;
	font-weight:600;
	background:transparent;
	color:#434343;
	margin-top:0px;
}
.sidebar .widget ul{padding:0;margin:0;list-style:none;}
.sidebar .widget ul li{padding:9px 6px 9px 20px;border-bottom:1px solid #EDEDED;font-weight:300;position:relative;}
.sidebar .widget ul li.active{background-color:aliceblue;}
.sidebar .widget ul li:before{position:absolute;top:9px;left:5px;display:block;font-family:"FontAwesome";font-weight:400;content:"\f105";}
.sidebar .widget ul li span.badge{float:right; background:#4698d0; background:var(--primary);}
.sidebar .widget ul li:last-child{border-bottom:0px;padding-bottom:0px;}
.sidebar .widget ul li a{color:#6E6E6E;}
.sidebar .widget ul li a:hover{color:#2951a1;}


/*=========================================================================

 09. Breadcrumbs e Multisteps
 
=========================================================================*/
.owl-breadcrumb,
.owl-multi-steps {
	width: 90%;
	max-width: 768px;
	padding: 0.5em 1em;
	margin: 0 auto;
	/*background-color: #edeff0;*/
	border-radius: .25em;
}
.owl-breadcrumb:after,
.owl-multi-steps:after {
	content: "";
	display: table;
	clear: both;
}
.owl-breadcrumb li,
.owl-multi-steps li {
	display: inline-block;
	float: left; margin: 0.5em 0;
}
.owl-breadcrumb li em,
.owl-multi-steps li em{
	font-style: normal;
}
 .owl-breadcrumb li::after, .owl-multi-steps li::after {
	display: inline-block;
	content: '\00bb';
	margin: 0 .6em;
	color: #e74c3c;
}
.owl-breadcrumb li:last-of-type::after, .owl-multi-steps li:last-of-type::after {
	display: none;
}
.owl-breadcrumb li > *,
.owl-multi-steps li > * { /* single step */ display: inline-block; color: #000; }

.owl-breadcrumb li.current > *,
.owl-multi-steps li.current > * { /* selected step */ color: #e74c3c; }

.no-touch .owl-breadcrumb a:hover,
.no-touch .owl-multi-steps a:hover { /* steps already visited */ color: #e74c3c; }
.owl-breadcrumb.custom-separator li::after, 
.owl-multi-steps.custom-separator li::after {
	content: '';
	height: 16px;
	width: 16px;
	background: url(/assets/img/icons/owl-arrow.svg) no-repeat center center;
	vertical-align: middle;
}
.owl-breadcrumb.custom-icons li > *::before, 
.owl-multi-steps.custom-icons li > *::before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: .4em;
	margin-top: -2px;
	background: url(/assets/img/icons/owl-custom-icons-01.svg) no-repeat 0 0;
	vertical-align: middle;
}
.owl-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .owl-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
	background-position: -20px 0;
}
.owl-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .owl-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
	background-position: -40px 0;
}
.owl-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .owl-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
	background-position: -60px 0;
}
.owl-breadcrumb.custom-icons li.current:first-of-type > *::before, .owl-multi-steps.custom-icons li.current:first-of-type > *::before {
	background-position: 0 -20px;
}
.owl-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .owl-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
	background-position: -20px -20px;
}
.owl-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .owl-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
	background-position: -40px -20px;
}
.owl-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .owl-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
	background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
	
	.owl-breadcrumb, .owl-multi-steps {
		padding: 0 1.2em;
	}
	.owl-breadcrumb li, .owl-multi-steps li {
		margin: 1.2em 0;
	}
	.owl-breadcrumb li::after, .owl-multi-steps li::after {
		margin: 0 1em;
	}
	.owl-breadcrumb li > *, .owl-multi-steps li > * {
		font-size: 15px;
	}
}
/* -------------------------------- 

Triangle breadcrumb

-------------------------------- */
@media only screen and (min-width: 768px) {
	
	.owl-breadcrumb.triangle {
		background-color: transparent;
		padding: 0;
	}
	.owl-breadcrumb.triangle li {
		position: relative;
		padding: 0;
		margin: 4px 4px 4px 0;
	}
	.owl-breadcrumb.triangle li:last-of-type {
		margin-right: 0;
	}
	.owl-breadcrumb.triangle li > * {
		position: relative;
		padding: 1em .8em 1em 2.5em;
		color: #2c3f4c;
		background-color: #edeff0;
		border-color: #edeff0;
	}
	.owl-breadcrumb.triangle li.current > * {
		color: #ffffff;
		background-color: #e74c3c;
		border-color: #e74c3c;
	}
	.owl-breadcrumb.triangle li:first-of-type > * {
		padding-left: 1.6em;
		border-radius: .25em 0 0 .25em;
	}
	.owl-breadcrumb.triangle li:last-of-type > * {
		padding-right: 1.6em;
		border-radius: 0 .25em .25em 0;
	}
	.no-touch .owl-breadcrumb.triangle a:hover {
		color: #ffffff;
		background-color: #000000;
		border-color: #000000;
	}
	.owl-breadcrumb.triangle li::after, .owl-breadcrumb.triangle li > *::after {
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		height: 0;
		width: 0;
		border: 24px solid transparent;
		border-right-width: 0;
		border-left-width: 20px;
	}
	.owl-breadcrumb.triangle li::after {
		z-index: 1;
		-webkit-transform: translateX(4px);
		-moz-transform: translateX(4px);
		-ms-transform: translateX(4px);
		-o-transform: translateX(4px);
		transform: translateX(4px);
		border-left-color: #ffffff;
		margin: 0;
	}
	.owl-breadcrumb.triangle li > *::after {
		z-index: 2;
		border-left-color: inherit;
	}
	.owl-breadcrumb.triangle li:last-of-type::after, .owl-breadcrumb.triangle li:last-of-type > *::after {
		display: none;
	}
	.owl-breadcrumb.triangle.custom-separator li::after {
		background-image: none;
	}
	.owl-breadcrumb.triangle.custom-icons li::after, .owl-breadcrumb.triangle.custom-icons li > *::after {
		border-top-width: 25px;
		border-bottom-width: 25px;
	}
/*	@-moz-document url-prefix() {
		.owl-breadcrumb.triangle li::after, .owl-breadcrumb.triangle li > *::after {
		border-left-style: dashed;
	}*/
}
/* -------------------------------- 

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */
@media only screen and (min-width: 768px) {
	.no-touch .owl-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .owl-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .owl-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .owl-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
		background-position: 0 -40px;
	}
	.no-touch .owl-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .owl-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .owl-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .owl-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
		background-position: -20px -40px;
	}
	.no-touch .owl-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .owl-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .owl-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .owl-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
		background-position: -40px -40px;
	}
	.no-touch .owl-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .owl-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .owl-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .owl-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
		background-position: -60px -40px;
	}
}
/* -------------------------------- 

Multi steps indicator 

-------------------------------- */
@media only screen and (min-width: 768px) {
	
	.owl-multi-steps {
		background-color: transparent;
		padding: 0;
		text-align: center;
	}
	.owl-multi-steps li {
		position: relative;
		float: none;
		margin: 0.4em 40px 0.4em 0;
	}
	.owl-multi-steps li:last-of-type {
		margin-right: 0;
	}
	.owl-multi-steps li::after {
		position: absolute;
		content: '';
		height: 4px;
		background: #edeff0;
		margin: 0;
	}
	.owl-multi-steps li.visited::after {
		background-color: #e74c3c;
	}
	.owl-multi-steps li > *, .owl-multi-steps li.current > * {
		position: relative;
		color: #2c3f4c;
	}
	.owl-multi-steps.custom-separator li::after {
		height: 4px;
		background: #edeff0;
	}
	.owl-multi-steps.text-center li::after {
		width: 100%;
		top: 50%;
		left: 100%;
		-webkit-transform: translateY(-50%) translateX(-1px);
		-moz-transform: translateY(-50%) translateX(-1px);
		-ms-transform: translateY(-50%) translateX(-1px);
		-o-transform: translateY(-50%) translateX(-1px);
		transform: translateY(-50%) translateX(-1px);
	}
	.owl-multi-steps.text-center li > * {
		z-index: 1;
		padding: .6em 1em;
		border-radius: .25em;
		background-color: #edeff0;
	}
	.no-touch .owl-multi-steps.text-center a:hover {
		background-color: #000000;
	}
	.owl-multi-steps.text-center li.current > *, .owl-multi-steps.text-center li.visited > * {
		color: #ffffff;
		background-color: #e74c3c;
	}
	.owl-multi-steps.text-center.custom-icons li.visited a::before {
		background-position: 0 -60px;
	}
	.owl-multi-steps.text-top li, .owl-multi-steps.text-bottom li {
		width: 80px;
		text-align: center;
	}
	.owl-multi-steps.text-top li::after, .owl-multi-steps.text-bottom li::after {
		position: absolute;
		left: 50%;
		width: calc(100% + 40px);
	}
	.owl-multi-steps.text-top li > *::before, .owl-multi-steps.text-bottom li > *::before {
		content: '';
		position: absolute;
		z-index: 1;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 12px;
		width: 12px;
		border-radius: 50%;
		background-color: #edeff0;
	}
	.owl-multi-steps.text-top li.visited > *::before, .owl-multi-steps.text-top li.current > *::before, .owl-multi-steps.text-bottom li.visited > *::before, .owl-multi-steps.text-bottom li.current > *::before {
		background-color: #e74c3c;
	}
	.no-touch .owl-multi-steps.text-top a:hover, .no-touch .owl-multi-steps.text-bottom a:hover {
		color: #e74c3c;
	}
	.no-touch .owl-multi-steps.text-top a:hover::before, .no-touch .owl-multi-steps.text-bottom a:hover::before {
		-webkit-box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.3);
		-moz-box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.3);
		box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.3);
	}
	.owl-multi-steps.text-top li::after {
		bottom: 4px;
	}
	.owl-multi-steps.text-top li > * {
		padding-bottom: 20px;
	}
	.owl-multi-steps.text-top li > *::before {
		bottom: 0;
	}
	.owl-multi-steps.text-bottom li::after {
		top: 3px;
	}
	.owl-multi-steps.text-bottom li > * {
		padding-top: 20px;
	}
	.owl-multi-steps.text-bottom li > *::before {
		top: 0;
	}
}

/* -------------------------------- 

Add a counter to the multi-steps indicator 

-------------------------------- */
.owl-multi-steps.count li {
	counter-increment: steps;
}
.owl-multi-steps.count li > *::before {
	content: counter(steps) " - ";
}
.owl-multi-steps.count li.visited a:before,
.owl-multi-steps.count li.visited em:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	color:#fff !important;
}
@media only screen and (min-width: 768px) {
	
	.owl-multi-steps.text-top.count li > *::before, 
	.owl-multi-steps.text-bottom.count li > *::before {
		content: counter(steps);
		height: 26px;
		width: 26px;
		line-height: 26px;
		font-size: 15px;
		color: #ffffff;
	}
	.owl-multi-steps.text-top.count li:not(.current) em::before, 
	.owl-multi-steps.text-bottom.count li:not(.current) em::before {
		color: #2c3f4c;
	}
	.owl-multi-steps.text-top.count li::after {
		bottom: 11px;
	}
	.owl-multi-steps.text-top.count li > * {
		padding-bottom: 34px;
	}
	.owl-multi-steps.text-bottom.count li::after {
		top: 11px;
	}
	.owl-multi-steps.text-bottom.count li > * {
		padding-top: 34px;
	}
}




/* captcha */
.captcha{
	width:200px;
	padding:6px 10px;
}
.captchapict{
	/*width:200px;*/ 
}
.captcha{
	
}



/*
 .bouncing-loader
https://atomiks.github.io/30-seconds-of-css/

<div class="bouncing-loader">
  <div></div>
  <div></div>
  <div></div>
</div>
*/
@keyframes bouncing-loader {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0.1;
    transform: translateY(-1rem);
  }
}
.bouncing-loader {
  display: flex;
  justify-content: center;
}
.bouncing-loader > div {
  width: 1rem;
  height: 1rem;
  margin: 3rem 0.2rem;
  background: #8385aa;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}
/* .bouncing-loader */



/*
	.donut
	https://atomiks.github.io/30-seconds-of-css/

	<div class="donut"></div>
*/
@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.donut {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #7983ff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: donut-spin 1.2s linear infinite;
}
/* .donut */


/*
	.shape-separator
	https://atomiks.github.io/30-seconds-of-css/

	<div class="shape-separator"></div>
*/
.shape-separator {
  position: relative;
  height: 48px;
  background: #333;
}
.shape-separator::after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTEyIDEybDEyIDEySDBsMTItMTJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  position: absolute;
  width: 100%;
  height: 24px;
  bottom: 0;
}
/* .shape-separator */



.load {
	content: " ";
    background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjODY4Yjk1IiB3aWR0aD0iNzc1IiBoZWlnaHQ9IjIwOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMDUiIGN5PSIxMDUiIHI9Ijk4Ij48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7LjY1Oy4zOy4zOy4zOy42NTsiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMzgxIiBjeT0iMTA1IiByPSI5OCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIuMzsuNjU7MTsuNjU7LjM7LjM7IiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjY3MSIgY3k9IjEwNSIgcj0iOTgiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iLjM7LjM7LjM7LjY1OzE7LjY1OyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L3N2Zz4=);
    background-size: 28px;
    background-repeat: no-repeat;
    height: 20px;
}

/* fascia background sotto a contenuto*/
.bgunder{
	background: #f7f7f7;
	margin-top: -277px;
	height: 305px;
	-webkit-box-shadow: inset 0px -7px 40px 4px rgba(0,0,0,0.03);
	-moz-box-shadow: inset 0px -7px 40px 4px rgba(0,0,0,0.03);
	box-shadow: inset 0px -7px 40px 4px rgba(0,0,0,0.03);
}





/* ssl */
.DV_ssl_validation{
	border-radius: 50%;
	padding:6px;
	background-color:grey;
	color:#fff;
	font-size: 11px;
}
.OV_ssl_validation{
	border-radius: 50%;
	padding:6px;
	background-color:#00A2FF;
	color:#fff;
	font-size: 11px;
}
.EV_ssl_validation{
	border-radius: 50%;
	padding:6px;
	background-color:#10945F;
	color:#fff;
	font-size: 11px;
}

[class*="_ssl_validation"].big{
	font-size: 20px;
	padding:20px;
	display:inline-block;
	margin-bottom:10px;
}




/* .gallery-masonry*/
.gallery-masonry {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}	
.gallery-masonry img{
	width: 100%;
	padding: 7px 0;
}
@media (max-width: 500px) {
	.gallery-masonry {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}
}


.grid-items{}
.grid-items img{
	max-width:180px;
	margin-bottom:10px;
}
.grid-items h4{
	font-weight: 600;
}
.grid-items p{
	color:#444;
}


.policy h4{
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom:10px !important;
	margin-top:30px !important;
}
.policy li{
	margin-bottom:10px;
}



/* 
	usability Skit-to-main 
	https://accessibility.oit.ncsu.edu/it-accessibility-at-nc-state/developers/accessibility-handbook/mouse-and-keyboard-events/skip-to-main-content/
*/
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.label-seal {
    color: #539f4b;
    border: 1px solid #539f4b;
}
.label-issuance {
    color: #a89912;
    border: 1px solid #a89912;
}


/* Slider tld homepage*/
.home-promos-slider {
	position: relative;
}

.home-promos-slider ul {
	list-style: none;
	margin: 0 -5px;
	overflow: hidden;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.home-promos-slider li {
	box-sizing: border-box;
	margin: 0;
	padding: 0 5px;
	-webkit-flex: 0 0 15%;
	-moz-flex: 0 0 15%;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
}

.home-promos-slider .home-promos-item,
.home-promos-slider .home-promos-item:hover {
	background: #f6f6f6;
	color: #353535;
	display: block;
	height: 140px;
	text-decoration: none;
}

.home-promos-slider .home-promos-logo {
	height: 100px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.home-promos-logo {
	color: #3C4858;
	font-size: 62px;
	font-weight: bold;
}

.home-promos-logo * {
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
}

.home-promos-logo img {
	height: auto;
	width: 50%;
}

.home-promos-price {
	background: #eee;
	box-sizing: border-box;
	font-size: 15px;
	height: 40px;
	line-height: 1.1;
	padding: 5px 14px 0 0;
	position: relative;
	text-align: right;
}

.home-promos-item:hover .home-promos-price {
	background: #e8e8e8;
}

.home-promos-item:hover .home-promos-logo {
	opacity: 0.8;
}

.home-promos-price del {
	color: #999;
	display: block;
	font-size: 12px;
	text-decoration: none;
	/*text-decoration: line-through;*/
}

.home-promos-price .badge {
	background: #5CA829;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 0 8px;
	position: absolute;
	top: 6px;
	left: 8px;
}

.home-promos-slider-prev,
.home-promos-slider-next {
	cursor: pointer;
	fill: none;
	height: 36px;
	padding: 18px 13px;
	position: absolute;
	top: 30px;
	left: -44px;
	stroke: #ccc;
	stroke-width: 2;
	transition: 0.15s linear;
	-moz-user-select: none;
	user-select: none;
	width: 18px;
}

.home-promos-slider-next {
	left: auto;
	right: -44px;
}

.home-promos-slider-prev:hover,
.home-promos-slider-next:hover {
	stroke: #888;
}

.home-promo-nextanim {
	animation: home-promo-next 0.2s ease;
}

.home-promo-prevanim {
	animation: home-promo-prev 0.2s ease;
}
@media (max-width: 768px) {
	.home-promos-slider-prev,
	.home-promos-slider-next {
		display:none;
	}
	.home-promos-price .badge{
		display:none;
	}
}
@keyframes home-promo-next {
	0% {margin-left: 0;}
	100% {margin-left: -15%;}
}

@keyframes home-promo-prev {
	0% {margin-left: -15%;}
	100% {margin-left: 0;}
}