/* # */
	#content_inside_div {
		width: 1200px;
	}

	#languages_div {
		background: none;
		border: 1px solid #A89654;
		color: #A89654;
		font-size: 15px;
		height: 28px;
		padding: 1px 10px;
		position: absolute;
		right: 15px;
		top: 15px;
		width: 110px;
	}

	#languages_select {
		padding: 0;
		opacity: 0;
		margin: 15px 15px 0 0;	
		width: 110px;
		height: 28px;
	}
	
	#footer_top_div {
		min-height: 271px;
		width: 1200px;
	}
	
	#footer_bottom_div {
		width: 1200px;
	}
	
	#footer_top_left_side {
		float: left;
		width: 900px;
	}
	
	#footer_top_right_side {
		float: left;
		width: 300px;
		text-align: right;
	}
	
	#footer_top_right_side table {
		width: 1px;
		margin: 50px 0 0; 
		float: right;
	}
	
	#footer_bottom_left_side {
		float: left;
		width: 33%;
	}
	
	#footer_bottom_center_side {
		float: left;
		width: 33%;
		text-align: center;
	}
	
	#footer_bottom_right_side {
		float: left;
		width: 33%;
		text-align: right;
	}
	
	#header_left_side {
		float: left;
		width: 175px;
		position: relative;
		z-index: 10;	
	}
	
	#header_center_side {
		float: right;
		margin-right: 40px;
		height: 55px;
		padding-top: 0px;
		width: auto;	
	}
	
	#header_right_side {
		position: relative;
		float: right;
		width: 125px;	
	}
	
	#logo_a,
	#small_logo_a {
		margin: 10px 0 0 50px;
	}
/* # */

/* . */
	.col_div {
	 padding: 25px 30px 5px;
	 width: 25%;
	 overflow: hidden;
	}

	.col_div_gallery {
	padding: 25px 30px 5px;
    width: 25%;
    overflow: hidden;
	}

	.only_for_desktop {
		display: block;
	}
	
	.not_for_desktop {
		display: none;
	}

	.only_for_landscape {
		display: none;
	}
	
	.not_for_landscape {
		display: block;
	}
	
	.only_for_portrate {
		display: none;
	}
	
	.not_for_portrate {
		display: block;
	}
	
	.only_for_mobile {
		display: none;
	}
	
	.not_for_mobile {
		display: block;
	}
	
	.only_for_desktop_landscape {
		display: block;
	}
	
	.not_for_desktop_landscape {
		display: none;
	}
	
	.not_for_mobile_portrate {
		display: block;
	}
/* . */