/*  General CSS*/

@font-face{ 
     font-family: 'FonteLogo';
	 src: url("HelveNeuRom.ttf");
	 
	 
}
body{
    background: #ffffff;
}


h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    font-family: 'FonteLogo', sans-serif;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          {
	font-weight: bolder;
	color: #c11522;
}

/*  End - General CSS*/


.box { float: left; }
#root { max-width: 1200px; margin: 0 auto; }

#header { width: 100%; }
#bar_green { width: 100%; background-color: #c11522; height: 1px;}
#premium { width: 50%; }
#construction { width: 50%; text-align: right;}
#content { width: 100%;}
#footer_address { width: 100%; }
#footer_social { width: 100%; }
#footer_green { width: 100%; background-color: #c11522; height: 1px; }

.box2 { float: left; }
#root { max-width: 1200px; margin: 0 auto; }

#header { width: 100%; }
#bar_green { width: 100%; background-color: #c11522; height: 1px;}
#premium { width: 50%; }
#construction { width: 50%; text-align: right;}
#content { width: 100%;}
#footer_address { width: 100%; }
#footer_social { width: 100%; }
#footer_green { width: 100%; background-color: #c11522; height: 1px; }

/*  Slider CSS*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
/*  End Slider CSS*/


/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
	#header { width: 100%; }
	#bar_green { width: 100%; }
	#premium { width: 50%; }
	#construction { width: 50%; }
	#content { width: 100%; }
	#footer_address { width: 100%; }
	#footer_social { width: 100%; }
	#footer_green { width: 100%; }
}

/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: portrait) {
	#header { width: 100%; }
	#bar_green { width: 100%; }
	#premium { width: 50%; }
	#construction { width: 50%; }
	#content { width: 100%; }
	#footer_address { width: 100%; }
	#footer_social { width: 100%; }
	#footer_green { width: 100%; }
}

/* Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
	#header { width: 100%; }
	#bar_green { width: 100%; }
	#premium { width: 50%; }
	#construction { width: 50%; }
	#content { width: 100%; }
	#footer_address { width: 100%; }
	#footer_social { width: 100%; }
	#footer_green { width: 100%; }
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
	#header { width: 100%; }
	#bar_green { width: 100%; }
	#premium { width: 100%; }
	#construction { width: 100%; }
	#content { width: 100%; }
	#footer_address { width: 100%; }
	#footer_social { width: 100%; }
	#footer_green { width: 100%; }
}
.box3 {
	color: #626262;
}
