@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1840px
************/

@media only screen and (max-width: 1840px)
{
	
}

/************
1. 1760px
************/

@media only screen and (max-width: 1760px)
{
	
}

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	#title, #social
	{
		display: none;
	}

}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{

}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{

}
/************
8. 800px
************/

@media only screen and (max-width: 800px)
{
	#slides p{
		font-size: 2vw;
		line-height: 20px;
	}
}
/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
	#header .button
	{
		height: 42px;
		border-radius: 20px;
	}
	#header .button a
	{
		display: block;
		padding-left: 30px;
		padding-right: 26px;
		line-height: 42px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600;
	}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	#time, .sticky #cta_button, #cta_button
	{
		display: none;
	}
}
/**********
  640px
**********/
@media only screen and (max-width: 575px)
{
	h1{
		font-size: 30px;
	}
}
/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.top{
		height: 80px;
	}
	#logo, #phone, .top_social{
		display: inline;
		float: left;
		width: 30%;
		height: 60px;
	}
	#phone h5{
		font-size: 14px;
	}
	#logo img{
		display: block;
		height: 60px;
		float: left;
	}
	#time{
		display: none;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	.phone a{
		font-size: 3vw;
		white-space: nowrap;
	}
	.phone:before{
		content: none;
	}
	.top_social ul li
	{
		background: none;
		margin-top: 19%;
	}
	.top_social ul li a i
	{
		font-size: 5vw;
		color: #1F71A7;
	}
	.top_social ul li:hover
	{
		background: none;
	}
	.top_social ul li:hover a i
	{
		color: #1F71A7;
	}
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}
/************
14. 414px
************/

@media only screen and (max-width: 414px)
{
	#header .button
	{
		height: 24px;
		border-radius: 20px;
	}
	#header .button a
	{
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 22px;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 600;
	}
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}
/************
14. 375px
************/
@media only screen and (max-width: 375px)
{	
	#header .button
	{
		height: 24px;
		border-radius: 20px;
	}
	#header .button a
	{
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 22px;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.submenu li {
		margin-top: 0;
		font-size: 10px;
	}
}
/************
14. 320px
************/
@media only screen and (max-width: 320px)
{	

}

