.met_logo {
    margin-top: 0;
    position: absolute;
    /*height: 70px;*/
    /*line-height: 70px;*/
}
.met_logo img {margin-top:0 !important;}
.met_logo  {
    /*margin-top:42px;*/
}

.padding-10px {padding:10px;}




.gallery-block .gallery-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    height: 240px;
    width: 270px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gallery-container {
  margin: -14px -14px -14px -13px;
}

.gallery-block {
    height: 240px;
    margin: 13px;
    width: 270px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gallery-container-medium .gallery-block,
.gallery-container-medium .gallery-block .gallery-image {
  height: 155px;
  width: 170px;
}
.gallery-container-small .gallery-block,
.gallery-container-small .gallery-block .gallery-image {
  height: 122px;
  width: 141px;
}


.footer-blocks,
.footer-blocks p,
.footer-blocks a,
.footer-blocks h1, .footer-blocks h2, .footer-blocks h3, .footer-blocks h4, .footer-blocks h5, .footer-blocks h6 {
  color: #FFFFFF;
}

.met_slider_item_caption {
  width: 300px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, 
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    display: block;
  font-weight: 700;
}

.met_tab_nav a i {
    font-size: 32px;
}

.met_img_with_text_preview {
  width: 270px;
}
.met_img_with_text article {
  height: 100%;
  margin-left: 270px;
  position: absolute;
overflow: hidden;
}


.assets-image-container .assets-image-block {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    width: 270px;
    height: 240px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}



.cms_column_320 .assets-image-container .assets-image-block {
    width: 170px;
}

.cms_column_320 .met_img_with_text_preview {
    width: 170px;
}

.cms_column_320 .met_img_with_text article {
    margin-left: 170px;
}

.cms_column_240 .assets-image-container .assets-image-block {
    width: 94px;
}

.cms_column_240 .met_img_with_text_preview {
    width: 94px;
}

.cms_column_240 .met_img_with_text article {
    margin-left: 94px;
}

.met_message {
    margin-bottom: 15px;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  font-size: 14px;
}


/* breadcrumbs */
.met_page_under_header ul {
	float      : right;
	list-style : none;
	margin     : 5px 00px 0 0;
}

.met_page_under_header li {
	list-style    : none;
	float         : left;
	padding-right : 20px;
	position      : relative;
        color         : #256125; 
}

.met_page_under_header li:last-child {
	padding-right : 0;
}

.met_page_under_header li:after {
	display  : block;
	position : absolute;
	content  : '/';
	color    : #256125;
	right    : 9px;
	top      : 0;
}

.met_page_under_header li:last-child:after {
	content : '';
}

.met_page_under_header li a {
    color:#256125;
}

/* END BREADCRUMBS */

@media all and (max-width: 1169px) {
    .gallery-container-large .gallery-block,
    .gallery-container-large .gallery-block .gallery-image {
      height: 155px;
      width: 170px;
    }
    
    .met_slider_item_caption {
        width: 100%;
    }
    
    .cms_column_240 {
        width: 50%;
    }
    
    .cms_column_240:nth-child(2) .cms_column_content {
        padding-right: 0 !important;
    }
    .cms_column_240:nth-child(3) .cms_column_content {
        padding-left: 0 !important;
    }
    
    .cms_column_240 .assets-image-container .assets-image-block {
        width: 240px;
    }

    .cms_column_240 .met_img_with_text_preview {
        width: 240px;
    }

    .cms_column_240 .met_img_with_text article {
        margin-left: 240px;;
    }
    

    .cms_column_320 .assets-image-container .assets-image-block {
        width: 100px;
    }

    .cms_column_320 .met_img_with_text_preview {
        width: 100px;
    }

    .cms_column_320 .met_img_with_text article {
        margin-left: 100px;
    }
}

@media all and (max-width: 1000px) {
    .cms_column_320 .assets-image-container .assets-image-block {
        width: 240px;
    }

    .cms_column_320 .met_img_with_text_preview {
        width: 240px;
    }

    .cms_column_320 .met_img_with_text article {
        margin-left: 240px;
    }
    .cms_column_320 .cms_column_content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .cms_column_320 {
        width: 100%;
    }
}

@media all and (max-width: 978px) {
    .cms_column_240 .assets-image-container .assets-image-block {
        width: 141px;
    }

    .cms_column_240 .met_img_with_text_preview {
        width: 141px;
    }

    .cms_column_240 .met_img_with_text article {
        margin-left: 141px;
    }
    
}

@media all and (max-width: 767px) {
    .gallery-container-large .gallery-block,
    .gallery-container-large .gallery-block .gallery-image,
    .gallery-container-medium .gallery-block,
    .gallery-container-medium .gallery-block .gallery-image {
      height: 122px;
      width: 141px;
    }
    
    .met_slider_item_caption {
        width: 100%;
    }
    
    .cms_content_column {
        width: 100% !important;
    }
    .cms_content_column .cms_column_content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    
    .cms_column_240 .assets-image-container .assets-image-block {
        width: 240px;
    }

    .cms_column_240 .met_img_with_text_preview {
        width: 240px;
    }

    .cms_column_240 .met_img_with_text article {
        margin-left: 240px;;
    }
}

.searchresults.breadcrumbs ul {
    margin: 0;
}
.searchresults.breadcrumbs ul li {
    vertical-align: top;
    list-style: none outside none !important;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.searchresults.breadcrumbs ul li a {
    color: #65676F;
}


.searchresults.breadcrumbs ul li:before {
  color: #65676F;
  content: "/";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}


.search-results-list h3 {
    margin: 0;
}


/* pypers colors #256125   */

a {
  color: #ff6501;
}

.met_bgcolor {
  background-color: #ff6501;
}

.met_accordion .accordion-toggle {
  background-color: #ff6501;
}

.met_main_nav .met_menu_home {
  background-color: #165616;
}



.met_bgcolor2 {
  background-color: #165616;
}
.met_cacoon_sidebar:before {
  border-color: transparent #165616 transparent transparent;
}


.met_bgcolor3 {
  background-color: #256125;
}

.met_bgcolor4 {
  background-color: #215e21;
}

.met_button:hover,
.met_bgcolor_transition2:hover {
  background-color: #104910;
}

.met_main_nav > ul li ul {
    background-color   : #104910;
}
.met_main_nav > ul li ul a {
    color           : #ccc;
}

footer.met_bgcolor3 {
  background-color: #656870;
}
/*.met_footer_copyright {
  background-color: #104910;
}*/


.met_message_success {
  background-color: #215E21;
}
.met_message_success:after {
  border-color: transparent #215E21 transparent transparent;
}

.cms_media_box .met_portfolio_item_share {}
.cms_media_box h2 {text-align:left;}
.cms_media_box .cms_block_content {}
.cms_media_box_share {text-align:right;}
.cms_media_box_share a {margin-left:10px;}
.cms_media_box .met_data_content .block-content {padding:10px;color:#FFFFFF;}
.social-icons , .block-title {display:inline-block;}
.social-icons {width:50%;}
.block-title {width:50%;}


.btn-success {background-color:#256125;}

.accordion-inner ul {margin-left:0px;}
.accordion-inner ul li {list-style:none;margin-bottom:7px;}
.accordion-inner ul li i {margin-right:10px;}
.accordion-inner img.recipe-image {border-bottom:20px solid #ff6501;margin-right:-15px !important; margin-top:-1px !important; }

.met_bgcolor,.met_bgcolor_transition:hover,.met_audio_current_progress{background-color: #f36e15}
.met_color,.met_color_transition:hover,.met_title_with_pager nav a.selected{color: #f36e15}
#ascrail2000 div{background-color: #f36e15!important;}