/*header with hr both side*/
.topheader{
	padding:0;
	background:transparent;
}
.topheader .container{padding-bottom:70px}
.topheader h5{
	font-size:34px;
	padding:70px 0 70px 0;
	color:#fff;
	text-shadow:1px 1px 10px #000;
	font-family:'Titillium Web';
}

/*breadcrump-top box*/
.breadcrump-top{
	padding-bottom:0;
	padding-top:100px;
}
.breadcrump-top h2 i{font-size:50px !important}
@media (max-width: 768px){
	.breadcrump-top h2{font-size:20px;}
	.breadcrump-top h3{font-size:18px;}
	.breadcrump-top h2 i{font-size:30px !important}
}

.currency-option {
	
	width:100px;
	padding:4px;
	
}

.currency-lebel {
	
	color:white;
	font-size:20px;
	
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	
	background-color: #619221;
	
}

.nav-pills>li>a {
	
	color: #619221;
	
}


/***** co location *******/

ul.colocation {
	
	list-style:none;
	line-height:30px;
	
}
ul.colocation li:before {
	font-family:fontawesome;
    content: "\f058"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: green; /* Or a color you prefer */
}

.properties {
	
	line-height:30px;
	font-size:18px;
	
}