	body{
		padding: 0;
		margin: 0;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		line-height: 21px;
		background: url(http://subtlepatterns.com/patterns/crossword.png);
		
	}
	
	.center_wrap{
		width: 1000px;
		margin: 0 auto;
	}
	
	#header{
		background-color: white;
		border-bottom: 2px solid rgb(241, 241, 241);
		/*border-top: 4px solid rgb(130, 171, 245);*/
		border-top: 4px solid rgb(100, 144, 223);
	}
	
	.logo{
		border: 0;
		display: block;
		padding: 5px 0;
		/*width: 85px;*/
		width: 94px;
		border-right: 1px solid rgb(243, 243, 243);
		border-left: 1px solid rgb(243, 243, 243);
	}
	
	.logo_text{
		font-size: 28px;
		/*font-weight: bold;*/
		color: rgb(71, 120, 207);
		padding-top: 35px;
		padding-left: 15px;
		color: #428bca;
		font-family: 'Roboto Slab', serif;
		color: #4078C7;
	}
	
	.logo_text sup{
		font-size: 50%;
		top: -1.0em;
	}
	
	.right{
		float: right;
	}
	
	.left{
		float: left;
	}
	
	.clear{
		clear: both;
	}
	
	.top_right{
		color: rgb(185, 185, 185);
		padding-top: 5px;
		text-align: right;
	}
	
	.top_smalltext{
		padding-left: 3px;
	}
	
	.horiz_spacer{
		padding: 0 10px;
	}
	
	.top_navmenus{
		padding-top: 15px;
	}
	
	.top_navmenus a{
		display: block;
		float: left;
		font-size: 18px;
		padding: 5px 0px 5px 0px;
		border-bottom: 3px solid;
		margin: 0 15px;
		text-decoration: none;
	}
	
	.top_navmenus a:hover{
		-webkit-animation: hover_menu_anim 0.4s 1 normal;
		-moz-animation: hover_menu_anim 0.4s 1 normal;
		-ms-animation: hover_menu_anim 0.4s 1 normal;
		-o-animation: hover_menu_anim 0.4s 1 normal;
		animation: hover_menu_anim 0.4s 1 normal;
	}
	
	
	
	@-webkit-keyframes hover_menu_anim {
	  from { padding-top: 5px; padding-bottom: 5px; }
	  to { padding-top: 0px; padding-bottom: 10px; }
	}
	@-moz-keyframes hover_menu_anim {
	  from { padding-top: 5px; padding-bottom: 5px; }
	  to { padding-top: 0px; padding-bottom: 10px; }
	}
	@-ms-keyframes hover_menu_anim {
	  from { padding-top: 5px; padding-bottom: 5px; }
	  to { padding-top: 0px; padding-bottom: 10px; }
	}
	@-o-keyframes hover_menu_anim {
	  from { padding-top: 5px; padding-bottom: 5px; }
	  to { padding-top: 0px; padding-bottom: 10px; }
	}
	@keyframes hover_menu_anim {
	  from { padding-top: 5px; padding-bottom: 5px; }
	  to { padding-top: 0px; padding-bottom: 10px; }
	}
	
	
	#mainCarouselSlider{
		margin-top: 3px;
	}
	
	.carousel-caption{
		background-color: rgba(0,0,0,0.7);
		border-radius: 10px;
	}
	
	#main_content{
		min-height: 300px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.footer{
		background-color: rgb(70, 70, 70);
		color: rgb(180, 180, 180);
		padding: 10px 0;
	}
	
	.footer_before{
		padding: 20px 0;
		background-color: rgb(51, 51, 51);
		border-bottom: 1px solid rgb(112, 112, 112);
		/*border-top: 2px solid rgb(30, 112, 201);*/
		border-top: 2px solid rgb(196, 196, 196);
		
		color: white;
	}
	
	.footer_box_title{
		font-size: 16px;
		margin-bottom: 10px;
		border-bottom: 1px solid rgb(60, 60, 60);
		padding-bottom: 5px;
	}
	
	.title_heading{
		border-bottom: 1px solid rgb(233, 233, 233);
		padding-bottom: 5px;
		
	}
	
	.footer_menus{
		display: block;
		margin: 10px 0;
		
		color: rgb(44, 140, 230);
	}
	
	.footer_menus:hover{
		color: rgb(150, 204, 255);
	}
	
	.footer_menus i{
		padding-right: 5px;
		
	}
	
	.quickcontact_item{
		padding: 5px 0;
		color: rgb(187, 187, 187);
	}
	
	.quickcontact_item i{
		padding-right: 4px;
		width: 20px;
		text-align: center;
	}
	
	.quickcontact_item .col-md-4{
		font-style: italic;
	}
	
	.footer_recent_project a{
		display: block;
		float: left;
		margin: 10px 14px;
	}
	
	.footer_recent_project img{
		width: 75px;
		height: 50px;
		border: 2px solid rgb(75, 75, 75);
	}
	
	.footer_recent_project img:hover{
		border-color: rgb(10, 167, 206);
	}
	
	.home_newsbox .label{
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
	.home_newsbox  .news_item{
		border-bottom: 1px dashed lightgray;
		font-size: 12px;
		line-height: 17px;
		padding: 5px 0px;
		margin-bottom: 10px;
	}
	
	.home_projects{
		text-align: center;
	}
	
	.project_item img{
		/*width: 100px;
		height: 60px;
		float: left;*/
		
		width: 220px;
		/*height: 90px;*/
		height: 120px;
		/*margin-right: 10px;*/
		
		-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.49);
		-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.49);
		box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.49);
		
		border: 2px solid white;
		margin-bottom: 5px;
		
		position: relative;
	}
	
	/*.home_projects  .project_item{*/
	.project_item{
		display: block;
		text-align: center;
		line-height: 16px;
		border-bottom: 1px solid lightgray;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

/*For ol with icon*/	
.icon-list li {
  padding: 0 0 5px 20px;
  display: block;
  position: relative;
}
.icon-list li:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  top:3px;
  font-size:80%;
  
  font-style: normal;
  
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}
.abcbullets li:before {
 content: '\e131';
}

#projects{
	padding-top: 10px;
}

#projects .project_item{
	width: 220px;
	float: left;
	margin: 0 13px 25px 13px;
	border-width: 2px;
	min-height: 172px;
}

.project_item:hover{
	border-color: #428bca;
}

#projectMainImage{
	min-width: 68%;
	min-height: 350px;
	
	background: url(images/loader.GIF) no-repeat;
	background-position: center center;
}

#projectMainImage img{
	max-width: 590px;
}

#projectsPopupWindow  .modal-body.fa{
	width: 15px;
	text-align: center;
	margin-right: 2px;
}

#projectsPopupWindow .project_detailsTitle{
	background-color: #428bca;
	color: white;
	padding: 2px 5px;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#projectsPopupWindow .projectDetails_row{
	padding-bottom: 10px;
}

#projectsPopupWindow .project_detailsContent{
	padding: 3px 5px 0 5px;
}

.contacts_row{
	border-bottom: 1px dashed lightgray;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.contacts_row i{
	width: 15px;
	text-align: center;
	margin-right: 5px;
}

.contacts_address{
	background-color: whitesmoke;
	padding: 2px 5px;
	border-radius: 5px;
	border: 1px solid rgb(238, 238, 238);
}

.bottom_border_pattern{
	background: url(images/bottom_border_pattern.png) no-repeat;
	height: 43px;
	background-position-x: center;
	margin-bottom: 25px;
}

.ethos_item{
	text-align: center;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

.ethos_heading{
	color: rgb(34, 120, 214);
	font-weight: bold;
	text-align: center;
}

#about_subnav a{
	border: 1px solid lightblue;
}

#about_subnav li:not(.active) a:hover{
	background-color: rgb(219, 245, 255);
}

#tblProjectsPortfolio th{
	color: rgb(83, 83, 83);
}


/* ------------------------- */
	/*Now the CSS*/
* {margin: 0; padding: 0;}

.tree
{
	width: auto;

	margin-left: auto;
	margin-right: auto;
}

.tree ul {
	padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li:after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
    margin-left: -1px;
}

.tree li a{
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

li a.just-line {
    display: none;
}
a.just-line + ul {
	padding-top: 74px;
}
a.just-line + ul:before {
	height: 74px;
}


/* ---------------------- */

@-webkit-keyframes moving-gradient {
    0% { background-position: left bottom; }
    100% { background-position: right bottom; }
}

.bar {
	width: 100%;
	height: 5px;
	background: #0193CD;
	background: -webkit-linear-gradient(
		 left,
		 #0193CD 30%,
		 #66D4E5 80%,
		 #0193CD 100%
	 ) repeat;
	-webkit-background-size: 50% 100%;
	-webkit-animation-name: moving-gradient;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	border-bottom: 1px solid lightblue;
}