/*Media queries for 1024px and less screens*/
/*@media screen and (max-width: 1024px) {*/

.container {
	width:819px;
}
.large_container {
	width:991px;
}
.main_content {
	width:763px;
}

#main_menu ul li a {
	font-size:1.207em;
}

.home_slideshow .bx-controls .bx-pager {
	bottom:40px;
}

.block_interests .content_block_interests .icons_list {
	padding-top:15px;
	width:10.3%;
}
.block_interests .content_block_interests .icons_list .icon {
	margin-bottom:16px;
}
.block_interests .content_block_interests .datas {
	width:87.7%;
}

.search_professionnal input.input,
.search_professionnal input.btn {
	font-size:1em;
}

.block_events .bx-controls {
	bottom:15px;
}

.main_content .right_column .csc-textpic img{
	max-width : 200px;
}

#bottom_footer .specialist_form input#specialist{
	width : 185px;

}
#bottom_footer .center_area .block_contact .text span.orange{
	width: 135px;
}
.page_market #bottom_footer .center_area{
	margin-left:7px
}

.page_market #bottom_footer .right_area{
	float : left;
	width: 200px;
}


/*}*/

/* Add specific css for 800*600 display - START */
@media screen and (max-width: 800px) {

	#bottom_footer{
		text-align: left;
		padding: 0px;
	}

	footer #bottom_footer .container{
		padding: 0;
	}

	.page_market #bottom_footer .left_area {
		padding: 0;
	}

	.block_contact .text {
		width: 203px;
	}

	#bottom_footer legend {
		font-size: 1.3em;
	}

	#bottom_footer .block_contact .text span {
		font-size: 1.3em;
	}

	.page_market #bottom_footer .right_area a {
		font-size: 1.3em;
	}

	#bottom_footer span.phone {
		font-size: 1.5em;
	}

}
/* Add specific css for 800*600 display - END */