/*------------------------------------------------------------------------ BACKGROUNDS AND COLORS */
.bg-00
{
  background: white;
}
.c-00
{
  color: white;
}
.bg-01
{
  background: black;
}
.c-01
{
  color: black;
}
.c-02
{
  color: #C43438;
}
/*------------------------------------------------------------------------ BACKGROUNDS AND COLORS */

/*------------------------------------------------------------------------ RESPONSIVE 0px - 350px */
/*--------------------------------- CONTENT */	
.logo-img
{
  float: left;
  position: relative;
  width: 200px;
  margin: 10px 0 10px 0;
}
/*--------------------------------- CONTENT */	

.home-title h1,
.home-title-video h1{
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
}


/*------------------------------------------------------------------------ RESPONSIVE 0px - 350px */



/*------------------------------------------------------------------------ RESPONSIVE 350px - 500px */
@media only screen and (min-width: 350px) 
{
/*--------------------------------- CONTENT */  
.content
{
	width: 330px;
}
/*--------------------------------- CONTENT */
/*------------------------------------------------------------------------ RESPONSIVE 350px - 500px */
}



/*------------------------------------------------------------------------ RESPONSIVE 500px - 750px */
@media only screen and (min-width: 500px) 
{
/*--------------------------------- CONTENT */  
.content
{
	width: 450px;
}
/*--------------------------------- CONTENT */
/*------------------------------------------------------------------------ RESPONSIVE 500px - 750px */
}



/*------------------------------------------------------------------------ RESPONSIVE 750px - 1000px */
@media only screen and (min-width: 750px) 
{
/*--------------------------------- CONTENT */  
.content
{
	width: 680px;
}
/*--------------------------------- CONTENT */
  
  .home-title h1,
.home-title-video h1{
	font-size: 54px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
}
/*------------------------------------------------------------------------ RESPONSIVE 750px - 1000px */
}



/*------------------------------------------------------------------------ RESPONSIVE 1000px - 1200px */
@media only screen and (min-width: 1000px) 
{
/*--------------------------------- CONTENT */  
.content
{
	width: 850px;
}
/*--------------------------------- CONTENT */
/*------------------------------------------------------------------------ RESPONSIVE 1000px - 1200px */
}



/*------------------------------------------------------------------------ RESPONSIVE 1200px - 1300px */
@media only screen and (min-width: 1200px) 
{
/*--------------------------------- CONTENT */  
.content
{
	width: 1000px;
}
/*--------------------------------- CONTENT */
/*------------------------------------------------------------------------ RESPONSIVE 1200px - 1300px */
}



/*------------------------------------------------------------------------ RESPONSIVE 1200px - 1300px */
@media only screen and (min-width: 1300px) 
{
/*--------------------------------- CONTENT */  
.content
{
	width: 1100px;
}
/*--------------------------------- CONTENT */
/*------------------------------------------------------------------------ RESPONSIVE 1200px - 1300px */
}



/*------------------------------------------------------------------------ RESPONSIVE 1200px - 1300px */
@media only screen and (min-width: 1600px) 
{
.content
{
	width: 1400px;
}
/*------------------------------------------------------------------------ RESPONSIVE 1200px - 1300px */
}

