.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a:focus {
  outline: none;
}
a.selected {
  color: #349f69;
}
a:hover {
  text-decoration: none;
}
textarea {
  resize: none;
}
/*=================================================================*/
/*======================= MODULE STYLES ===========================*/
/*=================================================================*/
/*======================= MODULE ITEM WIDTH =======================*/
.row-fluid [class*="itemSpan"] {
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 2.127659574468085%;
  min-height: 30px;
  width: 100%;
}
.row-fluid [class*="itemSpan"]:first-child {
  margin-left: 0;
}
.row-fluid .itemSpan1 {
  width: 100%;
}
.row-fluid .itemSpan2 {
  width: 48.93617021276596%;
}
.row-fluid .itemSpan3 {
  width: 31.914893617021278%;
}
.row-fluid .itemSpan4 {
  width: 23.404255319148937%;
}
.row-fluid .itemSpan5 {
  width: 18.297872340425535%;
}
.row-fluid .itemSpan6 {
  width: 14.893617021276595%;
}
.row-fluid .itemSpan7 {
  width: 12.462006079027356%;
}
.row-fluid .itemSpan8 {
  width: 10.638297872340425%;
}
.row-fluid .itemSpan9 {
  width: 9.21985815602837%;
}
.row-fluid .itemSpan10 {
  width: 8.085106382978724%;
}
.row-fluid .itemSpan11 {
  width: 7.156673114119923%;
}
.row-fluid .itemSpan12 {
  width: 6.382978723404254%;
}
/*======================= MODAL WINDOW =======================*/
.modalClose {
  margin: 14px;
}
div.modal.fade.in.loginPopup {
  width: 260px;
  margin: -130px 0 0 -130px;
  top: 50%;
  left: 50%;
}
.login-greeting {
  margin: 0 0 9px 0;
}
.input-modal {
  width: 146px;
}
/*======================= SOCIAL MEDIA =======================*/
.social {
  text-align: left;
}
.social li {
  display: inline;
}
.social li a {
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
}
.social li a:hover {
  background-color: none;
}
.twitter {
  background: url(../images/social/twitter.png);
}
.facebook {
  background: url(../images/social/facebook.png);
}
.Google {
  background: url(../images/social/Google.png);
}
.forst {
  background: url(../images/social/forst.png);
}
.dribble {
  background: url(../images/social/dribble.png);
}
/*=================================================================*/
/*======================= COMPONENT STYLES ========================*/
/*=================================================================*/
/*======================= Archived Articles ===================*/
.filter-search.alert {
  padding: 8px 21px;
}
/*======================= Search & Smart Search ========================*/
ul#finder-filter-select-dates li.filter-date {
  margin-bottom: 4px;
  margin-right: 4px;
}
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
  margin-bottom: 9px;
}
/*======================= Gallery Page ========================*/
#gallery a.zoom {
  position: relative;
  display: block;
  overflow: hidden;
}
#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);
}
#gallery a.zoom span.zoom-icon {
  background: url(../images/zoom.png) left top no-repeat;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -50%;
  left: 50%;
  margin: -18px 0 0 -18px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
ul#filters li {
  display: inline-block;
  vertical-align: top;
  margin: 9px 9px 0 0;
}
#isotopeContainer {
  padding-top: 8px;
}
/*======================= CAPTION FIXES =======================*/
.img_caption {
  text-align: center!important;
}
.img_caption.left {
  float: left;
  margin-right: 1em;
}
.img_caption.left p {
  clear: left;
  text-align: center;
}
.img_caption.right {
  float: right;
  margin-left: 1em;
}
.img_caption.right p {
  clear: right;
  text-align: center;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/*======================= 404 PAGE =======================*/
.errorBox {
  background: none;
  text-align: left;
}
/*======================= OFFLINE PAGE =======================*/
/*======================= SCROLL TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#back-top a {
  width: 51px;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #373a3f;
  /* transition */

  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #349f69;
}
/* arrow icon (span tag) */
#back-top span {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 7px;
  background: url(../images/up-arrow.png) left top no-repeat;
}
#back-top a:hover span {
  background: url(../images/up-arrow.png) left -59px no-repeat;
}
