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

	#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: 960px;
	}

	#footer_bottom_div {
		width: 960px;
	}

	#footer_top_left_side {
		float: left;
		width: 660px;
	}

	#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: 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: 25px 30px 5px;
   		 width: 25%;
    	overflow: hidden;
	}

	.col_div_gallery {
		padding: 15px;
		width: 33%;
	}

	.only_for_desktop {
		display: none;
	}

	.not_for_desktop {
		display: block;
	}

	.only_for_landscape {
		display: block;
	}

	.not_for_landscape {
		display: none;
	}

	.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;
	}
/* . */
