/* ==========================================================================
   Media Queries (for responsive behavior)
   ========================================================================== */

/* FULLSCREEN (to activate Fullscreen add class "full_screen" to body)
---------------------------------------------------------------------------- */

@media screen and (min-width: 1000px) and (min-height: 500px) and (min-aspect-ratio: 16/9) {

	/*
	 * Modules
	 */

	/*
	 * Basic
	 */

	html,
	body {
		height: 100%;
	}

	/*
	 * Typography
	 */

	/*
	 * Backbone
	 */

	.full_screen .content_push {
		height: 100%;
	}
	.full_screen .header {
		height: 100%;
		overflow: hidden;
	}
		.full_screen .header .row_2 {
			height: 100%;
			padding-left: 0;
			padding-right: 0;
			width: 100%;
		}
			.full_screen .header .row_2 .ma_center {
				height: 100%;
				max-width: 100%;
			}

	/*
	 * Header
	 */	

	/*
	 * Main
	 */

	/*
	 * Footer
	 */

}

/* SMALL SCREEN
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1399px) {

	/*
	 * Modules
	 */

	/*
	 * Basic
	 */

	/*
	 * Typography
	 */

	/*
	 * Backbone
	 */

	/*
	 * Header
	 */	

	/*
	 * Main
	 */

	/*
	 * Footer
	 */

}


/* LAPTOP
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1249px) {

	/*
	 * Modules
	 */

	/*
	 * Basic
	 */

	/*
	 * Typography
	 */

	body {
        font-size: 56.3%;
    }

	/*
	 * Backbone
	 */

	 .footer .row_2 {
		background-image: none;
	}

	/*
	 * Header
	 */	

	/*
	 * Main
	 */

	/*
	 * Footer
	 */

}

/* TABLET
---------------------------------------------------------------------------- */

@media only screen and (max-width: 999px) {

	/*
	 * Modules
	 */

	/*
	 * Basic
	 */

	/*
	 * Typography
	 */

	/*
	 * Backbone
	 */

	.header .row_3 {
		bottom: 40px;
	}
	.alt_nav .header .row_3 {
		bottom: 80px;
	}

	/*
	 * Header
	 */	

	.h_contact {
		padding: 5px 5px 5px 5px;
		width: 180px;
	}
		.h_contact a div {
			font-size: 1.2em;
		}
	.main_logo {
		margin-left: -85px;
		width: 170px;
	}
	.slogan,
	.reviews {
		height: 90px;
		line-height: 90px;
	}
	.slogan {
		font-size: 5.0em;
	}
	.reviews a img {
		max-height: 70px;
	}
	.main_nav > ul > li > a {
		font-size: 1.6em;
	}
		.main_nav > ul > li .sub_nav ul li a {
			font-size: 1.4em;
			line-height: 30px;
		}

	/*
	 * Main
	 */

	/*
	 * Footer
	 */

	.request .title {
		display: none;
	}
	.request .form {
		float: none;
		width: 100%;
	}
	.f_contact .address .frame .text {
		padding-left: 10px;
		padding-right: 10px;
	}
		.f_contact .address .frame .text .title {
			font-size: 1.4em;
			margin-bottom: 10px;
		}
		.f_contact .address .frame .text p {
			font-size: 1.2em;
		}
		.f_contact .address .frame .text .social {
			font-size: 1.4em;
			margin-top: 10px;
		}
	.f_contact .weather .frame .text {
		padding-left: 10px;
		padding-right: 10px;
	}
		.f_contact .weather .frame .text #meteoprovbz_widget table tr th {
			font-size: 12px;
		}
		.f_contact .weather .frame .text #meteoprovbz_widget table tr.meteoprovbz_temperatures td {
			font-size: 10px;
		}
		.f_contact .weather .frame .text #meteoprovbz_widget a {
			font-size: 10px;
		}

}

/* PHABLET
---------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {

	/*
	 * Modules
	 */

	/* Accordion */
	.accordion .frame .slide_box .image,
	.accordion .frame .slide_box .image + .text {
		float: none;
		width: 100%;
	}
	/* Box */
	.box .frame .title,
	.box .frame .image,
	.box .frame .text {
		float: none;
		width: 100%;
	}

	/*
	 * Basic
	 */

	body.main_nav_open {
		position: fixed;
	}

	/*
	 * Typography
	 */

	body {
        font-size: 50%;
    }

	/*
	 * Backbone
	 */

	.content_push {
		left: 0;
		position: relative;
		top: 0;
	}
	.content_push.shift {
		left: 70%;
		transition: left 0.5s;
    	-webkit-transition: left 0.5s;
	}
	.header .row_1 {
		background-color: #ffffff;
		left: auto;
		padding-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		top: auto;
		z-index: 30;
	}
		.header .row_1 .ma_center {
			height: auto;
		}
		.header .row_3,
		.alt_nav .header .row_3 {
			bottom: 20px;
		}
		.header .row_4,
		.header.transform .row_4,
		.alt_nav .header .row_4,
		.alt_nav .header.transform .row_4,
		.darker_tone .header .row_4,
		.darker_tone .header.transform .row_4,
		.alt_nav.darker_tone .header .row_4,
		.alt_nav.darker_tone .header.transform .row_4 {
			background-color: rgba(0, 0, 0, 0.5);
			border-bottom: 0;
			height: 100%;
			left: -100%;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 100;
		}
		.header .row_4.open,
		.alt_nav .header .row_4.open {
			left: 0;
		}
			.header .row_4 .ma_center {
				background-color: #333333;
				height: 100%;
				overflow-x: hidden;
				overflow-y: scroll;
				float: left;
				width: 0;
				transition: width 0.5s;
    			-webkit-transition: width 0.5s;
			}
			.header .row_4.open .ma_center {
				width: 70%;
			}
	.footer {
		padding-bottom: 0;
		padding-top: 0;
	}
		.footer .row_1,
		.footer .row_1.open {
			background-color: transparent;
			border-top: 0;
			bottom: auto;
			height: auto;
			left: auto;
			margin-bottom: 50px;
			position: relative;
			box-shadow: none;
			-webkit-box-shadow: none;
		}

	/*
	 * Header
	 */	

	.h_contact {
		background-color: #E6E0D0;
		bottom: -50px;
		height: 50px;
		line-height: 50px;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		top: auto;
		width: 100%;
	}
		.h_contact a {
			color: #5e484a;
			float: left;
			height: 50px;
			line-height: 50px;
			text-align: center;
			width: 50%;
		}
		.h_contact a:visited {
			color: #5e484a;
		}
		.h_contact a:hover {
			color: #F19D10;
		}
			.h_contact a > div {
				display: inline-block;
				float: none;
				font-size: 1.6em;
			}
	.lang_nav {
		background-color: #5E484A;
		height: 50px;
		left: 0;
		padding-left: 25px;
		padding-right: 25px;
		position: fixed;
		right: auto;
		text-align: right;
		top: 0;
		width: 100%;
		z-index: 35;
		box-shadow: 0 -2px 2px 2px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 0 -2px 2px 2px rgba(0, 0, 0, 0.05);
	}
	.lang_nav.shift {
		left: 70%;
		transition: left 0.5s;
    	-webkit-transition: left 0.5s;
	}
		.lang_nav .main_nav_trigger {
	        display: inline-block;
	        float: left;
	    }
	        .lang_nav .main_nav_trigger > div {
	            background-color: #4d591f;
	            cursor: pointer;
	            height: 40px;
	            margin: 5px 0 0 0;
	            position: relative;
	            width: 40px;
	        }
	        .lang_nav .main_nav_trigger:hover > div {
	        	background-color: #F19D10;
	        }
	            .lang_nav .main_nav_trigger > div > span {
	                background-color: #ffffff;
	                display: inline-block;
	                height: 3px;
	                left: 5px;
	                position: absolute;
	                top: 20px;
	                width: 30px;
	                transition: border 0.5s;
	                -webkit-transition: border 0.5s;
	                -moz-transition: border 0.5s;
	                -ms-transition: border 0.5s;
	            }
	            .lang_nav .main_nav_trigger > div > span:after,
	            .lang_nav .main_nav_trigger > div > span:before {
	                background-color: #ffffff;
	                content: '';
	                display: block;
	                height: 3px;
	                left: 0;
	                position: absolute;
	                width: 30px;
	                transition: top 0.5s;
	                -webkit-transition: top 0.5s;
	                -moz-transition: top 0.5s;
	                -ms-transition: top 0.5s;
	            }
	            .lang_nav .main_nav_trigger > div > span:after {
	                top: 6px;
	            }
	            .lang_nav .main_nav_trigger > div:hover > span:after,
	            .lang_nav .main_nav_trigger.open > div > span:after {
	                top: 9px;
	            }
	            .lang_nav .main_nav_trigger > div > span:before {
	                top: -6px;
	            }
	            .lang_nav .main_nav_trigger > div:hover > span:before,
	            .lang_nav .main_nav_trigger.open > div > span:before {
	                top: -9px;
	            }
		.lang_nav .lang {
			margin-top: 10px;
		}
	.main_logo {
		height: auto;
		left: auto;
		margin-left: 0;
		margin-top: 50px;
		position: relative;
		top: auto;
		width: 100%;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
		.main_logo .frame .image {
			padding-left: 0;
			padding-right: 0;
		}
			.main_logo .frame .image img {
				max-width: 200px;
			}
	.slogan,
	.reviews {
		height: 80px;
		line-height: 80px;
	}
	.reviews a img {
		max-height: 60px;
	}
	.main_nav > ul {
		margin-bottom: 20px;
		margin-top: 20px;
	}
		.main_nav > ul > li {
			border-bottom: 1px solid #4A4A4A;
			float: none;
			height: auto;
			width: 100%;
		}
		.main_nav > ul > li.item_1 {
			text-align: center;
		}
		.main_nav > ul > li.item_4 {
			border-bottom: 0;
			text-align: center;
		}
			.main_nav > ul > li > a {
				color: #ffffff !important;
				font-size: 2.0em;
				line-height: 40px;
				padding: 10px 20px 10px 20px;
				text-transform: uppercase;
			}
			.main_nav > ul > li.item_1 > a {
				padding-left: 0;
			}
			.main_nav > ul > li.item_4 > a {
				padding-right: 0;
			}
			.main_nav > ul > li > a:visited {
				color: #ffffff !important;
			}
			.main_nav > ul > li > a:hover,
			.main_nav > ul > li > a.act {
				background-color: transparent !important;
				color: #F19D10 !important;
			}
			.main_nav > ul > li .sub_nav,
			.header.transform .main_nav > ul > li .sub_nav,
			.alt_nav .main_nav > ul > li .sub_nav,
			.alt_nav .header.transform .main_nav > ul > li .sub_nav {
				background-color: transparent;
				bottom: auto;
				left: auto;
				max-height: 100%;
				position: relative;
				top: auto;
				box-shadow: none;
				-webkit-box-shadow: none;
			}
			.main_nav > ul > li .sub_nav {
				border-top: 1px solid #4A4A4A;
			}
			.main_nav > ul > li:hover .sub_nav {
				max-height: 100%;
			}
				.main_nav > ul > li .sub_nav ul,
				.alt_nav .main_nav > ul > li .sub_nav ul {
					border-bottom: 0;
				}
					.main_nav > ul > li .sub_nav ul li a {
						color: #ffffff;
						font-size: 1.6em;
						line-height: 30px;
						padding: 10px 20px 10px 20px;
					}
					.main_nav > ul > li .sub_nav ul li a:visited {
						color: #ffffff;
					}
					.main_nav > ul > li .sub_nav ul li a:hover,
					.main_nav > ul > li .sub_nav ul li a.act {
						color: #F19D10;
					}

	/*
	 * Main
	 */

	.content .responsive_table {
        overflow-x: scroll;
    }
        .content .responsive_table table {
            min-width: 400px;
        }

	/*
	 * Footer
	 */

	.request {
		background-color: #ffffff;
		padding: 10px 10px 10px 10px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
	}
		.request .title {
			background-color: #5E484A;
			color: #ffffff;
			display: block;
			float: none;
			font-family: 'Oxygen', sans-serif;
			font-size: 2.0em;
			font-weight: 400;
			margin-top: 0;
			padding: 10px 15px 10px 15px;
			width: 100%;
		}
			.request .title .break {
				display: none;
			}
		.request .form {
			background-color: #E6E0D0;
			color: #5e484a;
			margin-top: 0;
			padding: 10px 15px 10px 15px;
		}
	.f_contact {
		padding-bottom: 25px;
		padding-top: 25px;
	}
		.f_contact .address,
		.f_contact .weather {
			float: none;
			height: auto;
			margin-bottom: 25px;
			padding-bottom: 0;
			width: 100%;
		}
			.f_contact .address .frame,
			.f_contact .weather .frame {
				left: auto;
				position: relative;
				top: auto;
			}
			.f_contact .address .frame .text .title {
				font-size: 1.8em;
				margin-bottom: 15px;
			}
			.f_contact .address .frame .text p {
				font-size: 1.6em;
			}
			.f_contact .address .frame .text .social {
				font-size: 1.8em;
				margin-top: 15px;
			}
			.f_contact .weather .frame .text #meteoprovbz_widget table {
				margin: 0 auto;
				max-width: 250px;
			}
		.f_contact .image {
			float: none;
			width: 100%;
		}
	.legal {
		height: auto;
		line-height: 1.5;
	}
		.legal .left,
		.legal .right {
			float: none;
			text-align: center;
			width: 100%;
		}
		.legal .left {
			padding-bottom: 5px;
			padding-top: 15px;
		}
		.legal .right {
			padding-bottom: 15px;
			padding-top: 5px;
		}
	.partner .frame .item img {
		max-height: 30px;
	}

}

/* PHONE
---------------------------------------------------------------------------- */

@media only screen and (max-width: 469px) {

	/*
	 * Modules
	 */

	/*
	 * Basic
	 */

	/*
	 * Typography
	 */

	/*
	 * Backbone
	 */

	/*
	 * Header
	 */	

	.slogan,
	.reviews {
		height: 70px;
		line-height: 70px;
	}
	.slogan {
		font-size: 3.5em;
	}
	.reviews a img {
		max-height: 50px;
	}

	/*
	 * Main
	 */

	/*
	 * Footer
	 */

	.legal .right .pipe {
		display: none;
	}
	.legal .right .break {
		display: inline;
	}

}