@charset "UTF-8";
/*
* Responsive CSS based in Skeleton V1.2
* Copyright 2013, Moisés Busanya
* Edge Studio
*/

/* #Page Styles
================================================== */

/* News item */

.news_fix_styles h2 {
    color: #000000 !important;
}

.news_title_related {
	font-size: 25px;
	padding: 15px 0 12px 0;
	font-weight: normal;
}

.news_header_margin_top {
	margin-top: 80px !important; 
}

.news_title_item h1 { font-size: 35px; border: none !important; color: #1060b0 !important; }

.news_subtitle_item { font-size: 25px; }

.news_fix_styles .color_grey_light { /* This one removes the original one due code issues */
    color: #000000;
}

.news_fix_styles h2 { margin-bottom: 24px; margin-top: 48px; font-size: 18px; font-weight: bold; line-height: 20px; } /* Override the normal h5 */

.social_media_news { margin: 5px 0 0 !important; font-size: 25px; }

.news_box .social_media_news { margin: 26px 0 0 !important; font-size: 42px; }

.social_media_news_table { margin: 0px !important; position: relative; top: -2px; }
.social_media_news_table_title { margin: 0px !important; position: relative; top: -4px; }

.social_media_news_item a, .social_media_news_item a:visited, .fa_home_link {
	color: #989898 !important;
}

.social_media_news_item a:hover, .fa_home_link:hover {
	color: #1060b0 !important;
	background-color: none !important;
	border: none !important;
	text-decoration: none !important;
}

.image_footer { background-color: #dfdfdf; }

.news_box {
	background-color: #e2e2e2 !important;
    color: #989898;
    font-size: 16px;
    height: auto !important;
    overflow: hidden;
    padding: 0 25px 25px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 20px;
}

.news_box hr {
	border-color: #d0d0d0 !important;	
}

.news_box .buttons, .news_box .buttons a, .news_box .buttons a:visited {
  background: #989898 !important;
  color: #dfdfdf !important;
  display: table-cell !important;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  padding: 15px 35px;
  text-align: center;
  border: none;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 18px;
}

.news_box .buttons:hover, .news_box .buttons a:hover {
  background: #1060b0 !important;
  color: white !important;
  font-weight: bold;
}

.col_news_box {
	background-color: #e2e2e2 !important;
    color: #989898;
    font-size: 16px;
    height: auto !important;
    overflow: hidden;
    padding: 0 25px 25px;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.col_news_box hr {
	border-color: #d0d0d0 !important;	
}

.col_news_box .buttons, .col_news_box .buttons a, .col_news_box .buttons a:visited {
  background: #989898 !important;
  color: #dfdfdf !important;
  display: table-cell !important;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  padding: 15px 35px;
  text-align: center;
  border: none;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 18px;
}

.col_news_box .buttons:hover, .col_news_box .buttons a:hover {
  background: #1060b0 !important;
  color: white !important;
  font-weight: bold;
}


.news_closing_hr { margin-top: 15px !important; margin-bottom: 25px !important; }

.news_box_image { padding: 50px; background-color: #e2e2e2 !important; }

.news_box_elements { width: 100%; }

.news_box_elements_fix { margin-top: -5px; }

.news_box_title { font-size: 20px; margin-top: 25px; line-height: 24px; }

.news_margin_100 { margin-top: 80px; }
.news_margin_25 { margin-top: 25px; }
.news_margin_15 { margin-top: 15px; }

.news_box_em p { font-style: italic !important; font-size: 16px; margin-bottom: 0px; }

.hide_button_forced { display: none !important; }

.footer_news { margin-bottom: 0px; }

.news_comment_first_button { margin-bottom: 60px !important; }

.article_in_news .product_sheet_main_container {
    width: 358px !important;
    margin-top: 5px;
}

.article_in_news .product_sheet_container_details {
    width: 242px !important;
}

.news_box .fix_social_media_size { 
	font-size: 25px !important;
    margin: 5px 0 0 !important;
}


/* #Media Queries
================================================== */
	
	/* Base 960 Grid */	
	@media only screen and (min-width: 960px) and (max-width: 1439px) {
	
		.news_box_image { padding: 0px 0px 25px; background-color: #e2e2e2 !important; }
		.news_box_em p { text-align: left; }
		#list_news .one-quarter { width: 220px !important; }
		
		.news_box_title { font-size: 19px; margin-top: 25px; line-height: 24px; }

        /* fix the triangle display */
        .news_article_news .triangle_top_right {
            bottom: 141px;
            left: 175px;
        }
        
        .news_img{
            height: 144px;
        }
        
        @media screen and (-webkit-min-device-pixel-ratio:0) { /* fixes for Chrome */
            .news_article_news .triangle_top_right {                                                       
                bottom: 142px;   
            }
        }	
        
        .article_in_news .product_sheet_main_container {
		    width: 208px !important;
		    margin-top: 5px;
		}
		
		.article_in_news .product_sheet_container_details {
		    width: 123px !important;
		}	        			
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		.news_box_image { padding: 0px 0px 25px; background-color: #e2e2e2 !important; }
		.news_box { font-size: 13px; }
		.social_media_news { font-size: 20px; }
		.news_box_em p { text-align: left; }
		.footer_news { margin-top: 20px; }
		
		.article_in_news .product_sheet_main_container {
		    width: 146px !important;
		}
		
		.news_box .fix_social_media_size { 
			font-size: 20px !important;
		    margin: 5px 0 0 !important;
		}
				
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		.news_box_image { padding: 0px 0px 25px; background-color: #e2e2e2 !important; margin-top: 80px; }
		.news_comment_first_button { display: none; }
		.news_aside_container { margin-bottom: 80px !important; }
		.news_margin_100 { margin-top: 80px; }
		.footer_news { margin-top: 80px; }
		
		.article_in_news .product_sheet_main_container {
		    width: 347px !important;
		    margin-top: 5px;
		}
		
		.article_in_news .product_sheet_container_details {
		    width: 231px !important;
		}
						
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
		.news_box_image { padding: 0px 0px 25px; background-color: #e2e2e2 !important; margin-top: 40px; }
		.news_comment_first_button { display: none; }
		.news_aside_container { margin-bottom: 40px !important; }
		.news_margin_100 { margin-top: 80px; }
		.footer_news { margin-top: 80px; }
		
		.article_in_news .product_sheet_main_container {
		    width: 226px !important;
		    margin-top: 5px;
		}
		
		.article_in_news .product_sheet_container_details {
		    width: 141px !important;
		}
					
	}