* {
  margin: 0px;
  padding: 0px;
  outline: none;
	border: 0px;
	line-height: 1.5;
}

@font-face {
  font-family: 'kelson';
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0px;
  margin: 0px;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
  text-align: justify;
}

.red-row {
  width: 100%;
  height: 30px;
  background-color: #e4200e;
}

.white-row {
  width: 100%;
  height: 5px;
  position: absolute;
  top: 20px;
  background-color: #fff;
}

#languages {
  width: 1190px;
  margin-top: 5px;
  color: #afafaf;
}

a:-webkit-any-link {
  color: #afafaf;
  text-decoration: underline;
}

.lang-active a {
  color: #e4200e;
}

a:hover {
  color: #e4200e;
}

#pagebody {
  width: 1190px;
  margin: 0 auto;
  position: relative;
}

#logo_rossano {
  background-image: url(../images/Rossano_logo.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 45%;
  height: 190px;
  float: left;
  margin: 10px;
}

#menu_content {
  float: left;
  width: 50%;
}

#leftblock {
  width: 25%;
  float: left;
  position: absolute;
  top: 250px;
  min-height: 750px;
}

 #content_left_block {
  display: none;
 }

#footer {
  height: 25px;
  bottom: 0;
  position: fixed;
  text-align: center;
  color: #fff;
  margin: auto 0;
  padding-top: 4px;
}
/*---------------------------------------------------------*/
/*    <1366    */
@media (max-width: 1366px), (max-device-width: 1366px) {
	body {
    font-size: 12px;
  }

  #languages {
    width: 992px;
  }

  #pagebody {
    width: 992px;
  }

  #logo_rossano {
    width: 40%;
    height: 140px;
  }

  #leftblock {
    top: 200px;
    min-height: 680px;
  }
}

/*    <800    */
@media (max-width: 800px), (max-device-width: 800px) {
  #languages {
    width: 100%;
  }

  #pagebody {
    width: 100%;
  }

	#logo_rossano {
    width: 100%;
    height: 100px;
    float: none;
    margin: 10px 0;
  }

  #menu_content {
    float: none;
    width: 100%;
  }

  #leftblock {
    display: none;
  }

  #content_left_block {
      display: block;   
      width: 100%;
      position: relative;
      top: auto;
      min-height: 460px;
    }

  /*#footer {
      position: relative;
  }*/

  #about_us_page {
    min-height: 860px;
  }

  #products_page {
    min-height: 990px;
  }  

}
    

