/*custom styles*/
#intro{text-transform:uppercase;}
#title-top{margin-top: -5px;}
/*.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12{margin-bottom: 20px;}*/ 
span#intro_blue {
	background-color: #263a64;
	color: #ffffff;
	padding: 5px;
	
	text-shadow: 0px -1px 0px #000 !important;
}
#main{
	margin-bottom: 40px;	
	}
#main h1{
  font-size: 60px; /*60px*/
  line-height: 1;
  letter-spacing: -1px;
  
  text-shadow: 0px 1px 0px #ffffff;

	}
	
/*	.bottom_shadow {
		height:11px;
		left:1px;
		right:1px;
		bottom:-7px;
		position:absolute;	
	}
	.bottom_shadow img {max-width:100%;} */
	




/*#slide1{
	position: relative;
	float: left;
	top: -200px;
}*/

#slider_shadow{
	-webkit-box-shadow:  0px 0px 5px 0px rgba(61, 61, 61, .7);
	        box-shadow:  0px 0px 5px 0px rgba(61, 61, 61, .7);
}


/*caption styles*/
.hover_caption {
	top: 25px;
	display: block;
	position: absolute;
	width: 44%;
	font-size:26px;
	color:#ffffff;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-weight:400;
	line-height:25px;/*36px*/
	padding:14px 33px 24px 39px; /*34px 33px 24px 39px*/
/*	background:url(../img/caption.png) repeat left top;*/
	background: rgba(0, 0, 0, .8) repeat;
}
.hover_caption > div {
}
.hover_caption > div h2 {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	/*font-weight:600;*/
	text-transform:uppercase;
	color:#ffffff;
	font-size:36px;/*40px*/
	line-height:36px;
	padding:0 !important;
	margin:0 !important;
}
.hover_caption > div .slide_descr {
}	




/*carousel fade effect*/
.carousel.carousel-fade .item {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
/*end carousel fade effect*/




.indicators-background{
	background: rgba(0, 0, 0, .8) repeat;;
	padding: 5px;
}

.portfolio-image{
	-webkit-box-shadow:  0px 0px 5px 0px rgba(61, 61, 61, .7);
	        box-shadow:  0px 0px 5px 0px rgba(61, 61, 61, .7);
}

#portfolio{
	margin-bottom: 30px;
	
}

#portfolio h3{
	line-height: 27px !important;
}

#portfolio p{ margin-top: -5px;}


#about-image{margin: 0 15px 15px 0;}





/*#instafeed{
-webkit-transition:width 1s ease-in-out,margin .25s ease-in-out;
-moz-transition:width 1s ease-in-out,margin .25s ease-in-out;
transition:width 1s ease-in-out,margin .25s ease-in-out;
}

#instafeed a{
float:left}

#instafeed a:hover img{
-webkit-transform:scale .8;
transform:scale .8;}*/

#instafeed img{
	width:170px;
	max-width:100%;
	margin: 0 10px 10px 0;
}







/*TWITTER FEED*/
.twitter-holder {
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
   /* width: 920px;*/
    margin: 0 auto 0 auto;
}
#twitter-feed {
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    margin: 0;
    font-size: 35px;
    color: #999;
    font-weight: 200;
	line-height: 40px;
}
#twitter-feed a {
    color: #0097c8;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
}
#twitter-feed a:hover {
    color: #222;
    background: #0097c8;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
}
.twitter-link {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #222;
}
.twitter-link a:link, .twitter-link a:visited {
    color: #222;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
}
.twitter-link a:hover, .twitter-link a:active {
    color: #cc0a33;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
}
/*END TWITTER FEED*/


.icons{
	float: left;
	margin-left: 0px !important;
}

.icons li {
	list-style: none;
	float: left;
	margin: 5px;
}

.contact{
	float: left;
	margin-left: 0px !important;
}

.contact li {
	list-style-type: none;
	margin: 0 5px;
}




#map-canvas {
	margin: 0;
	padding: 0;
	height: 550px;
}


/* FORMS */
.form-horizontal .control-label {
width: 110px !important;
}

.form-horizontal .controls {
margin-left: 130px !important;
}
/* END FORMS */


/* responsive junk */
@media (max-width: 979px) {
	.navbar .brand{
		margin: 20px 0 20px 20px !important; 
	}
	span#intro_blue{
		line-height:1.2;
	}
}

@media (max-width: 767px) {
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		margin-bottom: 30px !important;
	}
	
	.portfolioImage{
		max-width:450px;
		display: block;
		margin:0 auto;
	}
	
	.portfolioImage img{
		display:block;
		margin:0 auto;
	}
}

@media (max-width: 480px) {
	#portfolio{
		margin-bottom: 0px;
	}
	
	#mainProject h1{
	  font-size: 50px !important;
	}
	
	#main h1{
	  font-size: 50px;
	}
	
	.navbar .brand{
		width: 70% !important;
		margin: 20px 0 20px 10px !important;
	}
}





.navbar .btn-navbar{
	margin: 35px 20px 0 0;
}
/* end responsive junk */




hr{	
  border: 0 !important;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0)); 
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0)); 
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0)); 
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0)); 
}



/*PROJECT STYLES*/

.portfolioImage{
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 20px;

}

.portfolioImage p{
	padding: 0 5px;
}


#mainProject{
	margin-bottom: 20px;	
	}
#mainProject h1{
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  
  text-shadow: 0px 1px 0px #ffffff;

	}



	.btn-port-flat {
	  display: inline-block;
	  *display: inline;
	  padding: 4px 12px;
	  margin-bottom: 0;
	  *margin-left: .3em;
	  font-size: 14px;
	  line-height: 20px;
	  color: #333333;
	  text-align: center;
	  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	  vertical-align: middle;
	  cursor: pointer;
	  background-color: #263a64;
	  border: 1px solid #1a243a;
	  *border: 0;
	  -webkit-border-radius: 4px;
	     -moz-border-radius: 4px;
	          border-radius: 4px;
	  *zoom: 1;
	 /* -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
	}

	.btn-portfolio {
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-color: #263a64;
	  border-color: #1a243a;
	}

	.btn-portfolio:hover,
	.btn-portfolio:focus,
	.btn-portfolio:active,
	.btn-portfolio.active,
	.btn-portfolio.disabled,
	.btn-portfolio[disabled] {
	  color: #ffffff;
	  background-color: #425680;
	  border-color: #7990ba;
	}

	.btn-portfolio:active,
	.btn-portfolio.active {
	  background-color: #263a64 \9;
	}

.right{
	display:block;
	float:right;
}












