/** Import Content Styles **/
@import url('html-elements.css');
@import url('template.css');
@import url('content.css');
@import url('box-1.css');

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  /*height: 1%;*/
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
