@media screen and (max-width: 1366px) {

	/* Stripes container
	--------------------------------------------------------------*/
		.stripe-container {
			max-width: 1160px;
		}
		.stripe-container-medium {
			max-width: 830px;
		}
		.stripe-container,
		.stripe-container-medium,
		.stripe-container-small {
			padding-left: 30px;
			padding-right: 30px;
		}
		
	/* Spacing
	--------------------------------------------------------------*/
		.stripe-spacing {
			padding-top: 90px;
			padding-bottom: 90px;
		}
		.stripe-spacing-top {
			padding-top: 90px;
		}
		.stripe-spacing-bottom {
			padding-bottom: 90px;
		}
		.half-stripe-spacing {
		    padding-top: 45px;
		    padding-bottom: 45px;
		}
		.half-stripe-spacing-top {
		    padding-top: 45px;
		}
		.half-stripe-spacing-bottom {
		    padding-bottom: 45px;
		}
		.small-stripe-spacing {
			padding-top: 20px;
			padding-bottom: 20px;
		}
		.small-stripe-spacing-top {
			padding-top: 20px;
		}
		.small-stripe-spacing-bottom {
			padding-bottom: 20px;
		}

	/* FONTS
	--------------------------------------------------------------*/
		.big-title {
			font-size: 27px;
		}
		h1 {
			font-size: 30px;
		}
		h2 {
			font-size: 23px;
			margin-bottom: 10px;
		}
		p, a, p a, li, .single-detail * {
			font-size: 14px;
		}
		.footer-menu .menu li a {
			font-size: 13px;
		}
		#footer-notes p, #footer-notes a {
			font-size: 12px;
		}
		#breadcrumbs * {
			font-size: 11px;
		}
	    .sub-title,
	    .sub-title * {
	        font-size: 21px;
	    }

	/* HEADER
	--------------------------------------------------------------*/
		header .header-logo {
		    width: 140px;
		    height: 40px;
		}
		header .header-secondary-logo {
			width: 30px;
			height: 40px;
		}
		header .menu li {
		    padding: 16px 0;
		}
		header .menu a {
		    font-size: 11px;
		}

		header .still-sticky .header-top {
		    padding: 7px 50px;
		}
		header .still-sticky .header-logo {
			width: 120px;
			height: 35px;
		}
		header .still-sticky .menu a {
		    font-size: 11px;
		}
	
	/* BUTTONS
	--------------------------------------------------------------*/
		.btn {
			font-size: 13px !important;
			margin-top: 25px;
			padding: 13px 27px;
		}

	/* FOOTER
	--------------------------------------------------------------*/
		.footer-secondary-logo {
		    width: 170px;
		    height: 50px;
		}
		.social-links .menu {
		    margin-top: 10px;
		}
		.social-links .menu .single-social a {
		    font-size: 16px !important;
		}
}

@media screen and (max-width: 1200px) {
	h1 {
		font-size: 28px;
		padding-bottom: 0;
	}
	header .header-top.flex {
	    padding: 5px 20px;
	}
}


@media screen and (max-width: 992px) {
	h1 {
	    font-size: 28px;
	    padding-bottom: 0;
	}
	h3 {
	    font-size: 16px;
	}
	.sub-title, .sub-title * {
	    font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	
	/* Stripes container
	--------------------------------------------------------------*/
	.stripe-container,
	.stripe-container-medium,
	.stripe-container-small {
		padding-left: 20px;
		padding-right: 20px;
	}
	.stripe-container-medium {
		max-width: 100%;
	}

	/* FONTS
	--------------------------------------------------------------*/
		h1 {
			font-size: 23px;
		}
		h2 {
			font-size: 20px;
		}
		h3 {
		    font-size: 15px;
		}
		.btn {
			font-size: 11px !important;
			padding: 11px 23px;
		}
		#breadcrumbs * {
		    font-size: 10px;
		}
	    .sub-title, .sub-title * {
	        font-size: 18px;
	    }

	/* SPACING
	--------------------------------------------------------------*/
		.stripe-spacing {
			padding-top: 70px;
			padding-bottom: 70px;
		}
		.stripe-spacing-top {
			padding-top: 70px;
		}
		.stripe-spacing-bottom {
			padding-bottom: 70px;
		}
		.half-stripe-spacing {
			padding-top: 35px;
			padding-bottom: 35px;
		}
		.half-stripe-spacing-top {
			padding-top: 35px;
		}
		.half-stripe-spacing-bottom {
			padding-bottom: 35px;
		}

	/* FOOTER
	--------------------------------------------------------------*/
		.footer-menu .menu li {
			padding: 0 8px;
		}
		.footer-menu .menu li a {
			font-size: 12px;
		}
		#footer-notes p,
		#footer-notes a {
			font-size: 11px;
		}

		.footer-secondary-logo {
		    width: 145px;
		    height: 44px;
		}

	/* FIXED BUTTON
	--------------------------------------------------------------*/
		.fixed-buttons > div {
		    width: 37px;
		    height: 37px;
		}
		.fixed-buttons .phone-call {
		    padding: 6px;
		}
		.fixed-buttons {
		    right: 6px;
		    bottom: 40px;
		}

	/* SCROLL TO TOP
	--------------------------------------------------------------*/
		button.scroll-to-top {
			right: 5px;
			padding: 0;
		}
		button.scroll-to-top i {
			font-size: 11px;
			padding: 6px 13px;
		}		
}