/*
Compile SASS: text.css
*/
.fblock-text {
  overflow: auto;
  margin-top: -0.5em; }
  .fblock-text p {
    margin: 0; }
  .fblock-text .text {
    float: left;
    display: inline;
    width: 45%;
    text-align: justify;
    line-height: 1.7em; }
  .fblock-text h1 {
    margin-top: 0;
    margin-bottom: 0.3em;
    float: left;
    line-height: 1em; }
  .fblock-text img {
    margin-top: 1em;
    width: 45%;
    float: right; }

@media screen and (max-width: 1000px) {
  /*
  .fblock-text {
  
  	.text, h1 {
  		float: none;
  	}
  	
  	img {
  		margin: 0 0 1em 2em;
  		width: 35%;
  	}
  	
  	.text {
  		
  	}
  
  }*/ }
@media screen and (max-width: 950px) {
  .fblock-text img {
    float: none;
    width: 100%;
    margin: 0; }
  .fblock-text .text {
    width: 100%; } }
