/* ==========================================================================
   Insert Your Custom Styles Below. All styles located in this file will
   override existing main.css stylesheets.
   ========================================================================== */ 
.container:before, .container:after {
	display: block;
	content: "";
	line-height: 0;
}

.container:after {
	clear: both;
}

/*.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.7624309392265194%;
*margin-left:2.709239449864817%;
}
*/

/*--------------------text------------------------------------------------*/
p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	padding-bottom: 5px;

}


.arrow-more h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	line-height: 45px;
	font-weight: 200;
	color: #63696b;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}



li.focus {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1em;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../img/bullet.png);
	padding-bottom: 5px;
}


.contact  {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	line-height: 20px;
	font-weight: 400;
	color: #63696b;
}




/*-----------------------------NAV---------------------------------*/
.navbar{
	background-color: rgba(255,0,0,1);
}
.nav-collapse{
	margin-left: -15px;
}

div.nav-collapse ul.nav  li a.selected  {
	background-color: transparent;
	color: #d01a4f;
}


div.nav-collapse ul.nav  li.dropdown a.dropdown-toggle.selected  {
	background-color: transparent;
	color: #d01a4f;
 /* color: #3b3d41;*/
}


.navbar-inverse .navbar-inner {
	background-color: rgba(51,51,51,1);
	background-image: -moz-linear-gradient(top, #333333, #444444);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#444444));
	background-image: -webkit-linear-gradient(top, #333333, #444444);
	background-image: -o-linear-gradient(top, #333333, #444444);
	background-image: linear-gradient(to bottom, #333333, #444444);
	background-repeat: repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
	border-color: #252525;
}
	
/*	background-image: -moz-linear-gradient(top, #222222, #111111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image: -webkit-linear-gradient(top, #222222, #111111);
	background-image: -o-linear-gradient(top, #222222, #111111);
	background-image: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
	border-color: #252525;
*/



/****************************backgound******************************/
body {
	background-color: rgba(255,255,255,0.75);
}


.home-bg .blog{
/*	background: url(../img/menu-bg.jpg) repeat;
*/	background-color: rgba(255,255,255,0.5);
}

#whatWeDo {
		background-color: transparent;

}


#content{
	background: rgba(255,255,255,0.90);
}






/************************case-studies*********************************************/









/*----------------------------pagination------------------------------*/
.pagination li a.selected  {
	color: #d01a4f;
 /* color: #3b3d41;*/
}



.icon {
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
}

.icon p {
	font-family: 'Source Sans Pro', sans-serif;	
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}

.timeline-item {
	background: rgba(0,0,0,0.25);
	display: block;
	height: 100%;
	top: 0;
	margin-top: 60px;
	width: 100%;
	padding: 10px;
	z-index: -5;

	/*width: 100%;
	height: 100%;
	border-radius: 0px;	
	margin-top: 60px;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 0px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;*/
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	margin-top: 0px;
}




/*----------------------------portfolio------------------------------*/

.thumbs-portfolio {
	padding: 0 0 0 0;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

li.thumbs-latestWork {
	padding: 0 0 0 0;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	position: relative;
	margin-bottom: 0px;
}



.large-work {
	max-height: 350px;
	max-width: 870px;
	width: 100%;
}

.medium-work {
	max-height: 300px;
	width: 50%;
}


.watermark{
	background-image:url(../img/logo_watermark.jpg);
	background-repeat: no-repeat;
	background-position: 900px 0px;
}




/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/

/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none;
  margin-top: 20px;
  font-size: .25em;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
    margin-top: 20px;
	font-size: .25em;

}



