.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
img {
  max-width: 100%;
}

a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
html,
body {
  height: 100%;
  background-color: #000000;
  color: #ffffff;
}
  body .row-container {
    padding: 0 20px;
  }
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -60px;
}
#wrapper .wrapper-inner {
  overflow: hidden;
}
#push,
#footer-wrapper {
	/* [disabled]height: 60px; */
	position: relative;
}
/*=================================================================*/
/*======================= MODULE STYLES ===========================*/
/*=================================================================*/
/*== Search ==*/
/*== Login ==*/
/*Finder*/
/*======================= MODULE ITEM WIDTH =======================*/
.row-fluid {
  margin-left: 0px;
  width: auto;
}
.row-fluid [class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  display: block;
  float: left;
  min-height: 30px;
  width: 100%;
}
.row-fluid .span3 {
  width: 24.999975%;
}
.row-fluid .span4 {
  width: 33.3333%;
}
.row-fluid .span7 {
  width: 66.666625%;
}
.row-fluid .span8 {
	width: 100%;
}
.row-fluid .span12 {
  width: 99.9999%;
}
.cols-1 [class*="span"] {
  width: 99.9999%;
}
.cols-3 [class*="span"] {
  width: 33.3333%;
}
.cols-4 [class*="span"] {
  width: 24.999975%;
}
/*======================= MAILTO WINDOW =======================*/
/*======================= MODAL WINDOW =======================*/
/*=================================================================*/
/*======================= COMPONENT STYLES ========================*/
/*=================================================================*/
/*Forms*/
input,
textarea {
  width: 220px;
}
textarea {
  resize: none;
}
select,
textarea,
input[type="text"],
input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  background-color:#333333;
  color: #999999;
  border-color:#444444;
  padding: 0 8px;
}
select {
  padding: 2px 0;
}
/* Placeholder color */
input::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #828282;
  opacity: 1;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #828282;
  opacity: 1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #828282;
  opacity: 1;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #828282;
  opacity: 1;
}
/* Category */
/*======================= Search & Smart Search ========================*/
/*======================= Gallery Page ========================*/
.page-gallery a.zoom {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.page-gallery a.zoom span.zoom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-gallery a.zoom span.zoom-icon {
  background: url("../images/zoom.png") left top no-repeat;
  }
  
  .page-gallery a.zoom span.play-icon {
  background: url("../images/play.png") left top no-repeat;
  }
  
    .page-gallery a.zoom span.link-icon {
  background: url("../images/link.png") left top no-repeat;
  }
  
  .page-gallery a.zoom span.zoom-icon,
.page-gallery a.zoom span.play-icon,
.page-gallery a.zoom span.link-icon
 {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  z-index: 4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-gallery a.zoom:hover span.zoom-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.page-gallery a.zoom:hover span.zoom-icon,
.page-gallery a.zoom:hover span.play-icon,
.page-gallery a.zoom:hover span.link-icon
 {
  top: 50%;
}
.page-gallery a.zoom img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}
.gallery-grid, .gallery-list {
  margin-bottom: 20px;
}
ul#isotopeContainer.services .gallery-list {
/* margin-bottom:0; */
}
.gallery-grid .view {
  position: relative;
  overflow: hidden;
}
.gallery-grid .view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}
.gallery-grid .view .mask .mask_wrap {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.gallery-grid .view .mask .mask_wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gallery-grid .view .mask .mask_wrap .mask_cont {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5%;
  font-size: 13px;
  line-height: 18px;
}
.gallery-grid .view .item_img {
  margin: 0;
}
.gallery-grid .view img {
  display: block;
  position: relative;
  z-index: 1;
}
.gallery-grid .view p {
  position: relative;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
/**** Isotope CSS3 transitions ****/
/**** disabling Isotope CSS3 transitions ****/
/* End: Recommended Isotope styles */
.layout-mode {
  float: right;
}
/* BUTTON BORDER COLOR */
ul#filters, ul#grid-list {
  margin: 0 0 15px;
}
ul#filters li, ul#grid-list li {
  display: inline-block;
  vertical-align: top;
}
ul#filters li a, ul#grid-list li a {
	font-size: 13px;
	line-height: 18px;
	cursor: pointer;
	border: 1px solid #444444;
	padding: 4px 14px;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
ul#filters li a:hover, ul#grid-list li a:hover {
	/* [disabled]color: #000000; */
}
ul#filters li a:focus,
ul#filters li a:active,
ul#grid-list li a:focus,
ul#grid-list li a:active {
}
ul#filters li a:focus:hover,
ul#filters li a:active:hover,
ul#grid-list li a:focus:hover,
ul#grid-list li a:active:hover {
	/* [disabled]color: #000000; */
}
.gallery-grid .item_img {
  margin-right: 0;
}
/*======================= Archives Page ========================*/
/*======================= Contacts Page ========================*/
#jform_contact_message {
  resize: none;
  width: 100%;
  height: 149px;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
  width: 100%;
}

#jform_contact_services,
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg,
#jform_contact_message {
	background-color: #222222;
	border: 1px solid #444444;
	color: #cccccc;
	border-radius: 2px;
}



#jform_contact_services label {

}

#jform_contact_services {
height:190px;
padding-right:20px;
}
#jform_contact_services li {
display: block;

}


.contact_email-copy {
  margin: 0 14px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
}
.contact_details_item {
  margin-bottom: 20px;
}
/*======================= User Pages ========================*/
/*======================= ADDTHIS STYLES =======================*/
/*======================= CAPTION FIXES =======================*/
/*======================= 404 PAGE =======================*/
/*======================= DOCUMENTATION =======================*/
/*======================= SCROLL TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
#back-top a {
  width: 51px;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-family: Tahoma, Geneva, sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #828282;
  /* transition */

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-top a:hover {
  color: #333333;
}
#back-top a:hover span {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#back-top span {
  width: 51px;
  height: 51px;
  display: block;
  margin-bottom: 7px;
  background: url("../images/up-arrow.png") no-repeat center center;
  opacity: 1;
  filter: alpha(opacity=100);
  /* transition */

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn-group {
  max-width: 100%;
  white-space: normal;
  z-index: 9;
}
