#centerbutton {
	/*display: block;
	width: 1px;
	height: 1px;
	border-radius: 37px;
	background: rgb(213,46,23);
	background: -webkit-linear-gradient(top, rgba(213,46,23,1) 50%, rgba(230,79,49,1) 50%);
	background: -moz-linear-gradient(top, rgba(213,46,23,1) 50%, rgba(230,79,49,1) 50%);
	background: -o-linear-gradient(top, rgba(213,46,23,1) 50%, rgba(230,79,49,1) 50%);
	background: -ms-linear-gradient(top, rgba(213,46,23,1) 50%, rgba(230,79,49,1) 50%);
	background: linear-gradient(top, rgba(213,46,23,1) 50%, rgba(230,79,49,1) 50%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52e17', endColorstr='#e64f31',GradientType=0 ); 
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -120px;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 56px;
	font-size: 63px;
	font-weight: bold;
	z-index: 100;
	border: 4px solid white;

	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.3);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,.3);
	*/
	top: 46px !important;
	left: 50% !important;
	margin-left: -33px;
	width: 67px !important;
	display: block !important;
	padding: 0 !important;
	position: absolute;
	visibility: visible !important;
	height: 67px !important;
	background: url(img/vp-icon.png) no-repeat left top;
	text-indent:-9999px;
	font-size:0px;
	color:#ffffff;
	z-index:1000;
	/*
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	*/
}
@-moz-document url-prefix() {
    #centerbutton  {
        line-height:65px;
    }
}
#centerbutton.centerbuttonon {
	/*-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); 
	*//* Safari and Chrome */
	background:url(img/vp-icon.png) no-repeat left -67px;
}

#centerbutton:active {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

/***** MENU CIRCLES ******/
.circles {
	position: absolute;
	top: -48px !important;
	left: 50% !important;
	margin-left: -33px;
}

.circles > *
{
 background-repeat: none;
}

.circles li a.out:hover {
	/*-webkit-transform: scale(1.5) rotate(-30deg);
	-moz-transform: scale(1.5) rotate(-30deg);
	-o-transform: scale(1.5) rotate(-30deg);
	-ms-transform: scale(1.5) rotate(-30deg);
	transform: scale(1.5) rotate(-30deg);
*/
	}
.circles li {
	position: absolute;
	width: 50px;
	height: 120px;
	display: inline-block;

	-webkit-transform-origin: 30px 120px;
	-moz-transform-origin: 30px 120px;
	-o-transform-origin: 30px 120px;
	-ms-transform-origin: 30px 120px;
	transform-origin: 30px 120px;
	position: absolute;
}
.circles li a.no_bg{
	background:none !important;
		-moz-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
}
.circles li a.opacity0{
	background:none !important;
/*	-moz-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
*/
	}
.circles li a {
	/*background-color: #44403d;
	width: 50px;
	height: 50px;
	border-radius: 29px;
	*/
	display: block;
	position: absolute;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color:#e6e6e6;
	line-height: 22px;
	text-align: center;
	bottom: -30px;
	text-decoration: none;
	background:none;

}
.circles li a span{
	background-color:#6b6969;
	color:#e6e6e6;
	overflow:hidden;
	padding-left:3px;
	padding-right:3px;
	height:22px;
	font-size:12px;
	visibility:hidden;
	float:left;
}
.circles li.active a span{
	visibility:visible;
}
.circles li a:hover span{
	background-color:#f26522;
}

.circles li a.out {
	bottom: 120px;
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-o-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
	transform: rotate(720deg);
/*
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.3);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,.3);
*/
	}
.circles li:nth-child(4) a.out{
	bottom:124px;
}

.circles li:nth-child(1) {
	position: absolute;
	top: 0px;
	left: 0px;
	
	height:109px;
	-webkit-transform: rotate(-108deg);
	-moz-transform: rotate(-108deg);
	-o-transform: rotate(-108deg);
	-ms-transform: rotate(-108deg);
	transform: rotate(-108deg);

	}
	.circles li:nth-child(1) a{
	background:url(img/products.png),url(img/products_h.png);
		background-repeat:no-repeat;
	background-position:right top;
	padding-right:41px;
	padding-top:29px;

	-webkit-transform: rotate(108deg);
	-moz-transform: rotate(108deg);
	-o-transform: rotate(108deg);
	-ms-transform: rotate(108deg);
	transform: rotate(108deg);
	}
	.circles li:nth-child(1) a:hover{
		background:url(img/products_h.png) no-repeat right top;
	}


.circles li:nth-child(2) {
	position: absolute;
	top: 0px;
	left: 0px;
	height:136px;
	-webkit-transform: rotate(-131deg);
	-moz-transform: rotate(-131deg);
	-o-transform: rotate(-131deg);
	-ms-transform: rotate(-131deg);
	transform: rotate(-131deg);
}
.circles li:nth-child(2) a{
	background: url(img/mobile.png),url(img/mobile_h.png) ;
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:38px;
	padding-top:35px;
	
	-webkit-transform: rotate(131deg);
	-moz-transform: rotate(131deg);
	-o-transform: rotate(131deg);
	-ms-transform: rotate(131deg);
	transform: rotate(131deg);
}
.circles li:nth-child(2) a:hover{
	background:url(img/mobile_h.png) no-repeat right top;
}

.circles li:nth-child(3) {
	position: absolute;
	top: 0px;
	left: 0px;
	height:154px;
	-webkit-transform: rotate(-162deg);
	-moz-transform: rotate(-162deg);
	-o-transform: rotate(-162deg);
	-ms-transform: rotate(-162deg);
	transform: rotate(-162deg);
}
.circles li:nth-child(3) a{
	background:url(img/desktop.png),url(img/desktop_h.png) ;
		background-repeat:no-repeat;
	background-position:right top;
	padding-right:29px;
	padding-top:45px;
	
	-webkit-transform: rotate(162deg);
	-moz-transform: rotate(162deg);
	-o-transform: rotate(162deg);
	-ms-transform: rotate(162deg);
	transform: rotate(162deg);
}
.circles li:nth-child(3) a:hover{
	background:url(img/desktop_h.png) no-repeat right top;
}


.circles li.active:nth-child(4) a{
	width:112px;
}
.circles li:nth-child(4) {
	position: absolute;
	top: 0px;
	left: 0px;
	height:145px;
	-webkit-transform: rotate(126deg);
	-moz-transform: rotate(126deg);
	-o-transform: rotate(126deg);
	-ms-transform: rotate(126deg);
	transform: rotate(126deg);
}
.circles li:nth-child(4) a{
	background:url(img/digitaldistribution.png),url(img/digitaldistribution_h.png);
			background-repeat:no-repeat;
	background-position:left top;
	padding-top:45px;
	padding-left:29px;
	-webkit-transform: rotate(-126deg);
	-moz-transform: rotate(-126deg);
	-o-transform: rotate(-126deg);
	-ms-transform: rotate(-126deg);
	transform: rotate(-126deg);
}
.circles li:nth-child(4) a:hover{
	background:url(img/digitaldistribution_h.png) no-repeat left top;
}


.circles li:nth-child(5) {
	position: absolute;
	top: 0px;
	left: 0px;
	height:129px;

	-webkit-transform: rotate(118deg);
	-moz-transform: rotate(118deg);
	-o-transform: rotate(118deg);
	-ms-transform: rotate(118deg);
	transform: rotate(118deg);
}
.circles li:nth-child(5) a{
	background:url(img/syncode.png),url(img/syncode_h.png);
				background-repeat:no-repeat;
	background-position:left top;
	/*
	padding-top:45px;
	padding-left:41px;
	*/
	padding-left:38px;
	padding-top:35px;
	-webkit-transform: rotate(-118deg);
	-moz-transform: rotate(-118deg);
	-o-transform: rotate(-118deg);
	-ms-transform: rotate(-118deg);
	transform: rotate(-118deg);
}
.circles li:nth-child(5) a:hover{
	background:url(img/syncode_h.png) no-repeat left top;
}

.circles li:nth-child(6) {
	position: absolute;
	top: 0px;
	left: 0px;
	height:83px;
	-webkit-transform: rotate(87deg);
	-moz-transform: rotate(87deg);
	-o-transform: rotate(87deg);
	-ms-transform: rotate(87deg);
	transform: rotate(87deg);
}
.circles li:nth-child(6) a{
	background:url(img/pr.png),url(img/pr_h.png);
				background-repeat:no-repeat;
	background-position:left top;
	padding-left:41px;
	padding-top:29px;
	width:106px;
	-webkit-transform: rotate(-87deg);
	-moz-transform: rotate(-87deg);
	-o-transform: rotate(-87deg);
	-ms-transform: rotate(-87deg);
	transform: rotate(-87deg);
}
.circles li:nth-child(6) a:hover{
	background:url(img/pr_h.png) no-repeat left top;
}


/***** Add a marginal delay to each circle ******/
.circles li:nth-child(1) a {
	-webkit-transition-delay: .30s;
	-moz-transition-delay: .30s;
	-o-transition-delay: .30s;
	-ms-transition-delay: .30s;
	transition-delay: .30s;
}

.circles li:nth-child(2) a {
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-o-transition-delay: .25s;
	-ms-transition-delay: .25s;
	transition-delay: .25s;
}

.circles li:nth-child(3) a {
	-webkit-transition-delay: .20s;
	-moz-transition-delay: .20s;
	-o-transition-delay: .20s;
	-ms-transition-delay: .20s;
	transition-delay: .20s;
}

.circles li:nth-child(4) a {
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	-ms-transition-delay: .15s;
	transition-delay: .15s;
}

.circles li:nth-child(5) a {
	-webkit-transition-delay: .10s;
	-moz-transition-delay: .10s;
	-o-transition-delay: .10s;
	-ms-transition-delay: .10s;
	transition-delay: .10s;
}

.circles li:nth-child(6) a {
	-webkit-transition-delay: .05s;
	-moz-transition-delay: .05s;
	-o-transition-delay: .05s;
	-ms-transition-delay: .05s;
	transition-delay: .05s;
}

.pr-marketing .main-content-home .wrapper.group, .desktop .main-content-home .wrapper.group, .mobile .main-content-home .wrapper.group, .digital-distribution .main-content-home .wrapper.group, .syncode .main-content-home .wrapper.group {
	border-bottom: 1px solid #D1D1D1;
}
.products .main-content .wrapper.group, .about .main-content .wrapper.group, .services .main-content .wrapper.group, .contact .main-content .wrapper.group{
	border-bottom: 1px solid #D1D1D1;
}
.main-content-home-feed{
	margin-top:46px;
}
.cff-post-text{
	font-size:18px !important;
}
#cff a{
	text-decoration:none;
}
.cff-item{
	padding:10px !important;
}
	.cff-item:hover{
	       background-color:#eaeaeb;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
	}