/* Croccante OnePage style */
/*--------------------------------------------------------------
# Croccante OnePage
--------------------------------------------------------------*/
.flexslider,
.flexslider .slides > li .flexText .inside,
.flexslider .slides li .flexImage {
	height: calc(100vh - 85px);
}
body.page-template-template-onepage #primary.content-area section {
	margin: 0 30px;
}
.scrollDownCroccante {
  width: 26px;
  height: 42px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9;
}
.scrollDownCroccante .inside{
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -2px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  opacity: 1;
  -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  -webkit-animation: scrollCroccante 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  animation: scrollCroccante 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

@-webkit-keyframes scrollCroccante {
  0%, 20% {
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }
  10% {
    -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    opacity: 0.01;
  }
}
@keyframes scrollCroccante {
  0%, 20% {
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }
  10% {
    -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    opacity: 0.01;
  }
}

section.croccante_aboutus,
section.croccante_features,
section.croccante_skills,
section.croccante_cta,
section.croccante_services,
section.croccante_blog,
section.croccante_team,
section.croccante_contact {
	position: relative;
}
.croccante_aboutus_background,
.croccante_features_background,
.croccante_skills_background,
.croccante_cta_background,
.croccante_services_background,
.croccante_blog_background,
.croccante_team_background,
.croccante_contact_background {
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.croccante_aboutus_color,
.croccante_features_color,
.croccante_cta_color,
.croccante_skills_color,
.croccante_services_color,
.croccante_blog_color,
.croccante_team_color,
.croccante_contact_color {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}
.croccante_aboutus_color {
	background-color: #ffffff;
}
.croccante_features_color {
	background-color: #404040;
}
.croccante_cta_color {
	background-color: #404040;
}
.croccante_skills_color {
	background-color: #ffffff;
}
.croccante_services_color {
	background-color: #ffffff;
}
.croccante_blog_color {
	background-color: #ffffff;
}
.croccante_team_color {
	background-color: #f7f7f7;
}
.croccante_contact_color {
	background-color: #000000;
}
.croccante_action_aboutus,
.croccante_action_features,
.croccante_action_skills,
.croccante_action_cta,
.croccante_action_services,
.croccante_action_blog,
.croccante_action_team,
.croccante_action_contact {
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.croccante_action_cta {
	max-width: 1170px;
}
.skills_columns_inside,
.team_columns_inside,
.contact_columns_inside {
	max-width: 1170px;
	margin: 0 auto;
}
.croccante_main_text {
	text-align: center;
    font-size: 6em;
    letter-spacing: -5px;
    font-weight: 400;
    line-height: 1;
	transform: translateX(-50%);
    margin: 0 50%;
    display: inline-block;
}
.croccante_subtitle {
	position: relative;
    margin: 0 auto;
    line-height: 1;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.onepage_header {
	float: left;
	width: 20%;
	overflow: hidden;
	background: rgba(0,0,0,0.05);
	white-space: nowrap;
	position: absolute;
	top: 0;
    bottom: 0;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.features_columns,
.skills_columns,
.blog_columns,
.team_columns,
.contact_columns {
	margin: 0 auto;
	float: right;
	width: 80%;
	padding: 7em 3em;
}
.aboutus_columns,
.services_columns {
	float: right;
	width: 80%;
	display: flex;
	padding: 7em 0;
}

.services_columns {
	padding: 0;
}

.cta_columns {
	margin: 0 auto;
	float: left;
	width: 100%;
	padding: 7em 3em;
	text-align: center;
}

section.noTitle .aboutus_columns,
section.noTitle .services_columns,
section.noTitle .features_columns,
section.noTitle .skills_columns,
section.noTitle .blog_columns,
section.noTitle .team_columns,
section.noTitle .contact_columns {
	width: 100%;
}
.croccante_action_aboutus.left .croccante_inside_header,
.croccante_action_features.left .croccante_inside_header,
.croccante_action_skills.left .croccante_inside_header,
.croccante_action_services.left .croccante_inside_header,
.croccante_action_blog.left .croccante_inside_header,
.croccante_action_team.left .croccante_inside_header,
.croccante_action_contact.left .croccante_inside_header {
	transform: rotate(-90deg);
}
.croccante_action_aboutus.right .croccante_inside_header,
.croccante_action_features.right .croccante_inside_header,
.croccante_action_skills.right .croccante_inside_header,
.croccante_action_services.right .croccante_inside_header,
.croccante_action_blog.right .croccante_inside_header,
.croccante_action_team.right .croccante_inside_header,
.croccante_action_contact.right .croccante_inside_header {
	transform: rotate(90deg);
}
.croccante_action_aboutus.left .onepage_header.aboutus,
.croccante_action_features.left .onepage_header.features,
.croccante_action_skills.left .onepage_header.skills,
.croccante_action_services.left .onepage_header.services,
.croccante_action_blog.left .onepage_header.blog,
.croccante_action_team.left .onepage_header.team,
.croccante_action_contact.left .onepage_header.contact {
	left: 0;
	right: inherit;
}
.croccante_action_aboutus.right .onepage_header.aboutus,
.croccante_action_features.right .onepage_header.features,
.croccante_action_skills.right .onepage_header.skills,
.croccante_action_services.right .onepage_header.services,
.croccante_action_blog.right .onepage_header.blog,
.croccante_action_team.right .onepage_header.team,
.croccante_action_contact.right .onepage_header.contact {
	left: inherit;
	right: 0;
}
.croccante_action_aboutus.right .aboutus_columns,
.croccante_action_features.right .features_columns,
.croccante_action_skills.right .skills_columns,
.croccante_action_services.right .services_columns,
.croccante_action_blog.right .blog_columns,
.croccante_action_team.right .team_columns,
.croccante_action_contact.right .contact_columns {
	float: left;
}
.onepage_header.crocanim .croccante_main_text,
.onepage_header.crocanim .croccante_subtitle {
	opacity : 0;
	-o-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
	position: relative;
}
.onepage_header.crocanim.complete .croccante_main_text,
.onepage_header.crocanim.complete .croccante_subtitle {
	opacity : 1;
}
.onepage_header.crocanim .crocaniminside {
	position: absolute;
	left: 0;
	right: 0;
	height: 0%;
	width: 100%;
	z-index: 9;
	background: #ffffff;
}
.onepage_header.crocanim .crocaniminside.start {
	-webkit-animation: croccSectionTitle 1.2s ease 1;
    animation: croccSectionTitle 1.2s ease 1;
}
@keyframes croccSectionTitle {
	0% {
		height: 0%;
		top: 0;
		bottom: initial;
	}
	50% {
		height: 100%;
		top: 0;
		bottom: initial;
	}
	51% {
		height: 100%;
		top: initial;
		bottom: 0;
	}
	100% {
		height: 0%;
		top: initial;
		bottom: 0;
	}
}
@-webkit-keyframes croccSectionTitle {
	0% {
		height: 0%;
		top: 0;
		bottom: initial;
	}
	50% {
		height: 100%;
		top: 0;
		bottom: initial;
	}
	51% {
		height: 100%;
		top: initial;
		bottom: 0;
	}
	100% {
		height: 0%;
		top: initial;
		bottom: 0;
	}
}
/* About Us */
.aboutus_columns_three {
	float: left;
	width: 50%;
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
}
section.croccante_aboutus.noImage .aboutus_columns_three {
	width: 100%;
	text-align: center;
}
.two.aboutus_columns_three img {
	display: block;
	margin: 0 auto;
}
.aboutus_columns_three .aboutInner,
.aboutus_columns_three .aboutInnerImage {
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.aboutus_columns_three.one {
	padding: 0 5%;
	text-align: right;
}
.aboutus_columns_three.one h3 {
    font-size: 3em;
    letter-spacing: -1px;
	line-height: 1.4;
	margin: 0;
}
.aboutus_columns_three.one p {
	margin: 2em 0 2.5em;
	font-size: 16px;
}
/* Features */
.features_columns_single {
	float: left;
	text-align: center;
	position: relative;
}
.features_columns_single:hover .featuresIcon {
	background: #404040;
	color: #ffffff;
}
.features_columns_single h3 {
	font-size: 1.4em;
    margin: 2em 0 1.5em;
}
.features_columns_single.one {
	width: 100%;
	padding: 1.5em;
}
.features_columns_single.two {
	width: 50%;
	padding: 3em;
}
.features_columns_single.three {
	width: 33.3333%;
	padding: 2em;
}
.features_columns_single.four {
	width: 25%;
	padding: 1.5em;
}
.featuresIcon {
	width: 80px;
    height: 80px;
    line-height: 76px;
    margin: 0 auto;
	font-size: 2em;
	border-radius: 4px;
	position: relative;
	border-color: #404040;
	border-style: solid;
	border-width: 2px;
	-o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* Skills */
.croccanteSkill {
	float: left;
	width: 50%;
	padding: 1.5em 2em;
	margin: 0.5em 0;
	position: relative;
	overflow: hidden;
}
.croccanteSkill:nth-child(2n+1) {
    clear: both;
}
.skillTop .skillName {
	float: left;
	font-size: 16px;
    letter-spacing: 2px;
}
.skillTop .skillNameUnder {
	position: absolute;
    opacity: 0.1;
    font-size: 3em;
    top: 15px;
    left: 0px;
    line-height: 1;
	white-space: nowrap;
}
.skillTop .skillValue {
	float: right;
    line-height: 1;
	position: relative;
	opacity: 0;
    bottom: 15px;
	-o-transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
    transition: opacity .3s ease-in-out, bottom .3s ease-in-out;
}
.skillTop .skillValue span {
	font-size: 20px;
	font-weight: 700;
}
.skillTop .skillValue i {
	font-style: normal;
}
.skillBottom {
    width: 100%;
	position: relative;
	margin-top: 0.3em;
}
.skillBottom .skillBar {
	position: relative;
    width: 100%;
    height: 2px;
    background: #404040;
    opacity: 0.1;
}
.skillBottom .skillRealBar {
	height: 2px;
    background: #404040;
    position: relative;
    top: -2px;
	width: 0%;
	-o-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.skillBottom .skillRealBarCyrcle {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #404040;
    right: -5px;
    top: -5px;
	border-radius: 4px;
	-o-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
/* CTA */
.cta_columns .ctaIcon,
.cta_columns .ctaPhrase,
.cta_columns .ctaButton {
	display: inline-block;
}
.cta_columns .ctaIcon {
	position: relative;
	width: 50px;
    height: 50px;
    line-height: 48px;
    background-color: #404040;
    color: #ffffff;
	border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    font-size: 1.5em;
    border-radius: 4px;
	margin-right: 1em;
	-o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
section.croccante_cta:hover .cta_columns .ctaIcon {
	background-color: #ffffff;
	color: #404040;
}
.cta_columns .ctaText {
	float: left;
    width: 66.6666%;
}
.cta_columns .ctaButton {
	float: left;
    width: 33.3333%;
    padding: 0.8em 2em 0;
}
.cta_columns .ctaPhrase h3 {
	font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
    font-size: 1.6em;
    text-align: left;
}
.cta_columns .ctaPhrase p {
	margin: 0;
    text-align: left;
    line-height: 1;
}
.croccante_cta.withDesc .cta_columns .ctaIcon,
.croccante_cta.withDesc .cta_columns .ctaButton {
	vertical-align: text-bottom;
}
/* Services */
.services_columns_single {
	float: left;
	width: 50%;
    position: relative;
}
.services_columns_single.one {
	padding: 7em 0;
}
.services_columns_single.two {
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
}
.services_columns_single.two .serviceColumnSingleColor {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #404040;
    opacity: 0.6;
}
.singleService {
	width: 100%;
	padding: 0 5% 2.5em;
}
.singleService:last-child {
	padding: 0 5% 0;
}
.serviceIcon {
	float: left;
    width: 80px;
    text-align: center;
    position: relative;
    height: 80px;
    line-height: 76px;
    background-color: #ffffff;
    color: #404040;
	border-color: #404040;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
	margin-top: 0.3em;
    font-size: 2em;
	-o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.singleService:hover .serviceIcon {
	background-color: #404040;
    color: #ffffff;
}
.serviceText {
	float: left;
    width: calc(100% - 80px);
    padding-left: 3em;
}
.services_columns_single .serviceContent {
	position: relative;
	color: #ffffff;
	padding: 0 10%;
    text-align: right;
    width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.services_columns_single .serviceContent h3 {
	font-size: 3em;
    letter-spacing: -1px;
    line-height: 1.4;
    margin: 0;
}
.services_columns_single .serviceContent p {
	margin: 2em 0 0;
    font-size: 16px;
}
.serviceText h3 {
	margin: 0;
    margin-bottom: 0.6em;
    font-size: 1.2em;
    font-weight: 400;
}
.serviceText p {
	margin: 0;
}
.serviceButton.croccanteButton {
	margin-top: 15px;
}
/* Blog */
.croccanteBlogSingle {
	float: left;
	width: 33.3333%;
	padding: 1em 2em;
}
.croccanteBlogSingle:nth-child(3n+1) {
    clear: both;
}
.croccanteBlogSingle .entry-featuredImg {
	width: 100%;
    float: none;
    margin: 0;
}
.croccanteBlogSingle h2.entry-title {
	font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.5;
}
.croccanteBlogSingle .entry-meta {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog_columns .goToBlog {
	clear: both;
    text-align: center;
    margin-top: 3em;
    display: inline-block;
    width: 100%;
}
.blog_columns .entry-title,
.blog_columns .entry-meta {
	text-align: center;
}
/* Team */
.team_columns {
	text-align: center;
}
.team_columns .croccanteTeamSingle {
	float: left;
	text-align: center;
    padding: 1em;
}
.team_columns .croccanteTeamSingle:first-child:nth-last-child(1),
.team_columns .croccanteTeamSingle:first-child:nth-last-child(2),
.team_columns .croccanteTeamSingle:first-child:nth-last-child(2) ~ .croccanteTeamSingle {
	max-width: 350px;
    position: relative;
    margin: 0 auto;
    float: none;
    display: inline-table;
}
.team_columns .croccanteTeamSingle:first-child:nth-last-child(3),
.team_columns .croccanteTeamSingle:first-child:nth-last-child(3) ~ .croccanteTeamSingle {
	width: 33.3333%;
}
.team_columns .croccanteTeamSingle:first-child:nth-last-child(4),
.team_columns .croccanteTeamSingle:first-child:nth-last-child(4) ~ .croccanteTeamSingle {
	width: 25%;
}
.team_columns .croccanteTeamSingle:first-child:nth-last-child(5),
.team_columns .croccanteTeamSingle:first-child:nth-last-child(5) ~ .croccanteTeamSingle {
	width: 33.3333%;
}
.team_columns .croccanteTeamSingle:first-child:nth-last-child(6),
.team_columns .croccanteTeamSingle:first-child:nth-last-child(6) ~ .croccanteTeamSingle {
	width: 33.3333%;
}
.team_columns .croccanteTeamSingle:first-child:nth-last-child(5):nth-child(3n+1),
.team_columns .croccanteTeamSingle:first-child:nth-last-child(5) ~ .croccanteTeamSingle:nth-child(3n+1),
.team_columns .croccanteTeamSingle:first-child:nth-last-child(6):nth-child(3n+1),
.team_columns .croccanteTeamSingle:first-child:nth-last-child(6) ~ .croccanteTeamSingle:nth-child(3n+1) {
	clear: both;
}
.team_columns .croccanteTeamSingle img {
	width: 100%;
	display: block;
}
.team_columns .croccanteTeamSingle .croccanteTeamName {
	font-size: 1.4em;
    font-weight: 700;
    margin: 0.5em 0;
}
.team_columns, .team_columns .croccanteTeamSingle {
	filter: none;
	text-align: left;
	-o-transition: filter .3s ease-in-out;
    -moz-transition: filter .3s ease-in-out;
    -webkit-transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
}
.team_columns:hover .croccanteTeamSingle,
.team_columns:focus .croccanteTeamSingle,
.team_columns:active .croccanteTeamSingle {
	filter: grayscale(100%);
}
.team_columns:hover .croccanteTeamSingle:hover,
.team_columns:focus .croccanteTeamSingle:focus,
.team_columns:active .croccanteTeamSingle:active {
	filter: none;
}
.team_columns .croccanteTeamSingle .croccanteTeamDesc {
	position: relative;
	padding-top: 1em;
}
.team_columns .croccanteTeamSingle .croccanteTeamDesc:before {
	content: "";
    position: absolute;
    width: 15%;
    border-top: 1px solid;
	opacity: 0,4;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
}
/* Contact */
.contact_columns .croccanteContactField,
.contact_columns .croccanteContactForm {
	float: left;
	width: 50%;
	padding: 0 3em;
}
.contact_columns .croccanteContactIcon {
	position: absolute;
    bottom: 50px;
    left: -150px;
    font-size: 20em;
    opacity: 0;
    line-height: 1;
	-o-transition: opacity .3s ease-in-out, left .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, left .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out, left .3s ease-in-out;
    transition: opacity .3s ease-in-out, left .3s ease-in-out;
}
.contact_columns .croccanteContactField {
	text-align: right;
}
.croccante_contact.noForm .contact_columns .croccanteContactField {
	float: none;
	width: 100%;
}
.contact_columns .croccanteContactForm input[type="text"],
.contact_columns .croccanteContactForm input[type="email"],
.contact_columns .croccanteContactForm input[type="url"],
.contact_columns .croccanteContactForm input[type="password"], 
.contact_columns .croccanteContactForm input[type="search"],
.contact_columns .croccanteContactForm input[type="number"],
.contact_columns .croccanteContactForm input[type="tel"],
.contact_columns .croccanteContactForm input[type="submit"] {
	width: 100%;
}
.contact_columns .croccanteContactForm input:not([type="submit"]),
.contact_columns .croccanteContactForm textarea {
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
}
.contact_columns .croccanteContactForm textarea {
	max-height: 180px;
}
.croccanteCompanyName h3 {
	font-size: 2em;
    letter-spacing: -1px;
    margin: 0;
    font-weight: 400;
}
.croccanteCompanyAddress1,
.croccanteCompanyAddress2,
.croccanteCompanyAddress3,
.croccanteCompanyPhone,
.croccanteCompanyFax,
.croccanteCompanyEmail {
	position: relative;
	margin-top: 1em;
	right: 40px;
}
.croccanteCompanyAddress1 p,
.croccanteCompanyAddress2 p,
.croccanteCompanyAddress3 p,
.croccanteCompanyPhone p,
.croccanteCompanyFax p,
.croccanteCompanyEmail p {
	margin: 0;
}
.croccanteCompanyAddress2,
.croccanteCompanyAddress3 {
	margin-top: 0.1em;
}
.croccanteCompanyAddress1Icon,
.croccanteCompanyPhoneIcon,
.croccanteCompanyFaxIcon,
.croccanteCompanyEmailIcon {
	position: absolute;
    font-family: FontAwesome;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #ffffff;
    color: #000000;
    border-radius: 4px;
    right: -40px;
	top: 0;
}
section.croccante_aboutus .hentry {
	margin: 0;
	padding: 0;
	border-bottom-width: 0px;
}
section.croccante_aboutus .hentry:after {
	display: none;
}
@media all and (max-width: 1366px) {
	.croccanteBlogSingle {
		padding: 1em;
	}
	.contact_columns .croccanteContactField, .contact_columns .croccanteContactForm {
		padding: 0 1.5em;
	}
	.services_columns_single .serviceContent {
		padding: 0 5%;
	}
	.serviceText {
		padding-left: 1.5em;
	}
	.features_columns_single.three {
		padding: 1.5em;
	}
	.aboutus_columns_three.one {
		padding: 0 4%;
	}
}
@media all and (max-width: 1260px) {
	.croccante_action_cta {
		max-width: 1050px;
	}
}
@media all and (max-width: 1140px) {
	.croccante_action_cta {
		max-width: 900px;
	}
	.features_columns_single.four {
		width: 50%;
	}
}
@media all and (max-width: 1025px) {
	.serviceIcon {
		float: none;
		margin-top: 0;
		margin: 0 auto;
	}
	.serviceText {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0 !important;
	}
	.services_columns_single .serviceContent {
		text-align: center;
	}
	.features_columns, .skills_columns, .blog_columns, .team_columns, .contact_columns {
		padding: 7em 1.5em;
	}
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(4),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(4) ~ .croccanteTeamSingle,
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(5),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(5) ~ .croccanteTeamSingle,
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(6),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(6) ~ .croccanteTeamSingle {
		width: 50%;
	}
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(4):nth-child(2n+1),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(4) ~ .croccanteTeamSingle:nth-child(2n+1),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(5):nth-child(2n+1),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(5) ~ .croccanteTeamSingle:nth-child(2n+1),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(6):nth-child(2n+1),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(6) ~ .croccanteTeamSingle:nth-child(2n+1)	{
		clear: both;
	}
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(5):nth-child(3n+1),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(5) ~ .croccanteTeamSingle:nth-child(3n+1),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(6):nth-child(3n+1),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(6) ~ .croccanteTeamSingle:nth-child(3n+1) {
		clear: none;
	}
	.features_columns_single.three {
		padding: 1em;
	}
	.features_columns_single.four {
		width: 50%;
	}
}
@media all and (max-width: 950px) {
	.onepage_header {
		float: none;
		width: 100%;
		position: relative;
		padding: 2em 0;
	}
	.onepage_header .croccante_inside_header {
		transform: inherit !important;
	}
	.aboutus_columns, .services_columns, .features_columns, .skills_columns, .blog_columns, .team_columns, .contact_columns, .cta_columns {
		width: 100%;
		padding: 4em 1.5em;
	}
	.aboutus_columns {
		padding: 4em 0;
	}
	.services_columns {
		padding: 4em 0 0;
	}
}
@media all and (max-width: 850px) {
	body.page-template-template-onepage #content.site-content {
		margin: 0;
	}
	.aboutus_columns_three.one, .aboutus_columns_three {
		width: 100%;
		text-align: center;
		padding-bottom: 1.5em;
	}
	.aboutus_columns, .services_columns {
		display: block;
	}
	.cta_columns .ctaText, .cta_columns .ctaButton {
		width: 100%;
	}
	.cta_columns .ctaButton {
		padding: 1em 0 0;
	}
	.services_columns_single {
		display: block;
		padding: 4em 0;
		width: 100%;
	}
	.services_columns_single.one {
		padding: 0 0 4em;
	}
	.services_columns_single .serviceContent {
		height: auto !important;
	}
	.singleService {
		padding: 0 2em 2.5em;
	}
}
@media all and (max-width: 768px) {
	.croccante_main_text {
		font-size: 4em;
		letter-spacing: -3px;
	}
	.contact_columns .croccanteContactIcon {
		display: none;
	}
}
@media all and (max-width: 767px) {
	body.page-template-template-onepage #primary.content-area section {
		margin: 0 15px;
	}
	ul.croccante_sectionmap {
		display: none;
	}
	.flexslider .slides > li .flexText .inside h2 {
		font-size: 2.5em;
	}
	.cta_columns .ctaIcon, .cta_columns .ctaPhrase, .cta_columns .ctaButton {
		display: block;
	}
	.cta_columns .ctaIcon {
		margin: 0 auto;
	}
	.cta_columns .ctaPhrase h3, .cta_columns .ctaPhrase p {
		text-align: center;
	}
	.croccanteSkill, .features_columns_single.three, .croccanteBlogSingle,
	.contact_columns .croccanteContactField, .contact_columns .croccanteContactForm,
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(1),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(2),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(2) ~ .croccanteTeamSingle,
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(3),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(3) ~ .croccanteTeamSingle,
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(4),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(4) ~ .croccanteTeamSingle,
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(5),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(5) ~ .croccanteTeamSingle,
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(6),
	.team_columns .croccanteTeamSingle:first-child:nth-last-child(6) ~ .croccanteTeamSingle {
		width: 100%;
	}
	.features_columns_single h3 {
		margin: 1em 0;
	}
	.features_columns_single.four, .features_columns_single.two {
		width: 100%;
	}
}
@media all and (max-width: 559px) {
	body.page-template-template-onepage #primary.content-area {
		padding: 0;
	}
	body.page-template-template-onepage #primary.content-area section {
		margin: 0;
	}
	.flexslider .slides > li .flexText .inside h2 {
		font-size: 1.5em;
	}
	.croccante_main_text {
		font-size: 3em;
		letter-spacing: -2px;
	}
	.aboutus_columns_three.one h3 {
		font-size: 2em;
	}
	.croccanteSkill {
		padding: 1.5em 1em;
	}
	.cta_columns .ctaButton {
		padding: 2em 0 0;
	}
	.croccanteBlogSingle, .team_columns .croccanteTeamSingle, .contact_columns .croccanteContactField, .contact_columns .croccanteContactForm {
		padding: 1em 1.5em;
	}
	.aboutus_columns, .services_columns, .features_columns, .skills_columns, .blog_columns, .team_columns, .contact_columns, .cta_columns {
		padding: 3em 0;
	}
	.services_columns {
		padding: 3em 0 0;
	}
	.singleService {
		padding: 0 1em 2.5em;
	}
	.features_columns_single {
		padding: 2em 1em !important;
	}
}