@charset "utf-8";
/* CSS Document */


.shape-circle .back-to-top,
.shape-circle .service-icon,
.shape-circle .post-icon,
.shape-circle .drop-caption,
.shape-circle a.header-cart-link i,
.shape-circle .search-icon i,
.shape-circle .comment-author img {
	-webkit-border-radius: 300px !important;
	-moz-border-radius: 300px !important;
	border-radius: 300px !important;
}
.shape-circle .drop-caption {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.quadro-mod {
	position: relative;
	clear: both;
	width: 100%;
	padding: 60px 35px;
	background-repeat: repeat;
	background-position: top center;
	background-attachment: local;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.quadro-mod > *:last-child,
.quadro-mod > *:last-child > *:last-child,
.quadro-mod > *:last-child > *:last-child > *:last-child,
.quadro-mod > *:last-child > *:last-child > *:last-child > *:last-child  {
  margin-bottom: 0;
}
/* =Services Module
----------------------------------------------- */

.quadro-services {
	width: 100%;
	list-style: none;
	margin: 0;
	cursor:pointer;
}
.quadro-service .service-heading h2 {
	font-family: 'ralewaylight';
	/*font-size:28px;*/
	font-size:24px;
	line-height:25px;
	text-transform:uppercase;
	text-align:center;
	color: #000;
}
/* Type 1 */
.services-type1 .quadro-services li {
	float: left;
	/*padding: 50px 30px;*/
	padding: 50px 0px;
	width:24%;
	height:190px;
	/*background:url(../images/smart-site-box1.png) no-repeat center top;*/
	
	text-align: center;
	word-wrap: break-word;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
	-webkit-transition: none 0.5s ease;
	-moz-transition: none 0.5s ease;
    -ms-transition: none 0.5s ease;
    -o-transition: none 0.5s ease;
	transition: none 0.5s ease;
	overflow: hidden;

	margin: 0px 5px;
}
.services-type1 .quadro-services li:hover {
	float: left;
	padding: 50px 30px 50px 30px;
	box-sizing: border-box;
	width:24%;
	height:290px;
	background:none;
	
	text-align: center;
	word-wrap: break-word;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	overflow: hidden;
}
.services-type1.three-columns .quadro-services li {
	width: 33.3333%;
}
.chrome .services-type1.three-columns .quadro-services li,
.safari .services-type1.three-columns .quadro-services li {
	width: 33.333333%;
}
.services-type1.three-columns .quadro-services li:nth-child(3n+1) {
	clear: left;
}
.services-type1.four-columns .quadro-services li {
	/*width: 25%;*/
}
.services-type1.four-columns .quadro-services li:nth-child(4n+1) {
	clear: left;
}
.services-type1 .quadro-services li:hover {
	color: #fff;
}
.services-type1 .quadro-service header {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.services-type1 .service-icon {
	display: inline-block;
	width:100px;
	height:100px;
	/*width: 160px;
	height: 160px;*/
	margin: 0 auto 0px;
	/*-webkit-border-radius: 80px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius: 80px;
	-moz-border-radius-bottomleft: 3px;
	border-radius: 80px;
	border-bottom-left-radius: 3px;*/
	overflow: hidden;
}
.services-type1 .service-icon i {
	font-size: 100px;
	line-height: 160px;
	color: #fff;
}
.services-type1 .quadro-service h2 {
	/*font-size: 26px;*/
	line-height: 26px;
	margin-bottom: 10px;
	padding-top:0px;
	color: #111;
}
.services-type1 .service-tagline {
	color: #888;
}
.services-type1 .quadro-services li:hover h2,
.services-type1 .quadro-services li:hover .service-tagline {
	color: #333;
}
.services-type1 .quadro-services li:hover header {
	margin: -140px 0 0px;
}
.services-type1 .service-content {
	display: none;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px dotted #333;
	/*font-size: 85%;*/
	color: #333;
}
.services-type1 .service-content p {
	text-align:left;
	line-height:20px;
	font-size:14px;
	font-family: 'ralewaylight';
	display:block !important;
}
.services-type1 .service-content p strong{
	font-size:16px;
	font-family: 'open_sansregular';
}

.services-type1 span.service-link {
	display: inline-block;
	text-indent: -9999px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.services-type1 span.service-link:after {
	font-family: 'FontAwesome';
	content: "\f138";
	display: block;
	text-indent: 0;
	font-size: 42px;
	height: 42px;
}
.services-type1 span.service-link:hover {
	text-indent: 0;
}
.services-type1 span.service-link:hover:after {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.four-columns .portf-item {
	width: 25%;
}
.four-columns .portf-item-content h2 {
	font-size: 18px;
}
.four-columns .portf-item {
	width: 50% !important;
}
	
.services-type1.four-columns .quadro-services li {
	/*width: 50%;*/
}
.four-columns .portf-item {
	width: 100% !important;
}



.sti-icon-Webdesign{
	background:url(../images/icons/workshop.png) no-repeat bottom center;
	width:47px;
	height:46px;
}
.sti-icon-Graphics{
	background:url(../images/icons/webinar.png) no-repeat bottom center;
	width:47px;
	height:46px;
}
.sti-icon-Responsive{
	background:url(../images/icons/on-demand-training.png) no-repeat bottom center;
	width:47px;
	height:46px;
}
.sti-icon-Podcast{
	background:url(../images/icons/podcast.png) no-repeat bottom center;
	width:47px;
	height:46px;
}
.SmartBox1 ,.SmartBox2 ,.SmartBox3, .SmartBox4{
	background:url(../images/bg/smart-site-box2.png) no-repeat center top;
	background-size: 100%;
}

.quadro-services a:hover .service-content {
	display:block !important;
	min-height:290px;
	/*background-color:#f00;
	width:324.594px !important;
	padding-left:30px;
	padding-right:30px;*/
}
