﻿.franchise .basetitle {
	text-transform: uppercase;
	font-size: 70px;
	/*font-family: "Lato";*/
	margin-top: 20px;
	margin-bottom: 60px;
	line-height: 1.1;
	letter-spacing: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

.franchise .basesubtitle {
	text-transform: uppercase;
	font-size: 26px;
	font-family: "Lato";
	font-weight: bold;
	margin-top: 100px;
	letter-spacing: 2px;
	line-height: 1.1;
	padding-left: 15px;
	padding-right: 15px;
}

.top-banner {
	height: 880px;
	text-align: center;
}

	.top-banner .text {
		color: white;
	}

		.top-banner .text .title {
			font-size: 70px;
			font-weight: 300;
			text-transform: uppercase;
			line-height: 1.1;
		}

		.top-banner .text .subtitle {
			font-size: 26px;
			line-height: 1.1;
			text-transform: uppercase;
			font-weight: bold;
			margin-top: 30px;
		}

		.top-banner .text .info-text {
			font-size: 22px;
			line-height: 1.5;
			margin-top: 25%;
		}


	.top-banner .mask {
		background-color: rgba(0, 0, 0, 0.3);
	}

.franchise-values {
	background-image: url('../images/franchise/franciza_valori_banner_small.jpg');
	padding-bottom: 140px;
	position: relative;
	background-repeat: no-repeat;
	background-color: #c6f5d7;
}

	.franchise-values .values-texts {
	}

		.franchise-values .values-texts .title {
			text-transform: uppercase;
			font-size: 26px;
			font-family: "Lato";
			font-weight: bold;
			margin-top: 80px;
			margin-bottom: 50px;
		}

		.franchise-values .values-texts .text {
			line-height: 1.7;
			margin-left: 30px;
			margin-right: 30px;
			margin-bottom: 30px;
		}

	.franchise-values .values {
		position: absolute;
		margin-top: 80px;
		z-index: 10;
	}

		.franchise-values .values .item {
			background-color: white;
			border-radius: 5px;
			min-height: 250px;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 10px;
			margin-bottom: 20px;
		}

			.franchise-values .values .item img {
				margin: 0 auto;
				padding-bottom: 80px;
				padding-top: 40px;
			}

			.franchise-values .values .item .title {
				text-transform: uppercase;
				font-size: 20px;
				font-family: "Lato";
				font-weight: bold;
			}

.vision {
	position: relative;
}

	.vision .mask {
		background-color: rgba(0, 0, 0, 0.3);
		width: 100%;
		height: 100%;
		position: absolute;
	}

	.vision .text .info-text {
		font-size: 30px;
		line-height: 1.1;
		text-transform: uppercase;
		font-weight: 700;
		color: black;
		background-color: white;
		padding-left: 5px;
		padding-right: 5px;
		line-height: 1.6;
		letter-spacing: 5px;
	}

	.vision .text .title {
		font-size: 20px;
		text-transform: none;
		margin-top: 40px;
		margin-bottom: 0px;
		color: white;
	}

	.vision .text {
		text-align: center;
		padding-top: 320px;
		padding-bottom: 150px;
	}

.concept {
}

	.concept .item {
		margin-top: 20px;
		margin-bottom: 20px;
	}

		.concept .item .image img {
			border-radius: 50%;
			padding: 20px;
		}

		.concept .item .description {
			font-size: 18px;
			line-height: 27px;
			padding-left: 20px;
			padding-top: 50px;
		}



.locations {
	border-top: 1px solid #777;
	margin-top: 80px;
}

	.locations .basetitle {
		margin-top: 60px;
	}

.sugest-location {
	background-color: #33593e;
}

	.sugest-location .basesubtitle {
		color: white;
		margin-bottom: 80px;
	}

	.sugest-location input[type=text], .sugest-location textarea {
		width: 100%;
		margin-top: 5px;
	}

	.sugest-location .btn-container {
		margin-top: 30px;
		margin-bottom: 80px;
		text-align: center;
	}

	.sugest-location textarea {
		height: 94px;
	}

	.sugest-location .alert-success, .sugest-location .alert-danger {
		margin-bottom: 25px;
	}


.partener {
	padding-bottom: 70px;
	background-color: #e8e8e8;
}

	.partener .item {
		margin-top: 20px;
		margin-bottom: 20px;
	}

		.partener .item .image a {
			display: inline-block;
		}

		.partener .item .image img {
			padding-right: 20px;
			padding-left: 20px;
			max-height: 78px;
			display: inline;
		}

		.partener .item .description {
			padding-left: 10px;
		}

			.partener .item .description .title {
				padding-left: 0px;
				font-size: 18px;
				text-transform: uppercase;
				font-weight: bold;
				margin-bottom: 10px;
				display: block;
				color: #777;
			}

	.partener .btn-gray {
		margin-top: 10px;
		width: auto !important;
		position: relative;
	}

		.partener .btn-gray .succes-filled {
			color: #33593e;
			margin-left: 15px;
			position: absolute;
			margin-top: 10px;
			font-size: 24px;
		}

.franchise-form-container {
	background-color: #fff;
}

.franchise-form {
	margin-top: 40px;
	padding-top: 20px;
}

	.franchise-form input[type=text], .franchise-form textarea, .franchise-form select {
		width: 100%;
		margin-top: 10px;
		font-style: normal;
		text-transform: none;
	}

	.franchise-form .btn-container {
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}

	.franchise-form .cb-franchise-location-type {
		font-weight: 100;
		font-size: 16px;
	}

	.franchise-form .green-text {
		color: #33593e;
		font-weight: bold;
		margin-bottom: 0px;
		margin-top: 10px;
	}

.testimonials {
	background-image: url('../images/franchise/Franciza_background.jpg');
	position: relative;
	padding-bottom: 50px;
}

	.testimonials .basetitle {
		color: white;
		margin-top: 80px;
	}

	.testimonials .item {
		margin-bottom: 30px;
		background-color: white;
	}

		.testimonials .item .left {
			background-color: #e8e8e8;
		}

			.testimonials .item .left img {
				padding: 20px;
				border-radius: 50%;
				margin: 0 auto;
			}

		.testimonials .item .right {
			padding: 25px;
		}

			.testimonials .item .right .title {
				padding-left: 0px;
				font-size: 18px;
				text-transform: uppercase;
				font-weight: bold;
				margin-bottom: 10px;
				display: block;
				color: #777;
			}

			.testimonials .item .right .subtitle {
				text-transform: uppercase;
			}

.qualifications {
	background-color: black;
}

	.qualifications .basesubtitle, .qualifications .basetitle {
		color: white;
	}

	.qualifications .basetitle {
		margin-top: 60px;
		margin-bottom: 0px;
	}

	.qualifications .basesubtitle {
		margin-top: 20px;
		margin-bottom: 60px;
	}

	.qualifications .item-container {
		width: 20%;
		float: left;
		padding-bottom: 0px;
	}

	.qualifications .items {
		border-top: 1px solid #222;
		padding-top: 30px;
	}

	.qualifications .item {
	}

		.qualifications .item img {
			display: inline-block;
			height: 85px;
		}

		.qualifications .item .description {
			margin-top: 20px;
			margin-top: 40px;
			background-color: #33593e;
			margin-left: 5px;
			margin-right: 5px;
			position: relative;
			text-align: center;
			padding-bottom: 0px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

			.qualifications .item .description:before {
				border-color: transparent transparent #33593e;
				border-style: solid;
				border-width: 0 10px 10px;
				content: "";
				height: 0;
				margin-left: -10px;
				position: absolute;
				top: -9px;
				width: 0;
			}

			.qualifications .item .description .text {
				padding: 25px;
				font-size: 16px;
				color: white;
				min-height: 145px;
				text-align: left;
			}

				.qualifications .item .description .text p {
					font-size: 14px;
				}

			.qualifications .item .description:hover {
				margin-top: 20px;
				padding-bottom: 20px;
			}




.faq-questions {
	background-color: white;
	padding-bottom: 80px;
}

	.faq-questions .accordion-item {
		margin-bottom: 15px !important;
		padding-left: 130px;
		padding-right: 130px;
	}

	.faq-questions .accordion-heading {
		border-bottom: 0px !important;
		font-weight: bold;
		padding-bottom: 5px !important;
	}

		.faq-questions .accordion-heading i {
			font-size: 12px;
			margin-right: 10px;
			line-height: 16px;
		}

		.faq-questions .accordion-heading .collapsed i:before {
			content: "\e258" !important;
		}

		.faq-questions .accordion-heading i:before {
			content: "\e259";
		}

		.faq-questions .accordion-heading .title {
			line-height: 16px;
		}

	.faq-questions .text {
		margin-left: 22px;
	}


/****************** MEDIA < 767PX ******************/
@media (max-width: 767px) {
	.franchise .basetitle {
		font-size: 40px;
	}

	.top-banner {
		background-size: 210% auto;
		height: 278px;
		margin-top: 98px;
	}

		.top-banner .text {
			padding-top: 25px;
		}


			.top-banner .text .title {
				font-size: 20px;
			}

			.top-banner .text .subtitle {
				font-size: 30px;
				margin-top: 15px;
			}

			.top-banner .text .info-text {
				font-size: 14px;
				margin-top: 0;
			}


	/*.top-banner .text .title {
        font-size: 50px;
    }

    .top-banner .text .subtitle {
        font-size: 26px;
    }

    .top-banner .text .info-text {
        font-size: 20px;
    }*/

	.franchise-values .values {
		position: relative;
		margin-top: 20px;
	}

	.franchise-values {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.concept .item .image img {
		padding: 0px;
	}

	.concept .item .description {
		padding-top: 0px;
	}

	.shops {
		display: none;
	}

	.partener .item .image img {
		padding-right: 5px;
		padding-left: 5px;
	}

	.partener .item .btn-gray {
		padding: 15px 30px !important;
	}

	.testimonials .basetitle {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 45px;
	}

	.faq-questions .accordion-item {
		padding-left: 20px;
		padding-right: 20px;
	}

	.qualifications .item-container {
		width: 100%;
		padding-bottom: 30px;
	}
}

/****************** MEDIA > 768px && MEDIA < 992px ******************/
@media (min-width: 768px) and (max-width: 992px) {
	.values .item-col {
		padding-left: 5px;
		padding-right: 5px;
	}

	.franchise-values .values .item .title {
		font-size: 16px;
	}

	.faq-questions .accordion-item {
		padding-left: 60px;
		padding-right: 60px;
	}
}

/****************** MEDIA > 992px && MEDIA < 1199px ******************/
@media (min-width: 992px) and (max-width: 1199px) {
}
