
a {
	color: #0D5075;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a:hover {
	color: #177FB8;
	text-decoration: none;
}
hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #F7F7F7;
}

#page-title {
	margin: 20px 0 20px 0;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #1590cf;
	-moz-box-shadow: 
		inset 0px 11px 8px -10px #0F76AA,
		inset 0px -11px 8px -10px #0F76AA;
	-webkit-box-shadow: 
		inset 0px 11px 8px -10px #0F76AA,
	 	inset 0px -11px 8px -10px #0F76AA;
	box-shadow:
		inset 0px 11px 8px -10px #0F76AA,
	 	inset 0px -11px 8px -10px #0F76AA;
 	filter: alpha(opacity=70);
}
#page-title h2 {
	display: inline-block;
	color: white;
	padding: 10px 20px 5px 20px;
	font-size: 34px;
	font-weight:normal;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
.breadcrumb {margin-bottom:35px;}
.side-nav {background: #F8F8F8;}
/*  Header   
====================================================================== */

header .logo {
	height: 68px;
	margin-top: 5px;
}
/* Home - Services block 
====================================================================== */
#services .span3 {
	margin-bottom: 15px;
}
.services-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 7px solid #d5d5d5;
	padding: 10px 12px;
	background: #f5f5f5;
	-webkit-transition: border-color 0.3s ease-in;    /* chrome & safari */
	-moz-transition: border-color 0.3s ease-in;      /* Mozilla */
	-o-transition: border-color 0.3s ease-in;       /* opera */
	transition: border-color 0.3s ease-in;
}
.services-box h2 {
	padding: 22px 0 5px;
	background: url("../img/lines-header-bg.jpg") repeat-x left top;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #4e4d4d;
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: wrap; /* Internet Explorer 8 and other*/
}
.services-box p {
	color: #666;
}
.services-box:hover {
	border-color: #1590cf;
}



/* Home - Testimonials
====================================================================== */
.carousel-inner {
	margin: 0;
	padding: 0;
}
.testimonials-img {
	width: 60px;
	height: 60px;
	padding: 5px;
	display: block;
	top: 30px;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.9) inset;
	-moz-box-shadow: 0 0 10px rgba(51, 51, 51, 0.9) inset;
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.9) inset;
	border: 10px solid #EEE;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	z-index: -1;
}
.testimonials-img img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.testimonials-img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.testimonials-carousel .active.left {
	left: 0;
	opacity: 0;
	z-index: 2;
}
.testimonials-carousel .next {
	left: 0;
	opacity: 1;
	z-index: 1;
}
.testimonials-author {
	font-weight: bold;
	font-style: normal;
	margin-top: 10px;
}
#testimonials-carousel.carousel-fade .item {
	opacity: 0.8;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	background: #EAEAEA;
}
#testimonials-carousel.carousel-fade .active.left, #testimonials-carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #EAEAEA;
}
.testimonials, .testimonials-img {
	background: #EAEAEA;
	text-align: center;
	font-style: italic;
	font-size: 1.1em;
}
#testimonials-block h3 {
	text-align: center;
	text-transform:capitalize;
}
.our-clients {
	text-align: center;
	margin-bottom: 30px;
}
/* footer 
====================================================================== */
footer {
	position: relative;
	padding: 0 0 0;
	background: #797D85;
}
footer p{
	color:#fff;
}

footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .copyright {
	margin-top: 15px;
	padding: 20px 0 5px;
	background: #1590cf;
	color: #fff;
}
footer .tweet_list li ,footer .widget li { 
	margin-bottom:8px; 
}

ul.fa-icons li {display:inline;}

/* Our Work 
====================================================================== */

#our-work .rdetails {
	
	padding: 8px 5px 5px;
	
}
#our-work .rdetails:hover {
	border-bottom: 2px solid #1590cf;
}
#our-work .rdetails h5 {
	margin: 0
}
#our-work .rdetails p {
	font-size: 0.9em;
}
.work-thumbs li a{ padding:4px 4px 0 4px; background:#F8F7F7; display:block; }

/* About Page 
====================================================================== */
.team-thumbnail {
	text-align:center; 
	padding:15px;
	background: #EEE;
	border: 1px solid #E2DFDF;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.24 ease;
}
.team-thumbnail:hover{
	background: #F8F8F8;
	
}
.team-thumbnail-img{
	width: 140px;
	height: 140px;
	padding: 5px;
	display: block;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.9) inset;
	-moz-box-shadow: 0 0 10px rgba(51, 51, 51, 0.9) inset;
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.9) inset;
	border: 10px solid whiteSmoke;	
	z-index: -1;
	margin:0 auto;
}

.team-thumbnail-img img{
	width: 140px;
	height: 140px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
}
.caption h4{margin: 0 0 5px; color:#666}

/* PortFolio Page 
====================================================================== */
.portfolio-thumbnail {
	position: relative;
	display: block;
	padding: 10px;
	border: 1px solid #CCC;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #333;
	background: white;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s  ease-in-out;
	transition: all 0.2s  ease-in-out;
}
.portfolio-thumbnail img {border:1px solid #FFF}
.portfolio-thumbnail:hover {background:#F3F2F2; border: 1px solid #b3b2b2;}
.portfolio-thumbnail .caption {
	padding: 9px 0 0 0;
}
.portfolio-thumbnail h4{line-height:20px;}
.portfolio-thumbnail hr {
	margin: 6px 0;
}
#filters ul {list-style:none; margin:0;}
#filters li {
display: inline;
}
#filters li a {
	padding: 8px 20px;
	border: 1px solid #D5D5D5;
	display: inline-block;
	color: #525252;
	background-color: #FAFAFA;
	margin: 0 5px 10px 0;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#filters a:hover, #filters li.active a{
	background-color: #73AF14 !important;
	border: 1px solid #EEE !important;
	color: white !important;
}
#portfolio .thumbnails {padding-top:20px;}

/* project page
====================================================================== */

#project-carousel .carousel-caption {
	position: absolute;
	right: 0 !important;;
	bottom: 0 !important;;
	left: 0 !important;;
	padding: 15px;
	background: #333;
	background: rgba(0, 0, 0, 0.75);
}

/* Blog page
====================================================================== */

.thumbnail-figure {margin:0 0 20px 0}
.blog-post {margin-bottom:50px; margin-right: 20px;  }
.blog-post footer{background: #F7F7F7 url(../img/footer-separator.png) repeat-x 0 0;}
#sidebar .ul-list li {
	list-style: disc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CFCFCF;
}

/* Google Map
=================================================================== */
#googlemaps-container-top {
	position: relative;
	z-index: 2;
	height: 20px;
	
}

#googlemaps-container-bottom {
	position: relative;
	z-index: 2;
	height: 20px;
	margin-top: -40px;
	
	margin-bottom: 20px;
}

#googlemaps{
	position: relative;
	z-index: 1;
	height: 440px;
	width: 100%;
	top: -20px;
	border:1px solid #CCC;
}

#small-map-container {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: relative;
	z-index: 2;
	border: 5px solid #f6f6f6;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	height: 210px;
	width: 210px;
	margin-bottom: -215px;

}

#small-map-container a {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: relative;
	z-index: 2;
	height: 210px;
	width: 210px;
	display: block;
}
	
#small-map {
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	margin-left: 5px;

}


/* Higher than 1200 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1200px) {
	.thumbnail-figure img{width:100%}


}

/* Higher than 960 (desktop devices)
====================================================================== */

@media only screen and (min-width: 960px) and (max-width: 1199px) {

	.team-thumbnail-img , .team-thumbnail-img img { width:70px; height:70px;}
}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	header .logo {
		height: 68px;
	}
	.team-thumbnail-img , .team-thumbnail-img img { width:70px; height:70px;}
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
	.services-img{ text-align:center}
	footer .container {
		padding: 0 10px;
	}
	
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	header .logo {
		height: 68px;
		float: left;
		width: 200px;
	} /* for debuging */
	.carousel-caption {
		position: relative;
		top: auto;
		width: 100%;
		max-width: none;
	}
	.services-img{ text-align:center}
	footer .container {
		padding: 0 10px;
	}
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	header .logo {
		height: 68px;
		text-align: center;
	}
	.carousel-control {
		display: none;
	}
	.navbar-inner {
		margin-bottom: 10px;
	}
	.services-img{ text-align:center}
	footer .container {
		padding: 0 10px;
	}
	
}
