/***** font *****/
@font-face {
font-family:"apercu";
src:url("style/fonts/apercu.eot") format('eot'),
	url("style/fonts/apercu.woff") format("woff"),
    url("style/fonts/apercu.ttf") format('truetype');

font-family:"Lato";
src:url("style/fonts/Lato.eot") format('eot'),
	url("style/fonts/Lato.woff") format("woff"),
    url("style/fonts/Lato.ttf") format('truetype');

font-family:"Raleway";
src:url("style/fonts/Raleway.eot") format('eot'),
	url("style/fonts/Raleway.woff") format("woff"),
    url("style/fonts/Raleway.ttf") format('truetype');
    
}
body{
	font-family:"apercu", sans-serif;
	font-size:16px;
}

#home{
/*	background: url(http://www.hubud.org/dev/wp-content/uploads/2013/12/hubud.jpg) repeat-x center center;*/
}

/************** slide show ****************/
/* .slideShow
------------------------- */
.slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
}

/* .mainView
------------------------- */
.slideShow .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
	list-style: none;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
}

.slideShow .thumbNail ul {
	width: 110%;
}

.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;

}

.slideShow .thumbNail ul li img {
	width: 100%;
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
}
.slideShow .mainView .btnNext {
	right: 0;
}


/* =======================================
	ClearFixElements
======================================= */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.slideShow ul {
	display: inline-block;
	overflow: hidden;
}

/************** /slide show ****************/


. Header{
	background: url(style/images/hr.gif) repeat-x center center;
}

/********** button **********************/

.btn {
  font-family: 'apercu','Roboto Condensed', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #ffffff;
  font-size: 20px;
  line-height: 21px;
  padding: 23px 40px 23px 40px;
  text-decoration: none;
  text-transform:capitalize;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;  
}


.sbtn {
  font-family: 'apercu','Roboto Condensed', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  padding: 10px;
  text-decoration: none;
  text-transform:capitalize;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;  
}

.sbtn:hover{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;  
}

.sbtn.btn-hborange {
    background: #ff5f2d;


.btn:hover{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;  
}

.btn.btn-hborange {
    background: #ff5f2d;
}

.btn-hborange:hover,
.btn-hborange:focus,
.btn-hborange:active,
.btn-hborange.active {
    background: #ea5f1a !important
}

.btn-hbwhite {
    background: #ffffff;
    color: #4c4846 !important;
}

btn-hbwhite a {
    color: #4c4846;
}

.btn-hbblack:hover,
.btn-hbblack:focus,
.btn-hbblack:active,
.btn-hbblack.active {
    background: #4c4846 !important
}

.btn.btn-hbblack {
    background: #000000;
}

.btn-hbblack:hover,
.btn-hbblack:focus,
.btn-hbblack:active,
.btn-hbblack.active {
    background: #4c4846 !important
}


.btn.btn-hbgreen {
    background: #4ee9b7;
}

.btn-hbgreen:hover,
.btn-hbgreen:focus,
.btn-hbgreen:active,
.btn-hbgreen.active {
    background: #00c58e !important
}

.btn.btn-hbbrown {
    background: #86786f;
}

.btn-hbbrown:hover,
.btn-hbbrown:focus,
.btn-hbbrown:active,
.btn-hbbrown.active {
    background: #706259 !important
}


/****** pricing  customise ******
.pricing.plan h4 span {
	color: #ff5f2d;
	font-size: 18px;
	font-spacing:0.2em;
}

.pricing.plan h4 .amount {
	font-size: 25px;
	padding-bottom: 10px;
}
*/


/******** join section *************/
.mem-title{
	font-size: 25px;
	color: #ff5f2d;
	font-family: 'apercu','Roboto Condensed', sans-serif;
	margin-bottom:26px;
	margin-top:20px;
}
.mem-subtitle{
	font-family: 'apercu','Roboto Condensed', sans-serif;
	color: #000000;
	font-weight: 300;
	font-size:15px;
}
.mem-desc{
	letter-spacing: normal;
	line-height: 16px;
}


.inner{
	padding-top:20px;
}
.main-title{
	text-align: center;
	font-family: 'apercu', 'Roboto Condensed', sans-serif;
	font-size: 12px;
	margin-bottom: 70px;
	text-decoration: underline;
	color: #8a8d8e;
}

.section-title {
	font-family: 'apercu','Roboto Condensed', sans-serif;
	text-transform: none;
	color:#847870;
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 40px;
}

.section-desc{
	font-weight: 600;
	color: #847870;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 25px;
	
}

.desc-hborange{
	color:#ff5f2d;
}


.dark-wrapper{
	border-bottom: solid 10px white;
	border-top:solid 10px white;
}


.table th{
	text-align: center;
	color:#FFFFFF;
	border: none;
	font-weight: 700;
	padding: 4px 8px;
}
.table td{
	text-align: center;
	vertical-align: middle;
	padding: 4px 8px;
}

.h-vertical{
	font-weight:700;
}

.h-wdiget{
	background: #000000;
}
.h-connect{
	background: #937d72;	
}
.h-coworking{
	background: #f26a40;
}
.h-teams{
	background: #b5b843;
	
}
.h2-coworking{
	background: #F26A40;
	color: #333;
	text-align: center;
}

.h2-connect{
	background: #937d72;
	color: #333;
	text-align: center;	
}
.d-connect{
	color: #937d72;
	font-weight:700;
}
.d-coworking{
	color:#f26a40;
	font-weight:700;
}
.d-teams{
	color: #b5b843;
	font-size: larger;
}
/************* team ****************/
.details p{
	text-align: center;
	border-top:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
	padding:5px 5px;
}

.details h4{
	font-family: 'apercu','Roboto Condensed', sans-serif;
	margin-bottom: 1px;
	text-align:center;
	font-weight: 400;
}
.job-title{
	color: #847870;
	text-align: center;
	font-weight: 600;
}

.profilep{
	width:220px;
	height:170px;
	margin:10px 110px 110px 10px;
	overflow:hidden;
}

.profilep:hover{
	width:250px;
	height:200px;
	margin:10px;
}
.profilep img:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}


		
/****** partners *************/

.mediaholder_innerwrap img {
	width:200px;

}

.showbiz-container {
	width: 90%;
	margin: 0 auto;
}

.clients img {
	width:75%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    
}
.clients img:hover {
	filter:none;
	-webkit-filter: none;
	-moz-filter: none;

}

.featured {
    padding: 8px;
    overflow: hidden;
    position: relative;
}
.featured ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
.featured ul li {
    float: left;
    margin-right: 5px;
    padding: 5px;
    position: relative;
    left: -50%;
}

.featured img {
	width:120px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    
}
.featured img:hover {
	filter:none;
	-webkit-filter: none;
	-moz-filter: none;

}

/************  footer  ***************/
.hbcopy{
	text-align:center;
}

.hbcopy h4{
	font-family: 'apercu','Roboto Condensed', sans-serif;
	color: white;
	margin : 25px 0;	
}

.hbcopy p{
	font-size:18px;
}

.social-icon-list {
    padding: 8px;
    overflow: hidden;
    position: relative;
}
.social-icon-list ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
.social-icon-list ul li {
    float: left;
    margin-right: 5px;
    padding: 5px;
    position: relative;
    left: -50%;
}



.second-main-title {
	text-align: center;
	font-family: 'apercu', 'Roboto Condensed', sans-serif;
	font-size: 12px;
	margin: 30px 0;
	text-decoration: underline;
	color: #8a8d8e;
}


.social-icon-box {
	display: inline-block;
}

/* for IE6&7 */
html*.social-icon-box {
	display: inline;
	zoom: 1;

}

#header.navbar div{
	background-color: #fffff;
}

#header.navbar .nav > li > a {
	font-family: 'apercu', 'Roboto Condensed', sans-serif;
	color: #8a8d8e;
	font-size:14px;
	padding: 16px 10px;
}


.footer-social {
	margin:5px 0;
}

footer .section-title{
	padding-bottom:6px;
	border-bottom: solid 1px;
	margin-bottom:20px;
	
}

.latest-tweets ul {
	list-style: none;
}

.latest-tweets ul li{
	border-buttom:dashed 1px;
}


/********* header *************/

#nav{
	display: block;
	margin:0 auto;
    overflow: hidden;
    position: relative;	
}


#nav ul {
	max-width: 1170px;
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
#nav ul li {
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    padding: 5px;
    position: relative;
    left: -50%;
}


#nav li a {
	display: block;
	line-height: 1;
	padding: 15px 0;
	color: #3c3c3c;
	font-family: 'apercu','Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: center;
	width: 130px;
}
#nav .nav-home {
	margin: 0 20px -50px;
	position: relative;
	top: 4px;

}
#nav .nav-home a {
    border-left: none;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.latest-tweets{
	font-size: 14px;
}
.tweet-details {
	border-bottom: dashed 1px;
}
.navsocial {
	float:right;
	margin-top:4px;
}

.navsocial a{
	color: #3c3c3c;
	font-size:27px !important;
	margin:0 5px;
} 
.nav-social{
	color: #3c3c3c;
	font-size:25px !important;
}

/************top page slider *********/
.slider-msg{
	text-align:center;
	font-family: 'apercu','Roboto Condensed', sans-serif;
	text-shadow: 0 15px 10px rgba(0,0,0,0.5);
}
.slider-welcome{
	font-size:50px;
}
.slider-text{
	font-size:18px;
	font-weight: 700;
	font-family: 'apercu','Roboto Condensed', sans-serif;
}



/************ faq ******************/
.accordion-heading .accordion-toggle.active, .accordion-heading .accordion-toggle:hover {
	background: #1abb9c;
}

.faq-container{
	padding-top:45px;
}

/************ connection checker ******************/
.connection-container{
	padding-top:65px;	
	font-family: 'apercu','Roboto Condensed', sans-serif;
	min-height: 500px;
}

.connection-container h2{
	font-family: 'apercu','Roboto Condensed', sans-serif;
}
/********* our work is changing *****/
.ourwork-para{
	padding-left:50px;
	padding-top:30px;
	font-size: 18px;
}


.highlight{
	font-weight:700;
}


@media only screen and (max-width: 766px) {
	.ourwork-para{
		padding-left:5px;
		padding-top:5px;
		font-size: 18px;
	}
	#header.navbar div{
		background-color: #ffffff !important;
	}
	.h-vertical{
		font-size: smaller;
		text-align: left !important;
	}
	.h-wdiget{
		font-size: smaller;
		text-align: left !important;		
	}	
}

@media screen and (max-width : 479px) {	
	.slider-msg{
		text-align:center;
		font-family: 'apercu','Roboto Condensed', sans-serif;
		text-shadow: 0 15px 10px rgba(0,0,0,0.5);
		
	}
	.slider-text{
		font-size:14px;
		font-weight: 700;
		font-family: 'apercu','Roboto Condensed', sans-serif;
	}
	.hide-mobile{
		display: none;
	}
	.offset {
		padding-top: 50px !important;
	}
	.brand img{
		height:60px;
	}
	
	#header.navbar{
		height: 50px !important;
	}
	
	.social-icon-list img {
	    width:32px;
	    height: 32px;
	}

	.social-icon-list ul li {
	    margin-right: 2px;
	    padding: 2px;
	}

	.featured img {
		width:90px;
	}

.rev_slider_wrapper{
/*	display:none; */
}
}

.direction{
	margin-bottom:20px;
}
.direction span{
	font-weight:600; 
	text-decoration:underline;
}
