/******************************
Table of Contents
1. 1600px
2. 1400px ≥xxl
3. 1280px
4. 1200px ≥xl
5. 1024px
6. 992px ≥lg
7. 959px
8. 880px
9. 768px ≥md
10. 576px ≥sm <xs
11. 539px
12. 479px
13. 400px
******************************/

/************
1. 1600px
************/
@media only screen and (max-width: 1600px) {

}

/************
2. 1400px
************/
@media only screen and (max-width: 1400px) {
	
}

/************
3. 1380px
************/
@media only screen and (max-width: 1380px) {
	
}

/************
3. 1280px
************/
@media only screen and (max-width: 1280px) {

}

/************
4. 1200px
************/
@media only screen and (max-width: 1200px) {
	h1 {
		font-size: 1.9em;
	}
	h2 {
		font-size: 1.7em;
	}
/*	.search_container_form {
		width: 217px;
	}
	.info_form {
		margin-top: 29px;
	}
	.cta_button {
		margin-top: 30px;
	}
	.footer_contact_form div input {
		width: 100%;
	}
	.footer_nav ul li:not(:last-child) {
		margin-right: 40px;
	}
	.footer_links {
		margin-left: 54px;
	}*/
}

/************
4. 1100px
************/
@media only screen and (max-width: 1100px) {
	
}

/************
5. 1024px
************/
@media only screen and (max-width: 1024px) {
	
}

/************
6. 992px
************/
@media only screen and (max-width: 992px) {
	h1 {
		font-size: 1.7em;
	}
	h2 {
		font-size: 1.6em;
	}

/*	.home_title {
		font-size: 48px;
	}
	.header, .header.scrolled {
		position: fixed;
		top: 0px;
		left: 0;
	}
	.header_top_extra, .header_nav {
		display: none !important;
	}
	.urgente_phone {
		display: block;
	}
	.hamburger {
		display: block;
	}
	.info_form_container {
		padding-bottom: 44px;
	}
	.info_box_col:not(:last-child) {
		margin-bottom: 40px;
	}
	.news {
		margin-top: 100px;
	}
	.footer_col:not(:last-child) {
		margin-bottom: 100px;
	}
	.footer_contact {
		padding-top: 0;
	}
	.footer_bar_content {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer_nav ul li:not(:last-child) {
		margin-bottom: 8px;
	}
	.footer_links ul li:not(:last-child)::after {
		display: none;
	}
	.footer_phone {
		margin-left: 80px;
	}
	.footer_links ul li:not(:last-child) {
		margin-bottom: 7px;
	}*/
	th {
		font-size: 14px;
	}
	td {
		font-size: 12px;
	}
}

/************
7. 959px
************/
@media only screen and (max-width: 959px) {
	
}

/************
8. 880px
************/
@media only screen and (max-width: 880px) {
	
}

/************
9. 768px
************/
@media only screen and (max-width: 768px) {
/*	.dept_slider_nav {
		display: none;
	}
	.container.gallery-container {
		border-radius: 0;
	}*/

	h1 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
	}
	.box h4 {
		font-size: 1.2em;
	}
	.slidervalue {
		font-size: 1.3em;
	}
}

/************
10. 576px
************/
@media only screen and (max-width: 576px) {

	.copyright {
		font-size: 12px;
	}
/*	.menu_close_container {
		top: 31px;
		right: 28px;
	}
	.menu_item a {
		font-size: 28px;
	}
	.button {
		height: 40px;
	}
	.button a span {
		font-size: 10px;
	}
	.section_title {
		font-size: 28px;
		max-width: 100%;
	}
	.home_title {
		font-size: 30px;
	}
	.home_text {
		font-size: 14px;
		max-width: 100%;
	}
	.info_text {
		font-size: 13px;
	}
	.cta_title {
		font-size: 24px;
	}
	.cta_subtitle
	{
		font-size: 13px;
	}
	.faq_title, .news_title {
		font-size: 28px;
	}
	.footer_about_text {
		font-size: 13px;
	}
	.footer_links {
		margin-left: 0;
		margin-top: 40px;
	}
	.footer_phone {
		margin-left: 0;
		margin-top: 40px;
	}*/
	
	h1 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.3em;
	}
	.box h3 {
		font-size: 1.2em;
	}
	.box h4 {
		font-size: 1.0em;
	}
	.box input {
		font-size: 1.0em;
	}
	.slidervalue {
		font-size: 1.2em;
	}
}

/************
11. 539px
************/
@media only screen and (max-width: 539px) {
	
}

/************
12. 480px
************/
@media only screen and (max-width: 480px) {

}

/************
13. 400px
************/
@media only screen and (max-width: 400px) {
	
}