@charset "utf-8";
/* CSS Document */





/* ................. custom media screen ......................*/
#logo-big 
{
	position:relative;
}

#logo-small
{
	position:relative;
}


@media all and (max-width: 1000px) and (min-width: 320px) {
#logo-big 
{
	display:none;
}
.navbar-brand img
{
    display:block;
    margin-top:-5px;
}
}


@media all and (min-width: 1000px) {
#logo-small
{
	display:none;
}
}
/* ................. custom media screen ......................*/



@media screen and (max-width:500px) {

.first_top_left
{
    text-align: center;
}

	
.first_top_right
{
	display: table;
    margin: 0 auto;
    padding: 2px;
    white-space: nowrap;
}
.first_top_right ul
{
	display: table-row;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.first_top_right ul li
{
	display: table-cell;
    padding-top: 10px;
}
.first_top_right ul li a
{
	color:#fff;
	font-size:14px;
	padding:12px 15px;
	transition:all 0.7s ease 0s;
	margin-left:10px;
}	
.main_contact
{
	clear:both;
	width:100%;
	height:auto;
}
.main_contact_left
{
	width:100%;
	float:none;
}
.main_contact_right
{
	width:100%;
	float:none;
}
.main_contact_left_2
{
	width:100%;
	float:none;
	padding:20px;
}	
.frc-ht
{
	height:250px !important;
}	
.home-services
{
	max-width:100%;
	height:auto;
	margin:30px 0px;
}
.home-services-boxes-1-3
{
	width:100%;
	float:none;
	background-color:#333;
}
.home-services-boxes-2
{
	width:100%;
	float:none;
	background-color:#333;
}	
.copy_right p
{
	color:#fff;
	text-align:center;
	margin:0px;
}
.foot_nav
{
	display: table;
    margin: 0 auto;
    padding: 2px;
    white-space: nowrap;
}
.foot_nav ul
{
	display: table-row;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.foot_nav ul li
{
	display: table-cell;
    padding-top: 10px;
}
.foot_nav ul li a
{
	/*color:#fff;
	font-size:14px;
	padding:0px 10px;*/
	color: #fff;
    font-size: 13px;
    padding: 10px 5px;
    transition: all 0.7s ease 0s;
}	
}






















