
    @font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('fonts/Segoe UI.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('fonts/Segoe UI Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('fonts/Segoe UI Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('fonts/Segoe UI Bold Italic.woff') format('woff');
    }


body, html { width:100%; margin:0; background:#F5F5F5; color:#1A1A1A; font-family:Segoe UI Regular; font-size:12px; line-height:1.5;  }
#header {
	background: #ed6724e6;
	padding:10px 25px;
	width:calc( 100% - 50px );
	position:fixed;
	z-index:10000;
	top:0px;
}
.p-home #header {
	position:absolute;
	top:0px;
	background: rgba(237,103,36,0.5); !important;
/*	background: rgba(0,0,0,0.7); !important;*/

	
}





#footer {
	background: #1a1a1a;
	color: #fff;
}


#ajSlider {
	position:absolute;
	width:100%;
	height:300px;
}


#ajSlider a .stbox {
	display:inline-block;	
	padding:10px 20px;
	background:#ed6724e6;
	color: #fff;
	border-radius:2px;
}

#ajSlider img {
	width:100%;
}

#menu {
	max-width:1100px;
	margin: 20px auto;
/*	border: 1px solid #111;*/
	text-align: center;
}

#menu .item {
	display: inline-block;
	background: rgba(237,103,36,0.3);
	width: 450px;
	height: 50px;
	line-height:50px;
	vertical-align: middle;
	margin:15px 20px;
	border-radius:4px;
	font-size: 18px;
	padding: 15px;
	text-decoration: none;
	color: #000;
	font-family:Segoe UI Bold;
}

#menu .item:hover {
	background: rgba(237,103,36,0.5);
}

#mpp {
	display:none;
	position:fixed;
	left:50%;
	margin-left:-85px;
	bottom:0px;
	background: #fff;
	border-top: 10px solid #bbb;
	border-right: 10px solid #bbb;
	border-left: 10px solid #bbb;
	width:150px;
	height:160px;
	border-radius: 25px 25px 0px 0px;
	margin-top:-75px;
	z-index:10000;

}
#mppcontainer { 
	display:table-cell;
	vertical-align:middle;
	width:150px;
	height:150px;
	text-align: center;

}

#mppcontainer img {
	max-width:130px;
	max-height:130px;
}

#activity-now {
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	color: #666;
}

@media only screen and (min-width:0px) and (max-width:850px) 
{

#ajSlider .stbox {
	font-size:15px !important;
}
}


.recent_searches {
	width:calc (100% - 70px);
	text-align: center;
	font-size:14px;
	margin: 5px 20px;
}

.our_clients .client_logos .client_logo img { 
	opacity: 0.4;
}
.our_clients .client_logos .client_logo img:hover {
	opacity: 1;
}


.page-title {
	width:100%;
	background-position:right;
	height:100px;	padding-top:60px;
	text-align: center;

}
.page-title h1 {
	color: white;
}

