/*
	�������������� ������ "��������-��������".
	�������� �����, �������� ������.
	���� 768 - ���� �������.
	�������� �� ����������, ����� ����.
*/
section.two-columns-no-hide {
  padding: 20px 0 20px;
}
section.two-columns-no-hide .wrapper {
  max-width: 1000px;
  margin: auto;
  padding: 10px;
}
section.two-columns-no-hide h1 {
  margin: 10px 0 40px;
  padding: 0;
}
section.two-columns-no-hide ul > li {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 120px;
  text-align: left;
  /*min-height: 120px;*/
}
section.two-columns-no-hide ul > li .title {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
}
section.two-columns-no-hide ul > li .details {
  margin-bottom: 10px;
}
section.two-columns-no-hide ul > li .pic {
  text-align: center;
  height: 130px;
}
section.two-columns-no-hide ul > li time {
  color: #7ec149;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}
@media screen and (min-width: 480px) {
  section.two-columns-no-hide ul > li {
    background-position: -5px top;
    padding-bottom: 20px;
    padding-top: 0px;
    text-align: left;
  }
  section.two-columns-no-hide ul > li > * {
    margin-left: 150px;
  }
  section.two-columns-no-hide ul > li .title {
    text-transform: uppercase;
    border: none;
    color: #434343;
    cursor: auto;
    font-size: 20px;
    line-height: normal;
  }
  section.two-columns-no-hide ul > li .pic {
    float: left;
    margin-left: 0;
  }
  section.two-columns-no-hide ul > li .details {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  section.two-columns-no-hide {
    padding: 50px 0 20px;
  }
  section.two-columns-no-hide h1 {
    text-align: left;
    font-size: 28px;
  }
  section.two-columns-no-hide ul > li {
    width: 45%;
    padding-right: 5%;
  }
  section.two-columns-no-hide ul > li:nth-child(odd) {
  	clear: left;
  }
}
@media screen and (min-width: 1024px) {

}
