/* ===================================
    1. Global CSS
====================================== */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	background-color: #f2f1f6;
}

body a {
	text-decoration: none;
	color: #23214c;
	transition: color .2s linear;
}

body a:hover, body a:box {
	color: #d0a8b1;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -2px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.vertical-align {
	display: table;
}

.vertical-align>[class^="col-"], .vertical-align>[class*=" col-"] {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.m-top-5 {
	margin-top: 5px;
}

.m-top-10 {
	margin-top: 10px;
}

.m-top-20 {
	margin-top: 20px;
}

.m-top-40 {
	margin-top: 40px;
}

.m-bottom-5 {
	margin-bottom: 5px;
}

.m-bottom-10 {
	margin-bottom: 10px;
}

.m-bottom-20 {
	margin-bottom: 20px;
}

.m-bottom-40 {
	margin-bottom: 40px;
}

.row .row {
	margin: 0;
}

.box-wrapper {
	width: 1170px;
	margin: 0 auto;
	display: block;
	background-color: #fff;
}

.content-980 {
	width: 980px;
	margin: 0 auto;
	display: block;
	padding-top: 120px;
	padding-bottom: 120px;
	max-width: 100%;
}

.content-980blue {
	width: 980px;
	margin: 0 auto;
	display: block;
	padding-top: 120px;
	padding-bottom: 120px;
	max-width: 100%;
}

.box-wrapper img, .content-980 img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

/* ===================================
    1.1 Animation CSS
====================================== */

.animate {
	opacity: 0;
	transition: .3s ease-in;
	-ms-transform: translate(0px, 20px);
	-webkit-transform: translate(0px, 20px);
	transform: translate(0px, 20px);
}

.animate.show-it {
	opacity: 1;
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	color: #fff;
}

.wait-03s {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.wait-06s {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.wait-09s {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

/* ===================================
    1.2 Preloader CSS
====================================== */

.doc-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #fff;
}

.doc-loader img {
	width: 100px;
	height: 130px;
	position: absolute;
	top: 50%;
	margin-top: -65px;
	left: 50%;
	margin-left: -50px;
}

/* ===================================
    1.3 Slider Prev/Next CSS
====================================== */

.slick-next, .slick-prev {
	transition: color .3s ease-in-out;
	color: #5f5a6d;
	z-index: 1001;
}

.slick-next:before, .slick-prev:before {
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 700;
}

.slick-next:hover, .slick-prev:hover {
	color: #d0a8b1;
}

.slick-prev {
	right: 5%;
}

/* ===================================
    2. Top Menu
====================================== */

.menu-wrapper {
	z-index: 9999 !important;
	background-color: #F7F7F7;
	width: 100% !important;
	top: 0;
	position: fixed;
	transition: background-color .3s linear;
	-webkit-transform: translateZ(0);
}

#header-main-menu {
	max-width: 1170px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}

img.menu-logo {
	width: 193px;
	height: 68px;
	position: absolute;
	left: 0px;
	top: 8px;
}

.main-menu.sm-clean {
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-menu.sm-clean a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 40px;
	color: #1e1e1e;
	text-transform: uppercase;
	letter-spacing: 0.03cm;
}

.main-menu.sm-clean .sub-menu a {
	font-size: 11px;
	line-height: 20px;
}

.sm-clean .current_page_item a {
	color: #fff !important;
}

.main-menu.sm-clean a:hover {
	color: #086a95 !important;
}

.sm-clean li.active a {
	color: #086a95;
}

.mob-menu {
	display: none;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: color .2s linear;
	color: #1a1248;
	margin-right: 10px;
}

/* ===================================
    3. Home Section
====================================== */

#home {
	background-color: #dad9e1;
	padding-top: 0%;
	padding-bottom: 300px;
	margin-bottom: -300px;
	background-image: url(images/homebg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#home .box-wrapper {
	background-color: transparent;
}

/* ===================================
    4. contenuti Section
====================================== */

.menu-wrapper.section-contenuti {
	background-color: #F7F7F7;
}

#contenuti .box-wrapper {
	/*background-image: url("images/bg_img_01.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
}

.gossip {
	background-image: url("images/bg_img_01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bandablu {
	background-color: #1a1248;
}

.menueffect {
	color: #fff;
	padding: 4px;
	background-color: #1a1248;
	border-radius: 10px;
	-moz-border-radius: 10px;
	/* firefox */
	-webkit-border-radius: 10px;
	/* safari, chrome */
}

.menueffect:hover {
	color: #fff;
	padding: 4px;
	background-color: #086a95;
	border-radius: 10px;
	-moz-border-radius: 10px;
	/* firefox */
	-webkit-border-radius: 10px;
	/* safari, chrome */
}

.bg {
	background-color: #ffffff;
}

.logo {
	margin-left: 43%;
	margin-right: 47%;
}

.mobistyle {
	background-color: #086a95;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

.quote {
	background-color: #fff;
	padding: 60px;
}

.quote h2 {
	font-size: 58px;
	line-height: 60px;
	color: #1a1847;
	margin: 0;
}

.contenuti-service {
	color: #e3ccd1;
	background-color: #086a95;
	padding: 20px 40px !important;
	margin-bottom: 204px !important;
}

img.contenuti-img {
	width: 120px;
}

.contenuti-item-text {
	font-weight: 600;
}

.titolicontenuti {
	color: #086a95;
}

/* ===================================
    5. Team Section
====================================== */

.menu-wrapper.section-team {
	background-color: #c1b0bc;
}

#team .box-wrapper {
	background-color: #6a6579;
}

.team-member img {
	margin: 0 auto;
	display: block;
}

.team-member .member-wrapper {
	padding: 45px 70px 55px 70px;
}

.team-member.featured {
	background-color: white;
	color: #686475;
	margin-top: -160px;
	margin-bottom: 140px;
}

.team-member.featured .member-name {
	color: #5f5a6d;
}

.team-member .member-name {
	line-height: 60px;
	font-size: 58px;
	color: #086a95;
}

.mobistyle .member-name {
	line-height: 60px;
	font-size: 58px;
	color: white;
}

.payoffmobistyle {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;
	padding-bottom: 20px;
}

.team-member .member-position {
	font-size: 12px;
	color: #086a95;
	font-weight: 600;
	letter-spacing: 3px;
	padding-bottom: 20px;
}

.team-member .member-name2 {
	line-height: 50px;
	font-size: 58px;
	color: #086a95;
}

.team-member .member-text {
	font-size: 14px;
}

.team-member.member-3 {
	background-color: #ffffff;
}

.progress_bar {
	margin-bottom: 15px;
	padding: 0 70px;
}

.progress_bar_field_holder {
	height: 59px;
	position: relative;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.progress_bar_field_holder:hover .progress_bar_title {
	left: 10px;
	color: #fff !important;
}

.progress_bar_field_holder:hover .progress_bar_percent_text {
	right: 10px;
	color: #fff !important;
}

.progress_bar_title {
	color: #D7C6D0;
	position: absolute;
	top: 8px;
	z-index: 2;
	left: -11px;
	font-weight: bold;
	font-size: 45px;
	line-height: 100%;
	transition: color .2s linear, left .2s linear;
}

.progress_bar_percent_text {
	color: #D7C6D0;
	position: absolute;
	right: -35px;
	top: 15px;
	z-index: 2;
	font-weight: bold;
	font-size: 35px;
	line-height: 100%;
	transition: color .2s linear, right .2s linear;
}

.progress_bar_field_perecent {
	background-color: #D0A8B1;
	height: 59px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* ===================================
    6. Footer
====================================== */

footer {
	font-size: 14px;
	color: #fff;
}

footer a {
	color: #fff;
}

.footer {
	background: #086a95;
	color: #fff;
	padding: 60px 0;
	margin-bottom: 50px;
}

.footer-text {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	max-width: 600px;
	margin: 0 auto;
	line-height: 35px;
	letter-spacing: -1px;
}

.social-footer span.fa {
	font-size: 100px;
	padding: 40px;
}

.copyright a {
	color: #fff;
}

/* ===================================
    7. Responsive Part
====================================== */

@media screen and (max-width: 1200px) {
	.content-980 {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.content-980blue {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.image-slider-wrapper {
		padding-left: 2%;
		padding-right: 2%;
	}
	.service-txt {
		width: 210px;
	}
	.box-wrapper, .grid {
		width: 975px;
	}
	.grid-sizer, .grid-item {
		width: 325px;
	}
	.grid-item.p_1x1 {
		width: 325px;
	}
	.grid-item.p_2x2 {
		width: 650px;
	}
	.box-holder {
		padding: 10%;
		padding-bottom: 10px;
	}
	.box-holder h2 {
		font-size: 36px;
		line-height: 48px;
		letter-spacing: -2px
	}
	.box-holder p {
		line-height: 28px
	}
	.process-holder .process {
		width: 187px;
	}
	.process-holder .separator {
		width: 40px;
	}
	.contatti-info {
		padding: 10% !important;
	}
	.team-member .member-name2 {
		line-height: 50px;
		font-size: 58px;
		color: #086a95;
	}
}

@media screen and (max-width: 992px) {
	.image-slider-wrapper .slick-next {
		right: 20px;
	}
	.image-slider-wrapper .slick-prev {
		right: 70px;
	}
	.box-wrapper, .grid {
		width: 100%;
	}
	.grid-sizer, .grid-item {
		width: 50%;
	}
	.grid-item.p_1x1 {
		width: 50%;
	}
	.grid-item.p_2x2 {
		width: 50%;
	}
	.service-items-holder {
		padding-top: 50px;
	}
	.process-holder .process {
		width: 172px;
		font-size: 60px;
	}
	.process span:first-child {
		font-size: 90px;
	}
	.process .process-txt {
		font-size: 13px;
	}
	.process-holder .separator {
		width: 15px;
		margin: 0 8px;
	}
	#news .post {
		padding: 10%;
	}
	#news .post .entry-title {
		font-size: 36px;
		line-height: 45px;
		max-width: none;
	}
	.team-member.featured {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.team-member .member-name2 {
		line-height: 50px;
		font-size: 58px;
		color: #086a95;
	}
}

@media screen and (max-width: 925px) {
	[class*='col-'] {
		text-align: center;
	}
	img.menu-logo {
		width: auto;
		height: 44px;
		left: 1%;
	}
	.mob-menu {
		display: block;
	}
	.mob-menu:hover {
		cursor: pointer;
	}
	.main-menu.sm-clean {
		padding-bottom: 0;
	}
	.main-menu {
		float: none;
		margin: 0 auto;
		text-align: center;
		max-width: 300px;
		width: 100%;
		position: relative;
		z-index: 9999;
		display: none;
	}
	.main-menu ul {
		width: 12em;
		/* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
	}
	.sm-clean a, .sm-clean a:hover, .sm-clean a:box, .sm-clean a:active {
		padding-right: 0;
		padding-left: 0;
	}
	.main-menu.sm-clean a {
		line-height: 18px;
	}
	.main-menu.sm-clean .sub-menu a {
		font-size: 16px;
		line-height: 18px;
		text-align: center;
	}
	h2.big-title {
		font-size: 38px;
		line-height: 44px;
	}
	.contenuti-service {
		padding: 10% !important;
	}
	.quote {
		padding: 10%;
	}
	.quote h2 {
		font-size: 36px;
		line-height: 48px;
	}
	.progress_bar {
		padding: 0 10%;
	}
	.team-member .member-wrapper {
		padding: 10%;
	}
	#contatti ul.counter-widget li {
		padding: 3%;
	}
	.contatti-form {
		padding-top: 12%;
		padding-right: 10%;
		padding-bottom: 1px;
		padding-left: 10%;
	}
	.social-footer span.fa {
		font-size: 70px;
		padding: 20px;
	}
	.single-holder {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.single-wrapper .box-wrapper {
		margin-top: 0;
	}
	h1.entry-title {
		font-size: 40px;
		line-height: 50px;
	}
	.post-info {
		font-size: 14px;
	}
	blockquote {
		font-size: 25px;
		line-height: 32px;
	}
	blockquote:before {
		font-size: 150px;
		margin-bottom: -75px;
	}
	.content-980 {
		background-color: #086a95;
	}
	.gossip {
		background-image: url(images/bg_contenuti805.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.titolicontenuti {
		color: #086a95;
		line-height: 60px;
		font-size: 58px;
	}
	.team-member .member-name2 {
		line-height: 50px;
		font-size: 58px;
		color: #086a95;
	}
	.single-post {
		letter-spacing: 0px;
		color: #1e1e1e;
		text-align: left;
	}
}

@media screen and (max-width: 805px) {
	.service-txt {
		width: 295px;
	}
	.contatti-form input[type=text], .contatti-form input[type=email], .contatti-form textarea, p.custom-field-class, #commentform #email, #commentform #author, #commentform #comment {
		width: 100% !important;
	}
	.content-980 {
		background-color: #086a95;
	}
	.gossip {
		background-image: url(images/bg_contenuti805.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.titolicontenuti {
		color: #086a95;
		line-height: 60px;
		font-size: 58px;
	}
	.team-member .member-name2 {
		line-height: 50px;
		font-size: 58px;
		color: #086a95;
	}
	.single-post {
		letter-spacing: 0px;
		color: #1e1e1e;
		text-align: left;
	}
}

@media screen and (max-width: 750px) {
	.service-img {
		display: block;
		text-align: center;
	}
	.service-txt {
		width: 100%;
		display: block;
		margin-left: 0;
		margin-top: 10px;
		text-align: center;
	}
	.process-holder .process {
		margin: 0 auto;
		padding-bottom: 30px;
		display: block;
	}
	.process-holder .separator {
		display: none;
	}
	.news-holder {
		display: block;
	}
	.testimonial-slider-holder .author-text {
		font-size: 17px;
		max-width: 90%;
		line-height: 24px;
	}
	#contatti ul.counter-widget li {
		padding: 3% 0;
		display: block;
	}
	.footer-text {
		font-size: 15px;
		line-height: 22px;
		max-width: 90%;
	}
	.social-footer span.fa {
		font-size: 40px;
		padding: 30px 10px;
	}
	.content-980 {
		background-color: #086a95;
	}
	.gossip {
		background-image: url(images/bg_contenuti750.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.titolicontenuti {
		color: #086a95;
		line-height: 60px;
		font-size: 58px;
	}
	.team-member .member-name2 {
		line-height: 50px;
		font-size: 58px;
		color: #086a95;
	}
	.single-post {
		letter-spacing: 0px;
		color: #1e1e1e;
		text-align: left;
	}
}

@media screen and (max-width: 580px) {
	.grid-sizer, .grid-item, .grid-item.p_1x1, .grid-item.p_2x2 {
		width: 100%;
	}
	img.menu-logo {
		width: 114px;
		height: 40px;
		position: absolute;
		left: 20;
		top: 10px;
	}
	.content-980 {
		background-color: #086a95;
	}
	.content-980blue {
		background-color: #1a1248;
	}
	.gossip {
		background-image: url(images/bg_contenuti_smartphone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.titolicontenuti {
		color: #086a95;
		line-height: 60px;
		font-size: 58px;
	}
	.team-member .member-wrapper {
		padding: 45px 10px 55px 10px;
	}
	.footer {
		background: #086a95;
		color: #fff;
		padding: 60px 10px 40px 10px;
		margin-bottom: 50px;
	}
	.team-member .member-name2 {
		line-height: 34px;
		font-size: 32px;
		color: #086a95;
	}
	.team-member .member-name {
		line-height: 34px;
		font-size: 32px;
	}
	.single-post {
		letter-spacing: 0px;
		color: #1e1e1e;
		text-align: left;
	}
}

/* ===================================
    7. privacy
====================================== */

.titoliprivacy {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #086a95;
	letter-spacing: 0px;
}

.box-wrapperprivacy {
	width: 90%;
	margin: 0 auto;
	display: block;
	background-color: #fff;
}

.mainstream {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

.descrizionisecondarie2 {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	color: #1e1e1e;
}

.titoliprivacy {
	color: #1e1e1e;
	letter-spacing: 0px;
}

.single-post {
	letter-spacing: 0px;
	color: #1e1e1e;
	text-align: left;
}

/* ===================================
    7. slider
====================================== */

#slider1>div:not(:first-child) {
	display: none;
}

.mob-menu {
	min-height: 60px;
}

#ham-menu {
	position: absolute;
	right: 10px;
	top: 18px;
}

#ham-menu span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #1e1e1e;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#ham-menu span:first-child {
	transform-origin: 0% 0%;
}

#ham-menu span:nth-last-child(2) {
	transform-origin: 0% 100%;
}