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

	#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 {
		height: auto;
		width: 720px;
	}

	#footer_bottom_div {
		width: 720px;
	}

	#footer_top_left_side {
		float: left;
		width: 33%;
	}

	#footer_top_center_side {
		float: left;
		width: 33%;
	}

	#footer_top_right_side {
		float: none;
		width: 100%;
		text-align: center;
	}

	#footer_top_right_side table {
		width: 1px;
		margin: 30px auto 0;
		float: none;
	}

	#footer_bottom_left_side {
		float: left;
		width: 34%;
	}

	#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: none;
		width: auto;
		position: relative;
		z-index: 10;
	}

	#header_center_side {
		float: none;
		margin: 0px auto;
		height: auto;
		padding-top: 10px;
		position: relative;
		width: 124px;
		z-index: 10;
	}

	#header_right_side {
		float: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 125px;
	}

	#mobile_logo_a,
	#mobile_small_logo_a {
		margin: 0px auto 0;
	}

	#TA_rated123 {
		display: block;
	}
/* # */

/* . */
	.col_div {
		padding: 20px;
		width: 33.3%;
	}

	.col_div_gallery {
		padding: 20px;
		width: 50%;
	}

	.only_for_desktop {
		display: none;
	}

	.not_for_desktop {
		display: block;
	}

	.only_for_landscape {
		display: none;
	}

	.not_for_landscape {
		display: block;
	}

	.only_for_portrate {
		display: block;
	}

	.not_for_portrate {
		display: none;
	}

	.only_for_mobile {
		display: none;
	}

	.not_for_mobile {
		display: block;
	}

	.only_for_desktop_landscape {
		display: none;
	}

	.not_for_desktop_landscape {
		display: block;
		overflow:hidden;
	}

	.not_for_mobile_portrate {
		display: none;
	}
/* . */
