@media only screen and (max-width: 768px) {
	.products_categories_listing_div {
		float: none;
		width: 265px;
		margin: 15px auto;
	}
	
	#products_categories_listing_inside_div {
		height: 196px; 
	}

	.home_blocks {
		float: none;
		width: 100%;
		margin: 0px auto;
	}

	#mi_big_images_div {
		height: 147px;
		width: 230px;
	}
	
	#hp_big_images_div,
	.hp_big_image_div {
		height: 291px;
		width: 265px;
	}
	 
	.home_blocks_title {
		font-size: 20px;
	}
	
	.product_arrow {
    	bottom: 65px;
	}
	
	a.product_description {
		top: 222px;
	}
	
	.m_listing_div{
		width: 100%;
		padding: 15px;
	}
	
	.m_outside_title {
		height: auto;
	}
	
	.m_short_text_div {
		height: auto;
	}
	
	.home_news_div {
		width: auto;
	}

	.pr_listing_div {
		float: none;
		width:100%;
	}
	
	.projects_info_listing {
		float: none;
		width: 100%;
	}	
}

@media only screen and (min-width: 768px) {
	.products_categories_listing_div {
		float: left;
		width: 310px;
		margin: 0 15px 30px;
	}
	
	#products_categories_listing_inside_div {
		height: 230px; 
	}

	.home_blocks {
		float: none;
		width: 70%;
		margin: 0px auto;
	}

	#mi_big_images_div {
		height: 147px;
		width: 520px;
	}
	
	#hp_big_images_div,
	.hp_big_image_div {
		height: 1005px;
		width: 680px;
	} 
	 
	.home_blocks_title {
		font-size: 27px;
	}
	
	.product_arrow {
    	bottom: 75px;
	}
	
	a.product_description {
		top: 244px;
	}
	
	.m_listing_div{
		width: 50%;
		padding: 15px;
	}
	
	.m_outside_title {
		height: 40px;
	}
	
	.m_short_text_div {
		height: 126px;
	}
	
	.home_news_div {
		width: auto;
	}

	.pr_listing_div {
		float: left;
		width:25%;
	}
	
	.projects_info_listing {
		float: left;
		width: 33.3%;
	}	
}

@media only screen and (min-width: 1024px) {
	.products_categories_listing_div {
		float: left;
		width: 276px;
		margin: 0 15px 30px;
	}
	
	#products_categories_listing_inside_div {
		height: 204px; 
	}

	.home_blocks {
		float: left;
		width: 33.3%;
	} 

	#mi_big_images_div {
		height: 147px;
		width: 780px;
	}
	
	#hp_big_images_div,
	.hp_big_image_div {
		height: 618px;
		width: 920px;
	}
	 
	.home_blocks_title {
		font-size: 18px;
	}
	
	.product_arrow {
    	bottom: 75px;
	}
	
	a.product_description {
		top: 214px;
	}
	
	.m_listing_div{
		width: 33.33%;
		padding: 15px;
	}
	
	.m_outside_title {
		height: 60px;
	}
	
	.m_short_text_div {
		height: 126px;
	}
	
	.home_news_div {
		width: auto;
	}

	.pr_listing_div {
		float: left;
		width:25%;
	}	
	
	.projects_info_listing {
		float: left;
		width: 33.3%;
	}
}

@media only screen and (min-width: 1250px) {
	.products_categories_listing_div {
		float: left;
		width: 330px;
		margin: 0 15px 30px;
	}
	
	#products_categories_listing_inside_div {
		height: 244px;
	}

	.home_blocks {
		float: left;
		width: 33.3%;
	}

	#mi_big_images_div {
		height: 147px;
		width: 1040px;
	}
	
	#hp_big_images_div,
	.hp_big_image_div {
		height: 698px;
		width: 1080px;
	}
	 
	.home_blocks_title {
		font-size: 27px;
	}
	
	.product_arrow {
    	bottom: 75px;
	}
	
	a.product_description {
		top: 244px;
	}
	
	.m_listing_div{
		width: 33.33%;
		padding: 15px;
	}
	
	.m_outside_title {
		height: 40px;
	}
	
	.m_short_text_div {
		height: 105px;
	}
	
	.home_news_div {
		width: 1080px !important;
	}

	.pr_listing_div {
		float: left;
		width:25%;
	}
	
	.projects_info_listing {
		float: left;
		width: 20%;
	}
}

/* # */
	#mi_div,
	#hp_div {
		position: relative;
	}

	#mi_big_images_div,
	#hp_big_images_div {
		overflow: hidden;
		margin: 0px auto;
		position: relative;
		z-index: 5;		
	}
	
	#mi_big_images_moving_div,
	#hp_big_images_moving_div {
		position: relative;
	}
	
	#mi_arrow_left,
	#hp_arrow_left {
		background-position: -417px -166px;
		left: 0;
		cursor: default;
	}
	
	#mi_arrow_right,
	#hp_arrow_right {
		background-position: -442px -166px;
		right: 0;
		cursor: pointer;
	}
	
	a#all_partners_div {
		margin-top: 30px;
		text-align: center;
		display: block;
	}
	
	#left_side {
		background: linear-gradient(to right, rgba(247,247,247,1) 0%, rgba(247,247,247,0) 100%);
		height: 147px;
		width: 50px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 5;
	}

	#right_side {		
		background: linear-gradient(to left, rgba(247,247,247,1) 0%, rgba(247,247,247,0) 100%);
		height: 147px;
		width: 50px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 5;
	}
	
	#left_side span,
	#right_side span {		
		font-size: 40px;
		cursor: pointer;
		line-height: 147px;
	}

	#projects_info {
		margin-top: 50px;
		text-align: center;
	}

	#projects_info h1 {
		font-size: 50px;
		color: #ac0300;
		margin: 0;
		text-transform: uppercase;
	}
	
	#projects_info h3 {
		color: #ac0300;
		margin: 0 0 30px;
		text-transform: uppercase;
	}
/* # */

/* . */
	
	.home_blocks {
		display: block;
		overflow: hidden;
		position: relative;
		text-decoration: none;
	}
	
	.home_blocks_title {
		bottom: 0;
		color: #000;
		left: 0;
		padding: 15px 35px;
		position: absolute;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
	}
	
	.home_blocks img {
		transform: scale(1);
		transition: all 0.3s ease-in-out 0s;
		width: 100%;
	}
	
	.home_blocks:hover img {
		transform: scale(1.1);
	}
	
	.partners_image_div {
		display: block;
		position: absolute;
		background: #fff none repeat scroll 0 0;
		border: 1px solid #e1e1e1;
		padding: 10px;
		text-align: center;
		height: 147px;
	}

	.partners_image_div:hover img {
		opacity: 0.7;
	}
	
	.hp_big_image_div {
		position: absolute;
	}
	
	.mi_arrow_div,
	.hp_arrow_div {
		height: 35px;
		width: 16px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.products_categories_listing_div {
		display: block;
		text-decoration: none;
		position: relative ;
	} 
	
	a.products_listing_div {
		display: block;
		text-decoration: none;
	}
	
	.products_categories_listing_div img {
		transition: opacity 0.15s linear 0s;
		width: 100%;
	}
	
	.m_listing_div_hover_text_div {
		border: 1px solid #fff;
		color: #fff;
		opacity: 0;
		transform: translate(-50%,-50%);
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 10px 15px;
		text-align: center;
		width: 140px;
		transition: opacity 0.15s linear 0s;
	}
	
	.pr_listing_div .m_listing_div_hover_text_div {
		width: 180px;
	}
	
	.products_categories_listing_div:hover img,
	.pr_listing_div:hover img {
		opacity: 0.3;
	}
	
	.products_categories_listing_div:hover a {
		text-decoration: none;
	}
	
	.products_categories_listing_div:hover .m_listing_div_hover_text_div, 
	.pr_listing_div:hover .m_listing_div_hover_text_div {
		opacity: 1;
	}

	.pr_listing_div img {
		width: 100%;
	}
	
	.m_title_h3 {
		text-align: center;
		text-transform: uppercase;
		height: 40px;
	}
	
	.product_arrow {
		background: rgba(37,61,107,0.5);
		padding: 15px 10px;
		position: absolute;
		right: 0;		
		cursor: pointer;
	}
	
	.product_arrow span {
		display: block;
		color: #fff;
		width: 11px;
		height: 6px;
		background-position: -598px -252px;
	}
	
	a.product_description {
		display: none;
		border: 3px solid rgba(37, 61, 107, 0.5);
		border-top: none;
		overflow: hidden;
		width: 330px;
		height: 400px;
		overflow-y: hidden;
		position: absolute;
		z-index: 10;
		background: #fff;
		padding: 20px;
		left: 0;
		color: #031845;
	}
	
	.product_description h3 {
		text-align: center;
		margin: 10px 0 15px;
	}
	
	
	.img_opacity {
		opacity: 0.3;
		transition: all 0.15s linear 0s;
	}
	
	.text_opacity {
		transition: all 0.15s linear 0s;
		opacity: 1;
	}
	
	.m_listing_div{
		float: left;
	}
	
	.m_listing_div_inside {
		border: 1px solid #e1e1e1;
		padding: 15px;
		position: relative;
		transition: all 0.2s ease-in-out;
	}
	
	.m_listing_div_inside:hover {
		background: #fff;
	}
	
	.m_listing_div_inside img {
		width: 100%;
	}
	
	a.m_listing_div {
		color: #000000;
	}
	
	a.m_listing_div:hover {
		text-decoration: none;
	}
	
	.m_date_div {
		position: absolute;
		top: 15px;
		right: 14px;
		background: #ac0300;
		color: #fff;
		padding: 10px;
		text-align: center;
		font-size: 20px;
		line-height: 1.2;
		font-family: Bpg Nino Mtavruli Normal, Arial;
	}
	
	.read_more {
		padding: 10px;
		background: transparent;
		border: 1px solid rgba(30, 50, 90, 0.8);
		width: 110px;
		text-align: center;
		margin-top: 20px;
		color: rgba(30, 50, 90, 0.8);
		text-transform: capitalize;
		transition: all .2s ease-in-out;
	}
	
	.m_listing_div:hover .read_more {
		background: rgba(30, 50, 90, 0.8);
		border-color: transparent;
		color: #fff;
	}
	
	.m_short_text_div {
		overflow: hidden;
	}
	
	a.see_all {
		display: block;
		padding: 10px;
		border: 1px solid rgba(30, 50, 90, 0.8);
		width: 150px;
		text-align: center;
		background: transparent;
		margin: 50px auto;
		color: rgba(30, 50, 90, 0.8);
		text-transform: capitalize;
	}
	a.see_all:hover {
		background: rgba(30, 50, 90, 0.8);
		border-color: transparent;
		color: #fff;
		text-decoration: none;
	}
	
	div.home_news_div {
		padding-top: 0 !important;
		padding-bottom: 20px !important
	}
	
	div.full_width {
		background: #fff;
	}
/* . */