@media only screen and (max-width: 400px) {
	.logo_top {
		width: 160px;
	}

	.logo_wrapper {
		width: 120px;
	}

	.title_wrapper {
		width: 120px;
	}
	
	body.page-id-73 .logo_wrapper {
		width: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	body.page-id-73 .logo_wrapper .logo_image_small {
		height: 60px;
	}
	
	.block_title {
		font-size: 30px;
	}

}

@media only screen and (max-width: 600px) {
	.contact-column-clear{
		clear: both;
	}
 
	.content-with-padding {
		max-width: unset;
	}
	
	body.page-id-73 .logo_wrapper {
		width: 60px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	body.page-id-73 .logo_wrapper .logo_image_small {
		height: 70px;
	}

}

@media screen and (max-width: 1000px) {
	body.page-id-73 .title_wrapper {
		display: none;
	}
}

@media screen and (max-width: 800px) {


	.block_desc {
		width: 85%;
		min-width: 230px
	}
	
	.logo_wrapper {
		margin-bottom: 10px;
	}

	.line_top {
		margin-bottom: 20px;
		width: 30%;
	}

	.line_bottom {
		margin-top: 20px;
		width: 30%;
	}

	.text_head {
		text-align: center;
		font-family: "Montserrat", "Open Sans";
		font-weight: 700;
		font-size: 30px;
		white-space: nowrap;		
	}

	.text_sub {
		text-align: center;
		font-family: "Montserrat", "Open Sans";
		font-weight: 400;
		font-size: 14px;
		white-space: nowrap;		
		margin-top: 20px;
	}	
	
}


@media screen and (min-width: 1000px) {
	.row-2col .col {
		clear: none;
		width: 50%;
		overflow: hidden;
	}
	
	.row-2col.flip_cols .col1 {
		left: 50%;
	}

	.row-2col.flip_cols .col2 {
		left: -50%;
	}
}


@media screen and (min-width: 1300px) {
	.block_desc {
		font-size: 16px;
		line-height: 1.4;
	}
}


@media screen and (min-width: 1700px) {

	.main-wrapper {
		width: 100%;
	}

/* 2.1) hero layout */

	.line_top {
		margin-bottom: 50px;
	}

	.line_bottom {
		margin-top: 50px;
	}

	.text_head {
		text-align: center;
		font-family: "Montserrat", "Open Sans";
		font-weight: 700;
		font-size: 70px;
		white-space: nowrap;		
	}

	.text_sub {
		text-align: center;
		font-family: "Montserrat", "Open Sans";
		font-weight: 400;
		font-size: 28px;
		white-space: nowrap;		
		margin-top: 45px;
	}	

/* 2.1) end hero layout */


/* 2.2) header */

	header,
	.top-header {
		left: 0;
		margin-left: 0;
		width: 100%;
		border: 0;
	}
	
	header {
		height: 80px;
	}
	
	.logo {
		font-size: unset;
		font-weight: 100;
		line-height: 100px;
	}
	
	.logo_svg {
		width: 330px;
	}

	.logo_top {
		width: 250px;
	}

	.logo_wrapper {
		width: 210px;

	}

	.title_wrapper {
		width: 210px;
	}

	.logo_image {
		height: 210px;
	}

	.logo_image_small {
		height: 170px;
	}

/* end 2.2) header */

/* 2.3) main menu */
	
	.main-menu > li {
		line-height: 80px;
	}
	
	.main-menu a {
		font-size: 16px;
	}

/* end 2.3) main menu */


/* custom */

	.block_desc {
		font-size: 18px;
		width: 85%;
		line-height: 1.4;
	}

	
}
