/* XS - Small devices (mobiles, 768px and down) */
@media (max-width: 767px) {
    body{
        font-size:15px;
    }
    h1{   
        margin-top:20px;
        margin-bottom:6px;
        font-size:20px;
    }
    
    #logo_navbar_xs{
        width:72px;
        height:44px;
        position:absolute;
        top:70px;
        left:15px;
        /*background: url(../images/header_logo_navbar_xs.png) no-repeat;*/
    }
    .footer_sitemap {margin-top:15px; padding-left:20px;}
    #footer_logo{ margin:10px auto; }
    #footer_eu{ margin:15px auto; }
    .article_image_gallery { margin:5px; }
    .article_image_gallery img { width:135px; }
    
    /* carousel image captions */
    .bx-wrapper .bx-caption {
        top:0;
        left:0;
        width: 100%;
    }
    .bx-wrapper .bx-caption span {
        font-size: 1em;
        padding: 5px 6px;
        height:30px;
        overflow: hidden;
    }
    
   
    .top_right_area_container{
        margin-top:8px;
        margin-bottom:8px;        
    }
    .copyright_container{
        margin-top:15px;
        margin-bottom:15px;
    }
    
    .topstory_article {margin-top:5px;} 
    .topstory_article h1 { height:auto; }
    .chevron_topstory_xs {float:left; margin-top:5px; margin-right:5px;}
  
    #main_footer
    {
        
    }
    
    #footer_logo_en, #footer_logo_el{
        float:left;
        margin:5px auto;
        width:150px;
        height:32px;
        background: url(../images/footer_logo_sm.png) no-repeat;
    }
    
    #footer_eu{
        float:left;
        margin:5px auto;
        width:78px;
        height:77px;
        background: url('../images/footer_eu_sm.png') no-repeat;  
    }
    
    .header_info_xs_container
    {
       height:140px;
    }
    
    .top_right_area_container
    {
         
    }
    .search_container
    {
        float:none;
        position:absolute;
        top:150px;
        left:20px;
        z-index:1010;
    }
    .search_text
    {
        max-width:140px;
    }
    .search_button
    {
        float:none;
        position:absolute;
        top:0;
        left:145px;
        padding-top:0;
        background:#000000;
        border:1px solid #000000;
        border-radius:7px;
        /*
        border:0;
        background:none;
        */
    }
    .search_button:hover
    {
        background:#ffffff;
        border:1px solid #000000;
    }
    
    .amea_button
    {
        float:none;
        position:absolute;
        top:20px;
        left:190px;
        margin-left:10px;
        text-align:center;
        color:#ffffff;
        text-decoration:none;
        cursor:pointer;
    }
    
    
    .rss_button_container
    {
        width:26px;
        height:26px;
        background:url('../images/icon_rss_black.png') no-repeat;
        position:absolute;
        top:152px;
        left:207px;
        z-index:1010;
    }   
    
    
     .language_picker_container
    {
        width:130px;
        position:absolute;
        top:20px;
        left:15px;
    }
     .language_picker_container img
     {
         
     }
     
     .main_area_container
     {
         padding:0 10px 0 0;
         box-shadow: none;
     }
     
     
     .navbar-default
     {
         box-shadow:none;
         border-radius:0;
     }
     
     #main_container
     {
         margin-top:0;
         padding:0;
     }
     
     .main_area_container
     {
         padding:0 15px 0 15px;
     }
	 
     footer
     {
         padding:0;
     }
     
     
	.banner_footer_container
	{
		float:none;
	}

    .banner_footer_container .banner_container
	{
        width:100% !important;
        padding:10px;
        margin:0 auto;
    }
	
	.footer_iso_9001_logo
	{
		float:none;
		width:78px;
		margin:0 auto 10px auto;
	}
    
    
    .header_info_xs_container .row
    {
        margin:0;
    }
    
    .navbar-default .navbar-toggle
    {
        position:relative;
        left:6px;
    }
	
	.newsletter_form_01 #mlb2-55809 .subscribe-form, .newsletter_form_01 #mlb2-55859 .subscribe-form 
	{
		width:250px !important;
		border:0 !important;
		margin:0 auto;
	}
}





/* SM - Medium devices (tablets, 768px up to 992px) */
@media (min-width: 768px) and (max-width: 991px) {
    #header_logo_en{
        display:block;
        margin:12px 0 2px 0;
        position:relative;
        top:15px;
        width:369px;
        height:77px;
        background: url('../images/header_logo_sm_en.png') no-repeat;
    }
    #header_logo_el{
        display:block;
        margin:12px 0 2px 0;
        position:relative;
        top:15px;
        width:369px;
        height:77px;
        background: url('../images/header_logo_sm_el.png') no-repeat;
    }

    #header_carousel { max-height:243px; }
    
    #footer_logo_en, #footer_logo_el{
        margin:5px auto;
        width:150px;
        height:32px;
        background: url(../images/footer_logo_sm.png) no-repeat;
    }


    #footer_eu{
        margin:5px auto;
        width:78px;
        height:77px;
        background: url('../images/footer_eu_sm.png') no-repeat;  
    }
    .article_image_gallery { margin:10px; }
    .article_image_gallery img { width:160px; }
    
    /* carousel image captions */
    .bx-wrapper .bx-caption {
        top:10px;
        width:80%;
    }
    .bx-wrapper .bx-caption span {
        font-size: 1.5em;
        padding: 10px 15px;
    }
    
    
    /* change font-size in sm devices */
    .header_under_logo
    {
         padding:40px 0 30px 0;
    }
    .language_picker_container
    {
        position:relative;
        top:15px;
    }
    .header_under_logo_left
    {
        position:relative;
        top:15px;
    }
    .topstory_article{ padding:8px 46px; }
    
  
    .navbar-default
    {
        font-size:14px;
    }
    
    .navbar-default .navbar-nav > li + li
    {
        background:url('../images/header_menu_separator.png') left center no-repeat;
    }
    
    .navbar-default 
    {
        font-size:16px;
    }
        
    
     .navbar-default .navbar-nav > li > a 
	{
        margin:0;
        padding:15px 8px 15px 8px;
    }

    .top_right_area_container{
        color:#939292;
        float:right;
        position:absolute;
        right:0;
        max-width:420px;
        width:100%;
        height:100px;
    }
    
    .search_container
    {
        position:relative;
        top:45px;
        right:45px;
    }
    
    .search_text
    {
        max-width:120px;
    }
    
    .amea_button
    {
        float:right;
        position:relative;
        top:45px;
        right:45px;
        margin-left:10px;
        float:left;
        cursor:pointer;
        color:#ffffff;
    }
    
     .rss_button_container
    {
        background:url('../images/icon_rss_white.png') no-repeat;
        width:37px;
        height:37px;
        position:absolute;
        top:47px;
        right:10px;
    }
	
	.newsletter_form_01 #mlb2-55809 .subscribe-form, .newsletter_form_01 #mlb2-55859 .subscribe-form  
	{
		width:440px !important;
		border:0 !important;
		margin:0 auto;
	}
	
	.banner_footer_container
	{
		width:80%;
	}
	
	.banner_footer_container .banner_container
	{
		width:33% !important;
	}
	
	.footer_iso_9001_logo
	{
		margin-bottom:10px;
	}
	
}




/* MD - Desktops (992px up to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    
    #header_carousel { max-height:318px; }
    
    .article_image_gallery { margin:10px; }
    .article_image_gallery img { width:134px; }
    
    #footer_logo_en, #footer_logo_el{
        display:block;
        margin:5px;
        width:200px;
        height:43px;
        background: url('../images/footer_logo_md.png') no-repeat;
    }


    #footer_eu{
        margin:30px 0 10px 0;
        width:200px;
        height:93px;
        background: url('../images/footer_eu_md.png') no-repeat;  
    }
    .lastnews_cover_small img { max-width:180px; }
    .frontpage_news_cover_small img { max-width:180px; }
    
    .poll_container{ margin: 20px 0 20px 2px;}
    .poll_container a{color:#F6F7F9;}
    
   
    .navbar-default
    {
        font-size:16px;
    }
    .navbar-default .navbar-nav > li + li
    {
        background:url('../images/header_menu_separator.png') left center no-repeat;
    }
    
    .navbar-default .navbar-nav > li > a 
    {
        margin:0;
        padding:15px 4px 15px 4px;
    }
   
    .top_right_area_container{
        color:#939292;
        float:right;
        position:absolute;
        right:0;
        max-width:420px;
        width:100%;
        height:100px;
    }
    
     .search_container
    {
        position:relative;
        top:45px;
        right:40px;
    }
    
    .search_text
    {
        max-width:205px;
    }
    
    .amea_button
    {
        position:relative;
        top:45px;
        right:40px;
        margin-left:10px;
        float:left;
        cursor:pointer;
        color:#ffffff;
    }
    
     .rss_button_container
    {
        width:37px;
        height:37px;
        background:url('../images/icon_rss_white.png') no-repeat;
        position:absolute;
        top:47px;
        right:10px;
    }
    
    .main_area_container
    {
        background:url('../images/page_pattern_md.png') repeat-y;
    }
	
	.newsletter_form_01 #mlb2-55809 .subscribe-form, .newsletter_form_01 #mlb2-55859 .subscribe-form  
	{
		width:440px !important;
		border:0 !important;
		margin:0 auto;
	}
	
	.banner_footer_container
	{
		width:80%;
	}
	
	.banner_footer_container .banner_container
	{
		width:33% !important;
	}
	
	.footer_iso_9001_logo
	{
		margin-bottom:10px;
	}
    
}




/* LG - Large desktops (1200px and up) */
@media (min-width: 1200px) {
        
    /* change margin in lg devices */
    
    
    #aside_container
    {
        margin-left:30px;
    }
    #aside_container .banner_container img{
       
    }
    
    .article_image_gallery { margin:10px; }
    .article_image_gallery img { width:167px; } 
    
    .poll_container{ margin:30px;}
    .poll_container a{color:#F6F7F9;}
    
    .navbar-default .navbar-nav > li + li
    {
        background:url('../images/header_menu_separator.png') left center no-repeat;
    }
    
    
    .navbar-default 
    {
        font-size:18px;
    }
        
    
    .navbar-default .navbar-nav > li > a 
	{
        margin:0;
        padding:15px 8px 15px 8px;
    }
	
	
	.navbar-collapse
	{
		padding-left:0!important;
		padding-right:0!important;
	}
    
    
    .top_right_area_container{
        color:#939292;
        float:right;
        position:absolute;
        right:0;
        max-width:420px;
        width:100%;
        height:100px;
    }
    
    .amea_button
    {
        position:relative;
        top:45px;
        right:45px;
        margin-left:10px;
        float:left;
        cursor:pointer;
        color:#ffffff;
    }
    
     .rss_button_container
    {
        width:37px;
        height:37px;
        background:url('../images/icon_rss_white.png') no-repeat;
        position:absolute;
        top:47px;
        right:5px;
    }
    
    .main_area_container
    {
        background:url('../images/page_pattern.png') repeat-y;
    }
	
	.newsletter_form_01 #mlb2-55809 .subscribe-form, .newsletter_form_01 #mlb2-55859 .subscribe-form 
	{
		width:440px !important;
		border:0 !important;
		margin:0 auto;
	}
	
}