.tegone {
	width: 90%;
	margin: 68px auto;
}
.box {
	position: relative;
	background-color: #F8F8F8;
	padding: 2em 0;
	color: rgba(0,0,0, .8);
}
.box:before, .box:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}
.box:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.slo1 {
	width: 45.5%;
	float: left;
	text-align: right;
	padding: 0 1.5% 0 3%;
	font-style: italic;
	font-size: 22px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.slo2 {
	width: 45.5%;
	float: left;
	text-align: left;
	padding: 0 3% 0 1.5%;
	box-shadow: inset 3px 0 0 #4E4E4E;
	-webkit-box-shadow: inset 3px 0 0 #4E4E4E;
	font: 21px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.ih-item {
  margin-top: 13px;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  box-shadow: none !important;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
  box-shadow: none !important;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  box-shadow: none !important;
  height: 100%;
}
.ih-item.circle {
  position: relative;
  width: 290px;
  height: 290px;
  box-shadow: none !important;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 290px;
  height: 290px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(58,58,58,0.46);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-box-shadow: inset 0 0 0 16px rgba(58,58,58,0.46);
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  box-shadow: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect2 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect2.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect2 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect2 .info h3 {
  color: #fff;
  position: relative;
  margin: 0 45px;
  border-bottom: 1px solid #fff;
  padding: 93px 0 11px 0;
  font: 26px/30px 'BenchNine', sans-serif;
}
.ih-item.circle.effect2 .info p {
  color: #fff;
  padding: 10px 5px;
  margin: 0 40px;
  font: 19px/24px 'Pathway Gothic One', sans-serif;
}
.ih-item.circle.effect2.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.circle.effect2.left_to_right a:hover .img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ih-item.circle.effect2.left_to_right a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.circle.effect2.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.circle.effect2.right_to_left a:hover .img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ih-item.circle.effect2.right_to_left a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.circle.effect2.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.circle.effect2.top_to_bottom a:hover .img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ih-item.circle.effect2.top_to_bottom a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.circle.effect2.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.circle.effect2.bottom_to_top a:hover .img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ih-item.circle.effect2.bottom_to_top a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.thumbnails {
	text-align: center;
	margin: 70px auto;
	background-color: rgba(248,248,248,0.61);
	padding: 16px 0 30px 0;
}
.thumbnail {
	float: left;
}
.blr {
	border-radius: 4px;
	margin: 10px 0;
}
.otzzag {
	font-size: 16px;
	font-weight: 600;
}
.thum {
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	margin: 28px 1.5% 16px 1.5%;
	width: 18%;
	height: auto;
	padding: 5px 6px 12px 6px;
	font-size: 13px;
	overflow: hidden;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	color: #4F4E4E;
	background-color: #FFF;
	-webkit-box-shadow: 0 10px 6px -6px #777;
   -moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	box-sizing: border-box;
}
.newpdr {
	display: inline-block;
	padding: 9px 19px;
	background-color: #053197;
	color: #FFF;
	margin-top: 8px;
	font-weight: 600;
	float: right;
}
.thum img {
	width: 100%;
	height: auto;
}
.content2 {
	width: 100%;
	padding: 15px auto;
	text-align: center;
	margin-bottom: 35px;
}
.container-m {
  width: 100%;  
  margin: 20px auto;
  *zoom: 1; 
}
.row {
  *zoom: 1
	text-align: center;
}
.grid_3 {
	display: inline-block;
	margin: 0 2.5%;
}
@media only screen and (max-width : 1054px),
only screen and (max-device-width : 1054px){
.grid_3 {
	display: inline-block;
	margin: 0 0.35%;
}
.ih-item.circle {
  width: 260px;
  height: 260px;
}
.ih-item.circle .img {
  width: 260px;
  height: 260px;
}	
.tegone {
	width: 96%;
}
.slo1 {
	width: 91%;
	text-align: left;
	padding: 0 3%;
	margin-bottom: 16px;
}
.slo2 {
	width: 91%;
	float: left;
	padding: 0 3%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
}
@media only screen and (max-width : 920px),
only screen and (max-device-width : 920px){
.thum {
	margin: 28px 1.5% 16px 1.5%;
	width: 36%;
}

		}
@media only screen and (max-width : 570px),
only screen and (max-device-width : 570px){
.thum {
	margin: 28px auto 16px auto;
	width: 60%;
}
}
@media only screen and (max-width : 470px),
only screen and (max-device-width : 470px){
.thum {
	width: 80%;
}
}		