/* Common classes
-----------------------------------------------------------------------------*/
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear_fix:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.center {
  text-align: center;
}
.caption {
  color: #e2e2e2;
  font: 15px "";
  text-transform: uppercase;
  margin: 0 0 16px;
  padding: 0 20px;
}
.caption a {
  font-size: 12px;
  text-transform: none;
  text-decoration: underline;
  float: right;
}
.caption a:hover {
  text-decoration: none;
}
/* Transitions
-----------------------------------------------------------------------------*/
a,
a * {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* Text content
-----------------------------------------------------------------------------*/
.text_content {
  padding: 0 20px 20px;
  color: #e2e2e2;
}
.text_content a {
  text-decoration: underline;
}
.text_content a:hover {
  text-decoration: none;
}
.text_content h1 {
  font: 17px "";
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.text_content h2 {
  font: 15px "";
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.text_content h3 {
  font: 14px "";
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.text_content h4 {
  font: 15px "";
  margin: 0 0 5px;
}
.text_content h5 {
  font: 13px "";
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.text_content h6 {
  font: 13px "";
  margin: 0 0 5px;
}
.text_content ul {
  margin: 0 0 18px;
}
.text_content ul li {
  margin: 0 0 6px;
  padding: 0 0 0 19px;
  position: relative;
}
.text_content ul li:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 1px;
  top: 8px;
  left: -20px;
  background: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff', GradientType=0);
  /* IE6-9 */

}
.text_content ol {
  margin: 0 0 18px;
  list-style: decimal;
}
.text_content ol li {
  margin: 0 0 6px;
  padding: 0 0 0 19px;
}
.text_content table {
  margin: 0 0 18px;
}
.text_content blockquote {
  margin: 0 0 18px -12px;
  padding: 0 0 0 30px;
  background: url(img/back-blockquote.png) left 2px no-repeat;
}
.text_content iframe {
  margin: 0 0 18px;
}
.gl-projects {
  width: 185px;
  height: 200px;
  float: left;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
}
.newgall ul {
width: 100%;
}
.newgall ul li {
display:inline-block;
zoom:1;
*display:inline;
}
/* button
-----------------------------------------------------------------------------*/
.button {
  position: relative;
  display: inline-block;
  background-color: #524F4F;
  color: #FFF;
  border: none;
  padding: 5px 14px;
  width: 140px;
  cursor: pointer;
}
.button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-appearance: button;
}
input {
width: 100%;
}
textarea {
width: 100%;
height: 100px;
}