body{
	background-color: #E5E5E5 !important;
}

/*
body {
	background: url("/wp-content/uploads/2015/10/banner_skin.jpg") no-repeat scroll center top white !important;
	padding-top:100px !important;

}
*/

#bglink{
  display:block;
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:0;
  text-indent:-500000em;
}

body .genesis-nav-menu a:hover, body .genesis-nav-menu .current-menu-item > a, body .content .entry-meta .entry-comments-link a{
	background-color: #51A1C5;
}

.post h2, .post h3, .post h1, .post h4 {
font-family: "Bitter","Noticia Text","Times New Roman",serif;
}


body.single-post .post .entry-header h2 {
    background-color: #51A1C5;
    color: #FFFFFF;
    display: block;
    font-size: 1.2em;
    margin-left: -18px;
    padding: 10px 10px 10px 18px;
}

body.single-post .post .entry-content > h3:first-child {
    background-color: white;
    color: black;
    font-size: 1.3em;
    margin: 0px 0 10px -18px;
    padding: 5px 5px 5px 18px;
}

.post .entry-content h3 {
    background-color: #999999;
    color: #FFFFFF;
    display: block;
    font-size: 1.3em;
    margin: 40px 0 10px -18px;
    padding: 5px 5px 5px 18px;
}

/*style all p before an h3 tag*/
.post .entry-content h3+p {
    margin-bottom:10px;
}

p.post-meta {
margin-top: -1.2em;
text-align:right;
}

/*Homepage posts and reviews*/
#featured-post-13 .post, #featured-post-3 .post {
margin-bottom:5px;
padding-bottom: 0px;
}


.sidebar{
	float: right;
	max-width:300px;
	width:300px;
}

.content .entry-content img{
}
.sidebar .aldansam {
	text-align: center;
}

.sidebar img{
	/*max-width: 50px; removed due to ads */
	float:right;
}

.sidebar .widget-title, .content .widget-title, .comment-reply-title, .related-title{
	color: white;
	background: #51A1C5 !important;
	border-bottom: 2px solid #333333;
    padding: 10px;
    text-align: left;
}
.sidebar .post{
	border-bottom: 1px solid #CCCCCC;   
    padding-bottom: 0;
}
.sidebar .post, .content .post{
	background: none;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.sidebar .post h2{
	font-size:15px;
	font-weight:bold;
}

aside.header-widget-area section{
	border:1px solid #333;
	padding:0
}

.site-container {
	-webkit-box-shadow: 0px 3px 2px 2px rgba(34, 34, 34, 0.15);
	-moz-box-shadow:    0px 3px 2px 2px rgba(34, 34, 34, 0.15);
	box-shadow:         0px 3px 2px 2px rgba(34, 34, 34, 0.15);
	margin: 0 auto 0rem !important;
	padding:18px !important;
	z-index: 10 !important;
	position: relative !important;
}


.entry-pagination{
	margin:20px 0;
}

/** NEW HOWTO LIST */

.howtoListNew {}

.howtoListNew article .lessonNumber {
	background:url(/images/hostingtalk-lezione-guida.png) no-repeat;
	width:96px;
	height: 96px;
	margin-right:10px;
	float:left;
}

.howtoListNew article .lessonNumber div {
	-webkit-transform: rotate(313deg);
	-moz-transform: rotate(313deg);
	-o-transform: rotate(313deg);
	-ms-transform:rotate(313deg);
	color:white;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 27px;
	padding: 11px 0 0 30px;
}

.howtoListNew article .info {
	float:left;
	width:640px;
}



div#allSiteCategoriesBar {

	position: absolute; top: 35px; right:0;
	/*width: 180px;*/
	padding: 10px 15px;
	padding-top: 0;
	font-size: 10pt;
	z-index: 999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	text-align:right;

	color: #000000;
	border: 1px solid #9B9B9B;
	
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #eeeeee, #cccccc); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #eeeeee, #cccccc); /* FF3.6+ */
	background: -ms-linear-gradient(top, #eeeeee, #cccccc); /* IE10 */
	background: -o-linear-gradient(top, #eeeeee, #cccccc); /* Opera 11.10+ */
	background: linear-gradient(top, #eeeeee, #cccccc); /* W3C */
}

div#allSiteCategoriesBar  ul{
	list-style:none;
}

#taxonomyArea{
	position:relative;
	margin-bottom:15px;
	text-align:right;
}

#trigger {
	font-size: 10pt;
	margin: 10px 0 0 0;
	padding-left: 25px;
	height: 26px;
	/*float: right;*/
	clear:right;
	background: url(/images/article_icon_s.png) no-repeat;
}

.triggerButton.active {
	padding: 5px 32px 5px 10px;
	
	border: 1px solid #04609E;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	color: #FFF;
	
	background: #004E82;
	background-image: url(../images/down-arrow.png) center right no-repeat; /* fallback */
	background: url(/images/down-arrow.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#004E82), to(#04609E)); /* Saf4+, Chrome */
	background: url(/images/down-arrow.png) center right no-repeat, -webkit-linear-gradient(top, #004E82, #04609E); /* Chrome 10+, Saf5.1+ */
	background: url(/images/down-arrow.png) center right no-repeat,    -moz-linear-gradient(top, #004E82, #04609E); /* FF3.6+ */
	background: url(/images/down-arrow.png) center right no-repeat,     -ms-linear-gradient(top, #004E82, #04609E); /* IE10 */
	background: url(/images/down-arrow.png) center right no-repeat,      -o-linear-gradient(top, #004E82, #04609E); /* Opera 11.10+ */
	background: url(/images/down-arrow.png) center right no-repeat,         linear-gradient(top, #004E82, #04609E); /* W3C */
}

.triggerButton {
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
	padding: 5px 10px;
	border: 1px solid #04609E;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	color: #FFF;
	
	background: #004E82;
	background: -webkit-gradient(linear, left top, left bottom, from(#004E82), to(#04609E)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #004E82, #04609E); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #004E82, #04609E); /* FF3.6+ */
	background: -ms-linear-gradient(top, #004E82, #04609E); /* IE10 */
	background: -o-linear-gradient(top, #004E82, #04609E); /* Opera 11.10+ */
	background: linear-gradient(top, #004E82, #04609E); /* W3C */
}

span#triggerButton h1 {
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
	display: inline;
	color: #FFF;
}

.triggerButton.active:hover {
	border: 1px solid #056DB2;
	
	background: #04609E;
	background: url(/images/down-arrow.png) no-repeat center right; /* fallback */
	background: url(/images/down-arrow.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, from(#04609E), to(#056DB2)); /* Saf4+, Chrome */
	background: url(/images/down-arrow.png) no-repeat center right, -webkit-linear-gradient(top, #04609E, #056DB2); /* Chrome 10+, Saf5.1+ */
	background: url(/images/down-arrow.png) no-repeat center right,    -moz-linear-gradient(top, #04609E, #056DB2); /* FF3.6+ */
	background: url(/images/down-arrow.png) no-repeat center right,     -ms-linear-gradient(top, #04609E, #056DB2); /* IE10 */
	background: url(/images/down-arrow.png) no-repeat center right,      -o-linear-gradient(top, #04609E, #056DB2); /* Opera 11.10+ */
	background: url(/images/down-arrow.png) no-repeat center right,         linear-gradient(top, #04609E, #056DB2); /* W3C */
}

.triggerButton.Up {
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
	padding: 5px 32px 5px 10px;
	
	border: 1px solid #0EC0ED;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	color: #FFF;
	
	background: #04609E;
	background: url(/images/up-arrow.png) no-repeat center right; /* fallback */
	background: url(/images/up-arrow.png) no-repeat center right, -webkit-gradient(linear, left top, left bottom, from(#04609E), to(#056DB2)); /* Saf4+, Chrome */
	background: url(/images/up-arrow.png) no-repeat center right, -webkit-linear-gradient(top, #04609E, #056DB2); /* Chrome 10+, Saf5.1+ */
	background: url(/images/up-arrow.png) no-repeat center right,    -moz-linear-gradient(top, #04609E, #056DB2); /* FF3.6+ */
	background: url(/images/up-arrow.png) no-repeat center right,     -ms-linear-gradient(top, #04609E, #056DB2); /* IE10 */
	background: url(/images/up-arrow.png) no-repeat center right,      -o-linear-gradient(top, #04609E, #056DB2); /* Opera 11.10+ */
	background: url(/images/up-arrow.png) no-repeat center right,         linear-gradient(top, #04609E, #056DB2); /* W3C */
}
#siteCategoriesLeft, #siteCategoriesRight {
	float: left;
}



#homeDesc {
    border: 2px dashed #000000;
    font-size: 12px;
    margin: 10px;
    padding: 10px;
}
#homeDesc h3{
	font-size:18px;
}
#homeDesc strong{
	font-size:14px;
}
footer.site-footer{
	padding:0;
}
.site-footer .topStrip {
	/*overflow:hidden;*/
	padding-bottom:60px;
}

.site-footer .topStrip div.cnt {
    font-size: 11pt;
    height: 245px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-top: 20px;
    width: 300px;
	text-align:left;
}
.site-footer .bottomStrip {
    padding: 20px 0 0;
}
.site-footer .bottomStrip div.cnt {
    font-size: 9pt;
    height: 80px;
    padding-top: 10px;
    text-align: center;
}

.site-footer .topStrip div.cnt h4 {
    color: #FFFFFF;
    font-size: 14pt;
}
.site-footer .topStrip div.cnt p {
    font-size: 10pt;
}
.site-footer .topStrip div.cnt img {
    vertical-align: middle;
}
.site-footer .topStrip div.logo {
    margin-left: 0;
    padding-left: 0;
    width: 200px;
}
.site-footer .topStrip div.cnt ul li {
    list-style: disc inside none;
}
.site-footer .topStrip div.cnt ul.footerInfo li {
    list-style-type: none;
}
.site-footer .topStrip div.cnt ul li a {
    font-size: 10pt;
}
.site-footer .topStrip div.cnt div.balloonTop {
    height: 22px;
    margin-top: 5px;
    width: 242px;
}
.site-footer .topStrip div.cnt div.balloonBottom {
    height: 14px;
    width: 242px;
}
.site-footer .topStrip div.cnt div.balloonMiddle {
    width: 242px;
}
.site-footer .topStrip div.cnt div.balloonMiddle a {
    font-size: 11pt;
    font-weight: bold;
    text-align: justify;
}

.site-footer {
    background: none repeat scroll 0 0 #313131;
	padding:16px 0 0;
}
.site-footer .topStrip div.cnt {
    background: url("/images/footer/footerSeparator.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #CCCCCC;
}
.site-footer .topStrip div.cnt:first-child{
	background-image:none;
}
.site-footer .bottomStrip {
    background: url("/images/footer/footerBackground.png") repeat-x scroll left top rgba(0, 0, 0, 0);
}
.site-footer .bottomStrip div.cnt {
    color: #CCCCCC;
}


.site-footer .topStrip div.cnt h2 {
    color: #FFFFFF;
}
.site-footer .topStrip div.cnt ul li a {
    color: #CCCCCC;
}
.site-footer .topStrip div.cnt ul li a:visited {
    color: #CCCCCC;
}
.site-footer .topStrip div.cnt ul li a:hover, .site-footer .topStrip div.cnt ul li a:active, .site-footer .topStrip div.cnt ul li a:focus {
    color: #FFFFFF;
}
.site-footer .topStrip div.cnt div.balloonTop {
    background: url("/images/footer/networkBalloonTop.png") repeat scroll left top rgba(0, 0, 0, 0);
}
.site-footer .topStrip div.cnt div.balloonBottom {
    background: url("/images/footer/networkBalloonBottom.png") repeat scroll left top rgba(0, 0, 0, 0);
}
.site-footer .topStrip div.cnt div.balloonMiddle {
    background: url("/images/footer/networkBalloonBackground.png") repeat scroll left top rgba(0, 0, 0, 0);
}
.site-footer .topStrip div.cnt div.balloonMiddle a {
    color: #FFFFFF;
}


a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	font-size: 1rem;
	overflow: hidden;
	padding: 8px 0;
	padding: 0.8rem 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #f96e5b;
}
.social-links{
	overflow:hidden;
	text-align:center;
}

a.social-buttons.with-icon{
	background: no-repeat center transparent;
	text-indent:-9000px;
	display:inline-block; width:34px; height:34px;
	margin:0 7px; padding: 0;
	float:none;
}
.social-buttons.with-icon.facebook{background-image: url("/images/social-icons/facebook.png");}
.social-buttons.with-icon.twitter{background-image: url("/images/social-icons/twitter.png");}
.social-buttons.with-icon.gplus{background-image: url("/images/social-icons/gplus.png");}
.social-buttons.with-icon.linkedin{background-image: url("/images/social-icons/linkedin.png");}
.social-buttons.with-icon.youtube{background-image: url("/images/social-icons/youtube.png");}
.social-buttons.with-icon.newsletter{background-image: url("/images/social-icons/email.png");}
.social-buttons.with-icon.rss{background-image: url("/images/social-icons/rss.png");}



li.search tr{height:44px;}
li.search td.gsc-input {
	/*-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 0 22px 0 10px !important;
	background-color: #FFF;*/
	width:185px;
}
li.search td.gsc-input input{
	height: 30px;
	background-position: 10px center !important;
}
li.search form.gsc-search-box{
	margin:0;
	position:relative;
	top:-1px; /*THE FUCKING BORDER!*/
	width:270px;	
}li.search table.gsc-search-box td.gsc-input{	padding-top:7px !important;}li.search .gsc-input-box  .gsst_a{	display:none;}li.search .gsc-search-box table{	margin:0;}li.search .gsc-search-box table tr{	height:25px;}li.search .gsc-search-box table td{	padding: 0;}
li.search table.gsc-search-box{
	margin:0;
	border-top:0 !important;
	/*border: 1px solid #004E82;
	background: #04609E;
	background: -webkit-gradient(linear, left top, left bottom, from(#04609E), to(#004E82)); 
	background: -webkit-linear-gradient(top, #04609E, #004E82); 
	background: -moz-linear-gradient(top, #04609E, #004E82);
	background: -ms-linear-gradient(top, #04609E, #004E82); 
	background: -o-linear-gradient(top, #04609E, #004E82)
	background: linear-gradient(top, #04609E, #004E82); */
}.gsc-adBlock, .gsc-resultsHeader, .gcsc-branding{	display:none !important;}
li.search tbody{
	border:0 !important;
}
li.search form input{
	border:0;
	box-shadow:none;
}
li.search input.gsc-search-button{
	/*background: none !important;
	color: #FFF !important;
	cursor: pointer;
    font-size: 10pt;
	padding:0;
	margin:6px 15px 0 0;
	vertical-align:middle;
	height:16px;
	width:16px;*/
	display:none;
}
/*li.search div.gsc-clear-button {
	margin-right: 8px;
	background-image: url(http://www.hostingtalk.it/bundles/wetalkgroupwtmsfrontend/images/clear.gif);
}*/



.floatLeft{float:left;}
.textcenter,.text-center {text-align:center;}
#horizon, .horizon {
    height: 0;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 999;
}
.horizon .popup {
    background-color: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 2px 2px #CCCCCC;
    color: #191B1F;
    margin: 0 auto;
    position: relative;
    width: 820px;
	color: #191B1F;
	overflow:hidden;
}
.popup .subHeadline {
    color: #0891BE;
    font-size: 33px;
    font-weight: bold;
    line-height: 43px;
    padding: 20px 10px;
    position: relative;
    text-align: center;
}
#newsletter-footer {
    padding: 10px 20px;
    text-align: center;
}
#newsletter-footer a{
    text-decoration:none;
	color:#002E4D;
} 
#popup-right {
    background-color: #F3F3F3;
    border-radius: 0 15px 0 15px;
    min-height: 360px;
    padding: 20px 15px;
}
#popup-left {
    background-color: #FFFFFF;
}

.newsletterForm {
    border: 2px solid #FF9A00;
    border-radius: 10px 10px 10px 10px;
    font-family: 'Muli',sans-serif;
    font-size: 16px;
    margin: 15px 0 20px 15px;
    padding: 15px;
    text-transform: uppercase;
}

.newsletterForm .emailField {
    width: 200px;
	background-color: #FFFFFF;
    height: 35px;
	padding:0 10px;
}

.ui-widget-overlay {
    background: none repeat-x scroll 50% 50% #000000;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 998;
}



.btn-warning {
    background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-large {
    border-radius: 6px 6px 6px 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.row-fluid {
    width: 100%;
}
.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 30px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.4894%;
}
.row-fluid .span10 {
    width: 82.9787%;
}
.row-fluid .span9 {
    width: 74.4681%;
}
.row-fluid .span8 {
    width: 65.9574%;
}
.row-fluid .span7 {
    width: 57.4468%;
}
.row-fluid .span6 {
    width: 48.9362%;
}
.row-fluid .span5 {
    width: 40.4255%;
}
.row-fluid .span4 {
    width: 31.9149%;
}
.row-fluid .span3 {
    width: 23.4043%;
}
.row-fluid .span2 {
    width: 14.8936%;
}
.row-fluid .span1 {
    width: 6.38298%;
}
.row-fluid .offset12 {
    margin-left: 104.255%;
}
.row-fluid .offset12:first-child {
    margin-left: 102.128%;
}
.row-fluid .offset11 {
    margin-left: 95.7447%;
}
.row-fluid .offset11:first-child {
    margin-left: 93.617%;
}
.row-fluid .offset10 {
    margin-left: 87.234%;
}
.row-fluid .offset10:first-child {
    margin-left: 85.1064%;
}
.row-fluid .offset9 {
    margin-left: 78.7234%;
}
.row-fluid .offset9:first-child {
    margin-left: 76.5957%;
}
.row-fluid .offset8 {
    margin-left: 70.2128%;
}
.row-fluid .offset8:first-child {
    margin-left: 68.0851%;
}
.row-fluid .offset7 {
    margin-left: 61.7021%;
}
.row-fluid .offset7:first-child {
    margin-left: 59.5745%;
}
.row-fluid .offset6 {
    margin-left: 53.1915%;
}
.row-fluid .offset6:first-child {
    margin-left: 51.0638%;
}
.row-fluid .offset5 {
    margin-left: 44.6809%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.5532%;
}
.row-fluid .offset4 {
    margin-left: 36.1702%;
}
.row-fluid .offset4:first-child {
    margin-left: 34.0426%;
}
.row-fluid .offset3 {
    margin-left: 27.6596%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.5319%;
}
.row-fluid .offset2 {
    margin-left: 19.1489%;
}
.row-fluid .offset2:first-child {
    margin-left: 17.0213%;
}
.row-fluid .offset1 {
    margin-left: 10.6383%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.51064%;
}

.post-image {
	max-width: 300px;
}
.entry-content img {
padding: 5px;
}

/************ POST CORRELATI - GIANNI *************/
.related-posts {
    overflow: hidden;
    margin: 15px 0;
}

.related-list li {
  float: left;
  list-style-type: none;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 18px;
  width: 140px;
}

.related-list li:last {
  margin: 0;
}

.related-list .img-container{
	height:80px;
	overflow:hidden;
	display:block;
}
.related-list img {
  /*background: none repeat scroll 0 0 #D02222;
  padding: 5px;*/
  max-height:80px;
  border: 2px solid #2B5D6C;
  display: block;
  margin: 0 auto;

}

div.linkButton {
    display: table;
    margin: 0 auto;
}
div.linkButton-left, div.linkButton-right, div.linkButton-center {
    float: left;
}
div.linkButton-left, div.linkButton-right {
    width: 8px;
}
div.linkButton-center a {
    font-size: 14px;
    text-decoration:none;
}
div.linkButton-center a:visited, div.linkButton-center a:hover, div.linkButton-center a:active, div.linkButton-center a:focus {
    color: #FFFFFF;
}
div.linkButton-center {
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 7px;
	border: 1px solid #4B6900;
	color: #FFF;
	background: #6D9900;
	background: -webkit-gradient(linear, left top, left bottom, from(#6D9900), to(#608700)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #6D9900, #608700); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #6D9900, #608700); /* FF3.6+ */
	background: -ms-linear-gradient(top, #6D9900, #608700); /* IE10 */
	background: -o-linear-gradient(top, #6D9900, #608700); /* Opera 11.10+ */
	background: linear-gradient(top, #6D9900, #608700); /* W3C */
}

div.linkButton-center:hover {
	background: #7BAD00;
	background: -webkit-gradient(linear, left top, left bottom, from(#7BAD00), to(#6E9B00)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #7BAD00, #6E9B00); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #7BAD00, #6E9B00); /* FF3.6+ */
	background: -ms-linear-gradient(top, #7BAD00, #6E9B00); /* IE10 */
	background: -o-linear-gradient(top, #7BAD00, #6E9B00); /* Opera 11.10+ */
	background: linear-gradient(top, #7BAD00, #6E9B00); /* W3C */
}

div.linkButton-center a {
color:white;
display:block;
}



.addthis_32x32_style .addthis_counter.addthis_bubble_style {
 width: 65px !important;
}

.genesis-nav-menu a {
	padding:1.4rem 1.1rem !important;
}



/* CIAOHOSTING WIDGET */

.htproviders-item a span {
    color: #EE9000;
    font-weight: bold;
}

.ciaohosting-item {
    background: none no-repeat scroll 8px center #F7F7F7;
margin-bottom:10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;

}
.ciaohosting-item.big {
/* BIG offer box... */
}

.ciaohosting-item.small {
/* Small offer box... */
}

.ciaohosting-item .offerName {
    background: none no-repeat scroll 0px center #F7F7F7;
    border: 0 none;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    padding: 10px 10px 8px  60px;
    margin:0 !important;
    min-height:65px;
}

.ciaohosting-item .offerName.HostingType {
    background-image: url("http://www.ciaohosting.com/bundles/wetalkgroupwtmsfrontend/img/icons/small-dark-shared-hosting.png");
}

.ciaohosting-item .offerName.RegistrazionedominioType {
    background-image: url("http://www.ciaohosting.com/bundles/wetalkgroupwtmsfrontend/img/icons/small-dark-domain-registration.png");
}

.ciaohosting-item .offerName.ServerDedicatoType {
    background-image: url("http://www.ciaohosting.com/bundles/wetalkgroupwtmsfrontend/img/icons/small-dark-dedicated-server.png");
}

.ciaohosting-item .offerName.VPSType {
    background-image: url("http://www.ciaohosting.com/bundles/wetalkgroupwtmsfrontend/img/icons/small-dark-vps.png");
}

.ciaohosting-item .offerName.CloudServerType {
    background-image: url("http://www.ciaohosting.com/bundles/wetalkgroupwtmsfrontend/img/icons/small-dark-cloud-server.png");
}

.ciaohosting-item .offerName.PostaElettronicaType {
    background-image: url("http://www.ciaohosting.com/bundles/wetalkgroupwtmsfrontend/img/icons/small-dark-email-hosting.png");
}

.ciaohosting-item .offerName.CloudHostingType {
    background-image: url("http://www.ciaohosting.com/bundles/wetalkgroupwtmsfrontend/img/icons/small-dark-cloud-hosting.png");
}

.ciaohosting-item .offerName.HostingRivenditoriType {
    background-image: url("http://www.ciaohosting.com/bundles/wetalkgroupwtmsfrontend/img/icons/small-dark-reseller-hosting.png");
}

.ciaohosting-item .offerName.CloudStorageType {
    background-image: url("http://www.ciaohosting.com/bundles/wetalkgroupwtmsfrontend/img/icons/small-dark-cloud-storage.png");
}

.ciaohosting-item .offerName.ColocationType {
    background-image: url("http://www.ciaohosting.com/bundles/wetalkgroupwtmsfrontend/img/icons/small-dark-colocation.png");
}



.ciaohosting-item .offerName .providerName {
    color:#EE9000;
    font-weight:bold;
}

.ciaohosting-item .offerName a {
    text-decoration:none;
}

.ciaohosting-item .price {
    background-color: green;
    color:white;
    font-weight:bold;
    text-align: center;
   padding:4px 6px;
   float:right;
   width:160px;
   text-transform:uppercase;
}

.ciaohosting-item .offerDetailsTag {
   float:left;
   width:20px:
   text-align:center;
   width:32px;
}

.ciaohosting-item .offerDetailsTag span{
   display:block;
   text-transform:uppercase;
   text-align:center;
   width:10px;
  color:#51A1C5;
  font-weight:bold;
  line-height:16px;
  margin: 15px auto 0;
}

.ciaohosting-item .offerDetailsList {
   float:left;
   padding-left:10px;
  background-color: #EDEDED;
border-left:1px solid grey;
  min-height:155px;
  width:268px;
  overflow:hidden;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
}
.ciaohosting-item .offerDetails {
    display: block;
    padding: 10px 10px 8px  0px;
    margin:0 !important;
}
.ciaohosting-item .offerDetails li {
  margin:0;
}
.ciaohosting-item .offerDetails span {
    font-weight:bold;
    color:#EE9000;
}

.ciaohosting-item .price p {
    text-align:right;
}

.ciaohosting-item .promotag {
    background-color: red;
    color:white;
    font-weight:bold;
    text-align: center;
   padding:4px 6px;
   float:left;
   width:140px;
   text-transform:uppercase;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
}

.clearBoth {
   clear:both;
}





.gsc-branding { display:none !important; }