/* 
Theme Name: ABClusters - Responsive Child Theme 
Theme URI: http://themeid.com/responsive-theme/ 
Description: This is child theme based on Responsive

Template: responsive
Version: 1.0.0
Author: Calipers 
Author URI: http://calipers.bg
Tags: ABClusters theme

License: GNU General Public License
License URI: license.txt 

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac 

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/*
CONTENT:

1. MAIN
2. HEADER
3. TEMPLATE
    3.1 INNER TEMPLATE
    3.2 BLOCKS
4. FOOTER
5. MEDIA
*/



/*#region MAIN */
@import url('../responsive/style.css');

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; *behavior: url(http://abclusters.org/wp-content/themes/ABClusters/boxsizing.htc);}


.dn {
	display:none;
}


.dbfl 
{
    float:left;
	display: block;
}
.dbfr 
{
    float:right;
    display: block;
}

.w100 
{
    width:100%;
}
.w50 
{
    width:50%;
}
.dbwh 
{
    display: block;
    width:100%;
    height:100%;
}

.clear 
{
    clear:both;
} 
body {
    background: none repeat scroll 0 0 #fff;
    color: #297170;
    font-family: Georgia, sans-serif;
    font-size: 16px;
    line-height: 1.35em;
    text-rendering: optimizelegibility;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    padding: 0;
    margin: 0;
    font-weight: normal;
}
h1 
{
    font-size: 2.125em; 
    color: #073f2c;
}
h2 
{
    font-size: 2em; 
    color: #073f2c;
}

h3 
{
    font-size: 1.875em; 
	color: #50B948;
}
h3 span.hightlight 
{
    font-size: 0.9em;
    color:#50b948;
    font-weight: bold;
}
h4 
{
    font-size:1.5em
}
h5
{
    font-size:1.375em
}
h6
{
    font-size:1.125em;
	line-height: 22px;
}

p, hr, dl, pre, form, table, address, blockquote {
    margin: 0 0 1.6em;
}

ul, ol 
{
    padding-left: 20px;
}

ul, ol, ul li, ol li,
.documents .text-content ul li, 
.documents .text-content ol li {
    margin: 0;
    padding-bottom: 20px;
   
    list-style-image:url(images/BulletDarkGreen.png);
    list-style-position: outside;
	
}
ul li ul li 
{
    list-style-image:url(images/BulletLightGreen.png);
}

a {
    color: #073F2C;
    font-weight: normal;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #50B948;
    outline: 0 none;
    text-decoration: none;
   
}
table tr, table td 
{
    border:none;
}
tr, td {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
table tr:nth-child(odd) {
    background: none repeat scroll 0 0 #F0F2EE;
}
table tr:first-child {
    background: none repeat scroll 0 0 #007E3C;
    color:#fff;
    height: 45px;
}
label {
    display: inline-block;
    font-weight: normal;
    padding: 2px 0;
}


a.button, input[type="reset"], input[type="button"], input[type="submit"] {
    background-color: #1E5352;
    background-image: none;
    border: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0 0px 0;
    padding: 8px 15px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
    transition-duration: 0.5s;
     font-family: Georgia,sans-serif;
}

a.button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #50B948;
    background-image: none;
    border: none;
    box-shadow:none;
    color: #fff;
    transition-duration: 0.5s;
}

select, input[type="text"], input[type="password"], input[type="email"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border-color: #AAAAAA;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    margin: 0;
    outline: medium none;
    padding: 6px 8px;
    vertical-align: middle;
    width: 60%;
     font-family: Georgia,sans-serif;
     color:#073F2C;
}

area, textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border-color: #AAAAAA;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    height: auto;
    margin: 0;
    outline: medium none;
    overflow: auto;
    padding: 8px 10px;
    font-family: Georgia,sans-serif;
    width: 60%;
    color:#073F2C;
    height: 100px;
    resize: vertical;
}
.wpcf7-email {
    cursor: text;
}

area:focus, input:focus, textarea:focus {
    border: 1px solid #66CCFF;
}

#container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 0px;
}

#wrapper {
    background-color: #FFFFFF;
    border: none;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    margin: 20px auto;
    padding: 0 0px 20px;
    position: relative;
}

.DesktopLeftPadding {
    padding-left: 185px;
}

#content {
    margin-bottom: 20px;
    margin-top: 50px;
    padding-right: 360px;
}
.post-entry img {
    border: 3px solid #F0F2EE;
}

.next_post_link a,
.prev_post_link a,
.link_back a
{
    display: block;
    height: 28px;
    line-height: 25px;
	color: #50b948;
}

.showmore.next_post_link 
{
	display: inline-block;
}

.next_post_link a
{
    background: url("images/PageNext.jpg") no-repeat scroll right 0 transparent;
	padding: 0 30px 0 0;
}

.prev_post_link a,
.link_back a
{
    background: url("images/PageBack.jpg") no-repeat scroll left  0 transparent;
	padding: 0 0 0 30px;  
}
.next_post_link a:hover,
.prev_post_link a:hover,
.link_back a:hover
{
	color: #007e3c;
}

.next_post_link a:hover
{
	background-position: right -28px;
}
.prev_post_link a:hover,
.link_back a:hover
{
	background-position:  left -28px;
}

.post-entry > p {
    line-height: 25px;
    margin: 0;
}

#member-mail 
{
    cursor: text;
	
}
/*#endregion*/

/*#region HEADER */


#header {
    margin: 0;
    background: url(images/HeaderShape.png) no-repeat left 0;
}
.Logo 
{    margin-left: 68px;
    margin-top: 35px;
    max-width: 265px;
}

.HeaderContacts {
    width: 310px;
}

#top-widget {
    width: 325px;
    display: block;

}
.bg #top-widget {
width: 330px;
}

#top-widget
{
    color: #50b948;
        margin-top: 98px;
}
#top-widget  a
{
    color: #50b948;
}


#top-widget  .ContactInfo {
    text-align: left;
      padding-left: 10px;
}
#top-widget .PhoneImage 
{
  width:52px;
  height: 36px;
  background: url(images/IconPhone.png) 0 0px no-repeat;
}
#top-widget #text-3:hover .PhoneImage 
{
  background-position: 0 0px;  
}


#top-widget  .ContactInfo .email {
    border-bottom: 1px solid;
    display: inline-block;
}
#top-widget .ContactInfo h6 a
{
    color:#1e5352;
}
#top-widget  .ContactInfo h6 a:hover
{
    color:#50b948;
}
#top-widget .phone, #top-widget .email {
    font-size: 14px;
      line-height: 15px;
}
#MainMenu 
{
   padding-top:30px;
}

#MainMenu .menu {
    background-color: #1e5352;
    background-image:none;
    clear: both;
    margin: 0 auto;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    filter:none;
}

#MainMenu #menu-main-menu,
#MainMenu #menu-main-menu-english {
    float: right;
    width: auto;
}

#MainMenu  ul.menu li {
    transition-duration: 0.5s;
    position:relative;
}
#MainMenu .menu li:nth-child(1) a
{
     border-left: none;
     }
#MainMenu .menu a {
    border-left: 1px solid #0c8751;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 1.313em;
    font-weight: normal;
    height: auto;
    line-height: 65px;
    margin: 0;
    padding: 25px 30px 0;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}
#MainMenu .menu a:hover {
    background-color:transparent;
	background-image: none;
    color: #FFFFFF;
    filter:none;
}
#MainMenu ul.menu li:nth-child(2) a
{
    border-left:none;
}
#MainMenu ul.menu > li:nth-child(2):hover,
#MainMenu .menu li:nth-child(2) a:hover,
#MainMenu ul.menu li:nth-child(2).current_page_item,
#MainMenu .menu .current_page_item:nth-child(2) a
{
     -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;  
}

#MainMenu ul.menu li.mobileOnly,
#MainMenu ul.menu li.mobileHomeOnly
{
    display: none;
}
#MainMenu .menu .current_page_item a, 
#MainMenu .menu .current-menu-item a {
    background-color: #007e3c;
}

#MainMenu  ul.menu > li:hover
 {
	background-color: #50b948;
    color: #FFFFFF;
    transition-duration: 0.5s;
    filter:none;
}


#MainMenu ul.sub-menu {
    position: absolute;
      bottom: 0;
    left: 0;
}
#MainMenu  ul.sub-menu li {
    transition-duration: 0.0s;
}
#MainMenu li:hover ul.sub-menu 
{
  
    
}
#MainMenu .sub-menu li {
    background: none repeat scroll 0 0 #1E5352;
    border:none;
}
#MainMenu ul.sub-menu li:hover 
{
    background: #007e3c;
}
#MainMenu .sub-menu a {
    padding-top: 0;
}
.menu li li a:hover {
    background: none repeat scroll 0 0 #007e3c !important;
    border: medium none;
    color: #fff;
    filter: none;
}

/*#endregion*/

/*#region INNER TEMPLATE */
.breadcrumb {
    margin-top: -38px;
    padding-bottom: 0px;
     margin-bottom: 17px;
}
.TitleHolder 
{
    background: none repeat scroll 0 0 #f0f2ee;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 25px;
}

.pagenavigation 
{
    display: block;
    float: left;
    padding-bottom: 20px;
    width: 100%;
	padding-top: 20px;
}

.InnerContent h1 {
    padding: 0;
}

fieldset {
    border: none;
    margin: 0 0 0em;
    padding: 0 0 10px 0;
}
fieldset p 
{
    margin-top:0;
}


.news-list {
    list-style: none outside none;
    margin: 0;
    
}

.news_image {
    margin-right: 3%;
    margin-top: 3px;
    max-width: 266px;
    width: 27%;
}


.news_image_view {
    margin-bottom: 10px;
    margin-right: 35px;
    margin-top: 6px;
    max-width: 406px;
    width: 100%;
}

img.wp-post-image, img.attachment-full, img.attachment-large, img.attachment-medium, img.attachment-thumbnail {
    display: block;
    margin: 0px auto;
    width: 100%;
}


#content .members .member_info h3 {
    margin-bottom: 10px;
    margin-top: 40px;
}

#content .members .member_info p {
    color: #000000;
    margin: 0;
    padding: 0 0 5px  100px;
    position: relative;
}

#content .members .member_info p span:first-child {
    color: #979797;
    font-size: 90%;
    left: 0;
    position: absolute;
    width: 100px;
}

.RightHolder 
{
    float: left;
    width: 69%;
}

.news_info 
{
   width: 100%; 
}

.DateHolder .date 
{
    color: #50B948;
	margin: 8px 0;
    width: 100%;
}
.TitleHolder .DateHolder .date 
{
    float:left;
}
.ListItem  
{
    border-bottom: 1px dotted #DFE4E4;
    list-style: none outside none;
    margin-bottom: 40px;
      padding: 0 0 20px;
      width:100%;
}
.ListItem:hover a 
{
    color: #50B948;
}  

.ListItem:last-child
{
    margin-bottom: 40px;
    padding: 0 0 20px;
	border-bottom: 0px solid #50b948;
}
.documents  
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.documents ul li {
    list-style: none outside none;
    min-height: 35px;
    padding-left: 10px;
}

.documents ul li a {
    background: url("images/pdf.png") no-repeat scroll 0 0 transparent;
    font-size: 16px;
    margin-left: 20px;
    padding: 4px 0 3px 40px;
    text-decoration: none;
}

.documents ul li a.url {
    background: none;
}


.documents ul li a:hover {
    background-position: 0px -25px;
}


.MemberListHolder  
{
    display: block;
    float: left;
    width: 100%;
}

.members_group h3,
.ParnterListHolder h3 {

    color: #50B948;
    font-size: 22px;
    margin-top: 0;
    padding: 5px 0 20px 0;
    text-align: left;
}

.partners-list {
    margin: 0;
    padding: 0;
}
.PartnerListHolder .CategoryItem {
    border-bottom: 1px dotted #DFE4E4;
      margin-bottom: 50px;
}
.PartnerListHolder .CategoryItem:last-child 
{
    border-bottom: none;
}
.PartnerListHolder .CategoryItem h3 {
    margin-bottom: 20px;
}
.PartnerListHolder .PartnerItem {
        margin-bottom: 30px;
    min-height: 125px;
    width: 50%
}
.PartnerListHolder .PartnerItem:hover a
{
    color:#50B948;
}
.PartnerListHolder .PartnerItem .ImageHolder {
     margin-right: 4%;
    max-width: 150px;
    width: 35%;
}

.PartnerListHolder .PartnerItem  .PartnerInfoHolder {
    width: 45%;
}

.PartnerListHolder .PartnerItem .PartnerLink {
    word-wrap: break-word;
}

.PartnerListHolder .PartnerItem  .PartnerLink a {
    font-size: 0.8em;
}
.members_group {
    float: left;
    margin-right: 1%;
    width: 48%;
}

.members_group ul li {
    
}

.members_group ul li a {
    font-size: 16px;
    font-weight: normal;
}

img.wp-post-image, img.attachment-full, img.attachment-large, img.attachment-medium, img.attachment-thumbnail {
    border: 3px solid #F0F2EE;
}
.abcmembers-list .news_image {
    margin-right: 2%;
    max-width: 260px;
    width: 30%;
}

.abcmembers-list  .news_info {
    width: 68%;
}
.abcmembers-list .US-member {
    border-bottom: 1px dotted #DFE4E4;
    padding-bottom: 20px;
    padding-top: 40px;
      width: 100%;
}
.abcmembers-list .US-member:last-child 
{
    border-bottom:none;
}
.news_image a img.wp-post-image {
    margin: 0;
    padding: 0;
}

.project-list li {
    list-style: none outside none;
}
.members .news_image
{
	width: 36%;
	float: left;
}
.members .post-entry
{
	width: 61%;
	float: left;
	clear: none
}

.US-member .news_info h5 {
    color: #073F2C;
}

.US-member  .member_positions {
    color: #50B948;
    padding-bottom: 10px;
}

#ContactsTable {
    border: medium none;
}


#ContactsTable tr {
    background: none repeat scroll 0 0 transparent;
    color: inherit;
}

#ContactsTable tr td {
    padding-bottom: 8px;
    padding-right: 20px;
    vertical-align: top;
}


.member_info span {
    padding-right: 20px;
    text-align: left;
}
.member_info span.Field 
{
    text-align: right;
}
.SitemapHolder ul li ul.children li a {
    font-weight: normal;
}
.SitemapHolder ul.page-list li a {
    font-weight: bold;
}

.project-list .NewsTitleHolder {
    padding-bottom: 20px;
}

.sticky-wrapper {
    position: absolute;
}
.ToTop {
    background: url("images/ArrowBackToTop.png") no-repeat scroll 0 0 transparent;
    bottom: 50%;
    cursor: pointer;
    height: 44px;
    position: fixed;
    right: 10px;
    width: 60px;
}
.ToTop {
    display: none;
}
.ToTop.stuck {
    display: block;
}
.ToTop:hover 
{
   background-position: 0 -44px; 
}

div.ppt {
    color: #FFFFFF;
    display: none !important;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}


.TableWorkProgram p {
    margin: 0;
    padding: 0;
       line-height: 18px;
}

.TableWorkProgram 
{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 4px solid #50B948;
}


.TableWorkProgram td {
    padding-right: 15px;
    padding-left: 5px;
    padding: 5px;
}



.news_image_view a {
    max-width: 400px;
    width: 100%;
}


.dib {
    display: inline-block;
}
.mw {
    max-width: 100%;
}
.WItem {
    margin: 0 0 20px;
    padding: 0 20px 20px 0;
    vertical-align: top;
    width: 25%;
}
.Item {
    position: relative;
    text-align: center;
    float: left;
}

#VideoList .Item .InfoHolder.VideoItem {
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}
#VideoList .Item .InfoHolder {
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 40px 3px;
}
.Item .InfoHolder {
    height: 216px;
}
.Item .InfoHolder {
    height: 116px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 20px;
}
.Item a {
    text-align: center;
}
#VideoList .Item .InfoHolder.VideoItem .TitleTextHolder {
    height: 43px;
    margin-top: 5px;
    overflow: hidden;
}


/*#endregion*/

/*#region BLOCKS */

.widget_nav_menu 
{
	display: block;
	float: left;
	width: 100px;
}
#widgets {
    clear: right;
    display: block;
    float: left;
    margin: 50px 0 20px -310px;
    width: 310px;
}
.widget-wrapper 
{
    display: block;
	float: left;
	width: 100%;
}
#lang_sel li {
    position: relative;
    width: auto;
}
#text-4 
{
	border: none;
	float: right;
	display: block;
	width: auto;
	padding: 0px;
}

.SidebarBanner
{
    background: url(images/BannerInner.jpg)	0 0 no-repeat;
    width: 310px;
    height: 96px;
    margin-top:30px;
}
.en .SidebarBanner 
{
    background: url(images/BannerInnerEN.jpg)	0 0 no-repeat;
}
#MobileBanner.SidebarBanner {
    margin: 0 auto;
    display: none;
}
#widgets .SidebarBanner:hover
{
    background-position: 0 -96px;
}
#widgets .SidebarBanner a.link
{
    display: block;
}
#SliderHolder {
    background: none repeat scroll 0 0 #f0f2ee;
    min-height: 144px;
    width: 100%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    
}

.SliderIdem {
    padding: 25px 25px 20px 0;
    display: none;
}
.caroufredsel_wrapper .SliderIdem 
{
    display: block;
}
.SliderIdem .PartnerImageAndTitle {
    margin-right: 10px;
    max-width: 150px;
    width: 21%;
}
.SliderIdem  .PartnerImage img {
    max-height: 105px;
}

.SliderIdem .PartnerImage {
     width: 100%;
}

.SliderIdem  .HashHolder {
    width: 77%;
}
.SliderIdem h6 {
    line-height: 22px;
    color: #297170;
    margin-top: 16px;
    width: 100%;
}

.SliderIdem .HashHolder:hover h3
{
    color:#50B948;
}
.SliderIdem .HashHolder:hover h6
{
    color:#50B948;
}
#SliderHolder #Button_prev {
    background: url(images/ArrowSlider.png) 0 0 no-repeat;
    height: 52px;
    left: 120px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    width: 43px;
    
}
#SliderHolder #Button_prev:hover 
{
    background-position: 0 -52px;
}
.HomeBlockContainer {
    margin-top: 50px;
}

#content .HomeBlockContainer  a:hover {
    color: #50B948;
}

#NewsBlock,
#ProjectsBlock {
    width: 50%;
}
#NewsBlock {
   padding-right: 50px;
}
#NewsBlock ul,
#ProjectsBlock ul{
    padding-left:0;
    
}
#NewsBlock ul, #NewsBlock ul li {
padding-bottom: 0;
}
#NewsBlock li
{
    border-bottom: 1px dotted #DFE4E4;
    margin-bottom: 25px;
}

#NewsBlock .date {
    color: #50B948;
    margin: 5px 0 10px;
}

#NewsBlock li a,
#ProjectsBlock li a 
{
    color: #073F2C;
}

#ProjectsBlock .ProjectText {
    padding-top: 10px;
    line-height: 22px;
}
.widget-wrapper {
    background-color:transparent;
	border: none;
    border-radius: none;
    margin: 0;
    padding: 0px;
}

.widget-title, .widget-title-home h3 {
    display: block;
    font-size:inherit;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
    color: #073f2c;
}
.widget-title a 
{
    color:inherit;
}

#icl_lang_sel_widget {
    margin-top: -33px;
}
#nav_menu-4 ul
{
    padding: 0;
    margin: 0;
}
#nav_menu-4 ul li 
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav_menu-4 ul li a 
{
    width:100%;
    height:100%;
    display: block;
	height:60px;
	line-height: 60px;
	font-size:1.313em;
	background: #50b948;
	color:#fff;
	padding-left: 25px;
	border-bottom: 1px dotted #96d591;
	transition-duration: 0.5s;
}

#nav_menu-4 ul li a:hover 
{
   background: #1E5352;
   transition-duration: 0.5s; 
}

#nav_menu-4 ul li.current-menu-item a 
{
    background: #007E3C;
}
#nav_menu-4 ul li:first-child a 
{
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;    
    border-top-left-radius: 5px;   
}
#nav_menu-4 ul li:last-child a 
{   
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

#PartnerBlockHolder 
{
    position:relative;
}
.PartnerBlock .Partner {
    margin-right: 15px;
    margin-left: 15px;
}
.PartnerBlock .Partner img {
    border: medium none;
}

.PartnerBlock {
    margin-top: 20px;
    position: relative;
    padding: 0 60px 0 40px;
}
.PartnerBlock  #nextButton,
.PartnerBlock  #prevButton {
    
    cursor: pointer;
    height: 46px;
    position: absolute;
    top: 10px;
    width: 36px;
}
.PartnerBlock  #nextButton:hover,
.PartnerBlock  #prevButton:hover 
{
    background-position: 0 -46px;
}
.PartnerBlock  #nextButton {

    right: 20px;
    background: url(images/BNext.png) 0 0;
}

.PartnerBlock  #prevButton {
   left: 0;

   background: url(images/BBack.png) 0 0;
}

.page_gallery_list li {
    display: inline-block;
    list-style: none outside none;
    padding-right: 5%;
    /*max-width: 260px; */
    width: 25%;
    margin-bottom: 30px;
}
.page_gallery_list li h6 
{
    margin-bottom: 15px;
    
}

.post-68 ul li {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}

#widgets #sidebar_language_list {
    margin-top: -42px;
}


#widgets #sidebar_language_list li {
    float: right;
    height: 43px;
    list-style: none outside none;
    margin: 0 18px 0 0;
    padding: 5px 0 0;
    width: 60px;
}
#sidebar_language_list a {
    color: #297170;
    font-size: 14px;
}

div.wpcf7-validation-errors {
    border: none !important;
    color: #F39515;
    font-style: italic;
	
}
div.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
}

span.wpcf7-not-valid-tip-no-ajax {
    color: #F39515 !important;
    display: block;
    font-size: 10pt;
    font-style: italic;
}
span.wpcf7-list-item {
    margin-right: 30px;
    margin-left: 0 !important;
}
#member_form_wrapper p
{
    margin-bottom: 10px;
}
p.note 
{
      color: #F39515 !important;
    display: block;
    font-size: 10pt;
    font-style: italic;  
}


div.wpcf7-mail-sent-ok {
    border: medium none !important;
    color: #F39515;
    font-size: 10pt;
    font-style: italic;
}

.pagenav {
    margin-top: 50px;
}

.pagenav a 
{
    color:#50b948;
}
.pagenav a:hover {
                 
    color: #073F2C;
}


.documents .date {
    float: left;
    text-align: right;
    width: 140px;
    color:#50b948;
}


.documents .year {
    margin-bottom: 15px;
}
/*#endregion*/

/*#region FOOTER */


#footer {
    font-size: 11px;
    line-height: 1.5em;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-top: 85px;
    padding: 0;
    background: url(images/FooterShape.png) no-repeat right bottom;
    min-height:185px;
}


#footer a {
    color: #245453;
    font-weight: 400;
    font-size: 16px;
}
#footer a:hover 
{
    color:#50B948;
}
.footer-menu > li:first-child > a {
    border-left: medium none;
    padding: 0 15px 0 0;
}

.footer-menu li a {
    border-left: 1px solid #CCCCCC;
    color: #333333;
    padding: 0 16px;
}
#footer .social-icons {
    line-height: normal;
    list-style: none outside none;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: right;
}

#footer .social-icons .facebook-icon a{
    margin-right: 20px;
    width: 28px;
    height:27px;
    background: url(images/IconFB.jpg) 0 0 no-repeat;
    display: block;
}
#footer .social-icons .linkedin-icon a
{
    margin-right: 20px;
    width: 28px;
    height:27px;
    background: url(images/IconLI.jpg) 0 0 no-repeat;
    display: block;
}

#footer .social-icons a:hover 
{
    background-position: 0 -27px;
}
#footer-wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    padding: 100px 100px 0 185px;
}


#footer .SocialHolder {
    margin-top: -6px;
}
.scroll-top {
    position: absolute;
    right: -85px;
    top: -50px;
    background: url(images/ArrowBackToTop.png);
    width:60px;
	height:44px;
}
.scroll-top:hover 
{
   background-position: 0 -44px;
}


#footer .yelp-icon, #footer .vimeo-icon, #footer .youtube-icon, #footer .twitter-icon, #footer .facebook-icon, #footer .linkedin-icon, #footer .rss-feed-icon, #footer .instagram-icon, #footer .pinterest-icon, #footer .foursquare-icon, #footer .google-plus-icon, #footer .stumble-upon-icon {
    display: inline;
    float: left;
    margin: 1px;
    padding-left: 3px;
}

.FooterLangMenu {
	display:block;
	padding-bottom: 10px;
}
.FooterLangMenu ul {
	padding:0;	
}
.FooterLangMenu ul li{
	list-style:none;
	padding:0;
}




/*#endregion*/

/*#region MEDIA */



@media print {

	h1 {
		page-break-before: always;
	}

	h1,  h2,  h3,  h4,  h5,  h6 {
		page-break-after: avoid;
	}

	ul,  ol,  dl {
		page-break-before: avoid;
	}
}

/*  Retina (HiDPI) Display
	http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media 
	only screen and (-moz-min-device-pixel-ratio:1.5), 
	only screen and (-o-min-device-pixel-ratio:3/2), 
	only screen and (-webkit-min-device-pixel-ratio:1.5), 
	only screen and (min-device-pixel-ratio:1.5) {

	body {}
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 1100px) 
{
   #MainMenu .menu a 
   {
    font-size: 1.1em;
    padding-left: 30px;
    padding-right: 30px; 
    }
    
	#footer .w50 
	{
		width: 100%;
	}
	
	.DesktopLeftPadding {
		padding-left:  20px;
	}
	
    #SliderHolder {
        padding-left:70px;
    }
    #SliderHolder #Button_prev {
        display:block;
        left: 20px;
    }
    
	#colophon-widget,
	#colophon-widget #text-4,
	#colophon-widget #text-4 .textwidget
	{
		width: auto;
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
}
@media screen and (max-width: 980px) {

	body 
	{
		}


	.WItem {
		margin: 0 0 20px;
		vertical-align: top;
		padding: 0 20px 0 0;
		width: 33.33333%;
	}

	.grid, 
	.grid-right {
		float: none;
	}
    #content 
    {
        padding-right: 0;
    }
	.HeaderContacts {
        display: block;
    }
	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.js .sub-header-menu {
		display: none;
	}
	
	#MainMenu .main-nav {
		position: relative;
		background-color: #1e5352;
		background-image: none;

		margin: 0 auto;
	}
	#MainMenu .menu {
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
	}
    #MainMenu #menu-main-menu {
    float: right;
    width: 100%;
    }


	#MainMenu .menu li a {
		border-left: medium none;
		line-height:35px;
		padding: 0 0 0 10px;
    }
    
    #MainMenu .menu a:hover {
		background-color: #007e3c !important;
		background-image: none;
		color: #FFFFFF;
		line-height:35px;
	}
    
    #MainMenu ul.menu > li:nth-child(1):hover, 
    #MainMenu .menu li:first-child a:hover, 
    #MainMenu ul.menu li.current_page_item:nth-child(1), 
    #MainMenu .menu .current_page_item:first-child a {
        border-bottom-left-radius: 0px;
        border-top-left-radius:0px;
    }
	#MainMenu .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 43px;
		z-index: 1000;
	}
	
	.js .main-nav .menu ul {
		margin-top: 1px;
	}
	
	#MainMenu .main-nav .menu li {
		float: none;
		background-color: #1E5352;
		border: none;
	}
	
	#MainMenu ul.menu li.mobileOnly,
	#MainMenu ul.menu li.mobileHomeOnly
	{
		display: block;
	}

	#MainMenu ul.menu li.mobileOnly a {
		background-color: #50b948  !important;
	}
	#MainMenu ul.menu li.mobileOnly a:hover {
		background-color: #007e3c !important;
	}
	
	#MainMenu ul.sub-menu {
      position: inherit;
    }
	.js .main-nav .menu li a {
		color: #444;
		font-size: 13px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}
	

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}
	
	.js .main-nav .menu li li:hover {
		background: none!important;
	}
	
	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}
	
	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}
	
	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color: #f5f5f5!important;
	}
	
	.js .main-nav .menu li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.js .main-nav .menu li li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.js .main-nav .menu li li li a::after {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}
	
	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #fff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

    #MainMenu .main-nav #responsive_current_menu_item {
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        font-weight: 700;
        padding: 10px 40px 10px 10px;
    }
    #MainMenu #menu-main-menu-english {
        
        width: 100%;
    }
   #MainMenu .main-nav a#responsive_menu_button {
        background: url("images/select-icons.png") no-repeat scroll 0 5px transparent;
        cursor: pointer;
        display: block;
        height: 30px;
        left: 100%;
        margin-left: -30px;
        position: absolute;
        top: 8px;
        width: 23px;
    }
	.js .main-nav a#responsive_menu_button {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		background: url('core/images/select-icons.png') 0 5px no-repeat;
		cursor: pointer;
	}
	
	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('core/images/select-icons.png') 0 -46px no-repeat;
	}



	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}
	
    #MainMenu .menu a 
   {
    font-size: 1em;
    padding-left: 9px;
    padding-right: 9px; 
    } 
    #widgets 
    {
        display: none;
    }
    #MobileBanner.SidebarBanner {
    
    display: block;
    }
	#footer {
		text-align: center;
		padding: 0px 0px 0 0px;
	}
	#footer .w50 
	{
		width: 100%;
	}
	
	.footer-menu {
		text-align: center;
	}
	
	#colophon-widget,
	#colophon-widget #text-4,
	#colophon-widget #text-4 .textwidget,
	#footer grid col-380 fit
	{
		width: 100%;
		text-align: center;
	}


    #footer-wrapper {
    
    padding: 100px 0 0;
    
    } 
      
    .FooterMenuHolder {
        margin: 0 auto;
        width: 100%;
    }  
    
    #footer .SocialHolder {
        margin: 10px auto 0;
        width: 100%;
    }  
    #footer .social-icons {
        margin: 0 auto;
        text-align: center;
        width: 107px;
    }
    
}

@media screen and (max-width: 650px) {

	body 
	{
	}

	.WItem {
		margin: 0 0 20px;
		vertical-align: top;
		width: 49%;
	}

    select, input[type="text"], input[type="password"], input[type="email"] {

        width: 100%;

    }

    area, textarea {

        width: 100%;

    }

	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}

    .HeaderContacts {
        display: none;
    }
	.grid, 
	.grid-right {
		float: none;
	}
	
	.InnerContent 
	{
		padding: 5px;
	}
	
	.RightHolder 
	{
		width: 100%;
	}
	
	#colophon-widget 
	{
		margin-bottom: 20px;
	}
	
	.news_image {
		float: none;
		max-width: 300px;
		width: 100%;
		margin: 0 auto 20px;
	}

    .abcmembers-list .news_info {
        width: 100%;
    }
    
    .abcmembers-list .news_image {
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
        width: 50%;
    }
	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
	
	.top-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
	}
	
	.top-widget .widget-title {
		text-align: center;
	}
	
	.js .sub-header-menu {
		display: none;
	}
	
	#MainMenu .main-nav {
		position: relative;
		background-color: #1e5352;
		background-image: none;

		margin: 0 auto;
	}
	#MainMenu .menu {
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
	}
    #MainMenu #menu-main-menu {
    float: right;
    width: 100%;
    }


	#MainMenu .menu li a {
		border-left: medium none;
		line-height:35px;
		padding: 0 0 0 10px;
    }
    
    #MainMenu .menu a:hover {
		background-color: #007e3c !important;
		background-image: none;
		color: #FFFFFF;
		line-height:35px;
	}
    
    #MainMenu ul.menu > li:nth-child(1):hover, 
    #MainMenu .menu li:first-child a:hover, 
    #MainMenu ul.menu li.current_page_item:nth-child(1), 
    #MainMenu .menu .current_page_item:first-child a {
        border-bottom-left-radius: 0px;
        border-top-left-radius:0px;
    }
	#MainMenu .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 43px;
		z-index: 1000;
	}
	
	.js .main-nav .menu ul {
		margin-top: 1px;
	}
	
	#MainMenu .main-nav .menu li {
		float: none;
		background-color: #1E5352;
		border: none;
	}
	
	#MainMenu ul.menu li.mobileOnly,
	#MainMenu ul.menu li.mobileHomeOnly
	{
		display: block;
	}

	#MainMenu ul.menu li.mobileOnly a {
		background-color: #50b948  !important;
	}
	#MainMenu ul.menu li.mobileOnly a:hover {
		background-color: #007e3c !important;
	}
	
	#MainMenu ul.sub-menu {
      position: inherit;
    }
	.js .main-nav .menu li a {
		color: #444;
		font-size: 13px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}
	

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}
	
	.js .main-nav .menu li li:hover {
		background: none!important;
	}
	
	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}
	
	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}
	
	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color: #f5f5f5!important;
	}
	
	.js .main-nav .menu li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.js .main-nav .menu li li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.js .main-nav .menu li li li a::after {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}
	
	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #fff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

    #MainMenu .main-nav #responsive_current_menu_item {
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        font-weight: 700;
        padding: 10px 40px 10px 10px;
    }
    #MainMenu #menu-main-menu-english {
        
        width: 100%;
    }
   #MainMenu .main-nav a#responsive_menu_button {
        background: url("images/select-icons.png") no-repeat scroll 0 5px transparent;
        cursor: pointer;
        display: block;
        height: 30px;
        left: 100%;
        margin-left: -30px;
        position: absolute;
        top: 8px;
        width: 23px;
    }
	.js .main-nav a#responsive_menu_button {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		background: url('core/images/select-icons.png') 0 5px no-repeat;
		cursor: pointer;
	}
	
	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('core/images/select-icons.png') 0 -46px no-repeat;
	}
		
	
	.documents .date {
		display: block;
		float: left;
		padding: 0 0 10px;
		text-align: left;
		width: 100%;
	}
	.documents ul li a {
		background: url("images/pdf.png") no-repeat scroll 0 0 transparent;
		font-size: 16px;
		margin-left: 0;
		padding: 4px 0 3px 35px;
		text-decoration: none;
		line-height: 24px;
	}
	
	.top-menu, 
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}
	
	.tinynav {
		display: block;
	}

	#footer .social-icons a {
		margin-right: 10px;
	}
	
	#footer .social-icons li:last-child a
	{
		margin-right: 0px;
	}
	
    .footer-menu > li:first-child > a {
        padding: 0 10px 0 0;
    }
	.footer-menu li a {
		padding: 0 10px;
	}

	#footer .social-icons {
		margin: 0 auto;
		text-align: center;
		width: 88px;
	}
    
    #footer-wrapper {
       padding: 25px 0 0;
      }
    
	.SliderIdem .PartnerImageAndTitle {
		margin-right: 10px;
		max-width: 150px;
		width: 40%;
	}
	.SliderIdem .HashHolder {
		width: 60%;
	}
	
	.FooterMenuHolder.dbfl,
	.SocialHolder.dbfl
	{
		float: none;
	}
	
	.social-icons 
	{
		display: block;
		margin: 0 auto;
	}

	#SliderHolder #Button_prev {
		left: 12px;
	}

	.TableWorkProgram {
		font-size: 11px;
	}

	.DesktopLeftPadding 
	{
	    padding: 0 10px;
	}
	#SliderHolder #Button_prev 
	{
	    
	}
	.PartnerListHolder .PartnerItem {

        width: 100%;
    }
    #NewsBlock, #ProjectsBlock {
        width: 100%;
    }
    .PartnerBlock #nextButton,
    .PartnerBlock #prevButton 
    {
        display:none !important;
    }
    
    .members .post-entry {

        width: 100%;
    }
    #widgets 
    {
        display: none;
    }
	.sb-holder {
		display: block;
	}
	
	#author-meta {
		padding: 20px;
	}
	
	.hide-650 {
		display: none;
	}
	
	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	.news_image {    
    position: inherit;
    }
    
    
     .news_image_view {

        max-width: 100%;
        width: 100%;
    }
    .news_info {
        padding-left: 0px;
    }
    

	#footer {
		text-align: center;
		padding: 100px 0px 0 0px;
	}
	#footer .w50 
	{
		width: 100%;
	}
	
	.footer-menu {
		text-align: center;
	}
	
	#colophon-widget,
	#colophon-widget #text-4,
	#colophon-widget #text-4 .textwidget,
	#footer grid col-380 fit
	{
		width: 100%;
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
	
	
    #footer .SocialHolder {
        margin-top: 10px;
        text-align: left;
        width: 100%;
    }

    #colophon-widget, #colophon-widget #text-4, #colophon-widget #text-4 .textwidget, #footer grid col-380 fit {
        text-align: left;
        width: 100%;
    }
    
    .post-entry img 
    {
		width: 100%;
    }



    #CalipersSignature {
        display: block;
        margin: 0 auto;
        width: 165px;
    }
}
/* end of 650 media */

@media screen and (max-width: 480px) {

	body 
	{
	}


	.WItem {
		margin: 0 0 20px;
		padding: 0 0px 0 0;
		padding: 0 20px 0 0;
		vertical-align: top;
		width: 100%;
	}

	#logo {
		float: none;
		text-align: center;
	}
    .Logo img {
	    max-width: 70%;
	}

	.grid, 
	.grid-right {
		float: none;
	}
	
	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
	
	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}
	
	.featured-subtitle {
		font-size: 24px;
	}
	
	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.menu ul, 
	.menu li, 
	.top-menu, 
	.footer-menu li, 
	.sub-header-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}
	
	.hide-480 {
		display: none;
	}
	
	.show-480 {
		display: block;
	}
	
	#footer {
		text-align: center;
		padding: 100px 0px 0 0px;
	}
	
	#footer .w50 
	{
		width: 100%;
	}
	
	#colophon-widget,
	#colophon-widget #text-4,
	#colophon-widget #text-4 .textwidget
	{
		width: 100%;
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	
}

@media screen and (max-width: 320px) {
	
	body {}
	
	.Logo 
	{
	     margin: 2% 13%;
	}
	

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}
	
	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}
	
	.show-320 {
		display: block;
	}
	
	#footer .w50 
	{
		width: 100%;
	}
	
	#colophon-widget,
	#colophon-widget #text-4,
	#colophon-widget #text-4 .textwidget
	{
		width: 100%;
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	
}

@media screen and (max-width: 240px) {
	
	body {}
	
	.Logo img {
		max-width: 50%;
	}
	
	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}
	
	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}
	
	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"], 
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}
	
	.widget-title,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}
	
	.hide-240 {
		display: none;
	}
	
	.show-240 {
		display: block;
	}
}


/*#endregion*/


/* menu fix mobile */

.menu:after, .menu ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

div.pp_default .pp_description {
    font-weight: normal;
    margin-top: 6px;
}

/* optional styles */

#post-e404 
{
	min-height: 600px;
}

.page_gallery_list li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.page_gallery_list  li img {
	display: block;
	height: auto;
	width: 100%;
}

.wrecker				{ width:100%; }
.wrecker-cell			{ vertical-align:top; }

/* responsive styles */

@media (max-width: 1024px) {
	.page_gallery_list  li { width:33.33%; }
	.item:nth-child(4n) { clear:left; }
	.item:nth-child(5n) { clear:none; }
}

@media (max-width: 800px) {
	.page_gallery_list  li { width:50%; }
	.item:nth-child(3n) { clear:left; }
	.item:nth-child(2n) { clear:none; }
}

@media (max-width: 640px) {
	.page_gallery_list  li { float:none; width:100%; }
	.item:nth-child(2n) { clear:none; }
}


@media (min-width: 980px) {
	.FooterLangMenu {
		display:none;
	}
}