/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	URL: http://alvarez.is
	
################################################################# */ 
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);


/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
* { 
	margin: 0;
	padding: 0px;
} 

.container { max-width: 970px; }

body { 
	background: #ffffff;
	background: #F2F2F2;
	margin: 0; 
	height: 100%; 
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 27.5px;

}

h1, h2, h3, h4, h5, h6 {
 	font-family: 'Raleway', sans-serif; 
	font-weight: 700;
	
}

h2, h3, h4, h5, h6 {
   color: #666; 
}

h4 { 
    font-size: 20px;
    
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
/*
	font-size: 14px; 
	line-height: 24px;
	
*/  
    color: #384452; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
/*
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
*/
}

a:hover,
a:focus {
  text-decoration: underline;
  color:#01b2fe;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
	
}


.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}


.navbar-header .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
/* 	color: white; */
/* 	font-weight: 700; */
	font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #000;
	text-decoration: underline;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover  {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

.navbar-default {
/*   background-color: #384452; */
/*   background-color: #4aa2d7; */
/* background-color: #f5823c; */
	border-color: #eee;
	background: #fff;
/* 	border-color: #F2C36B; */
}

.navbar-default .navbar-toggle .icon-bar { 
  
/*   background-color: #000; */
}

.dropdown-menu {
	background: #384452;
}

.dropdown-menu > li > a {
/* 	color: white; */
	font-weight: 700;
	font-size: 12px;
}

.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #4aa2d7;
  border-color: #4aa2d7;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

#updates, .mtb {
	margin-top: 80px;
	margin-bottom: 80px;
	background: #eee;
}

#updates a {
  display: block;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #384452;
	margin-bottom: 25px;
}

.item a { 
  border: 1px solid #ccc;
  display: block;
}

.item p {
  text-align: center;
  padding: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
/*
 background: #0d2232; 
	color: #FFF;
*/
	min-height: 300px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 20px;
	border-bottom: 1px #eee solid;
	background: rgba(133, 110, 198, 1);
	background: #4F6273; /* https://color.adobe.com/Color-Theme-7-color-theme-11035695/ */
/* background: url(/images/connectwork.png) top left */
	color: #fff;

}

#headerwrap h3, #headerwrap h5, #headerwrap h4,  #headerwrap p {
	font-weight: 400;
	line-height: 140%;
	color: #fff;
	width: 80%;
	margin: 0 auto;
}

#headerwrap p {
  font-size: 2rem;
  
}

/*
#headerwrap a {
  color: #458CCA;
}
*/

#service { clear: both;}

#headerwrap a {
    margin-bottom: 1em;
    display: block;
 color: #4F6273;
  background: #fff;
  border-radius: 1em;
  padding: 0.75em 1.5em;
  border-bottom: 1px solid transparent;
   
}

#headerwrap a:hover, #headerwrap a:focus { 
    color: #000;
}

hr { border-top-color: #4F6273; opacity: 0.3;}

#headerwrap h1 {
  margin-bottom: 25px;
}

#headerwrap.brief {
  min-height: 0;
}

/* Services Wrap */
#service {

	margin-bottom: 20px;
	list-style:none;
}

#service i {
/* 	color: #4aa2d7; */
/* 	color: #000; */
padding-right: 4px;
}

#service li {
  margin-top: 1em;
  font-size: 1.8rem;
}

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center;
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#4aa2d7;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrap {
display: none;
  background-color: #333;
	background: #000 url(http://spacedout.imgix.net/image-10-1-1.jpg?blur=50&blend=000&bm=screen&fit=crop) no-repeat center top;
	//9915c5f7
	margin-top: 0px;
	padding-top:30px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 320px;
	width: 100%;
	text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.6);
		color: white;
	
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top:30px;
	padding-bottom: 60px;
/* 	background: #384452; */
background: #eee;
	border-top: 1px solid #eee;

}

#footerwrap p {
/* 	color: #bfc9d3; */
}

#footerwrap h4 {
/* 	color: white; */
}

#footerwrap i {
	font-size: 30px;
/* 	color: #bfc9d3; */
	padding-right: 25px;
}

#footerwrap i:hover {
/* 	color: #4aa2d7 */
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #eee;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#blue h3 {
	margin-left: 15px;
}

.ctitle {
	color: #4aa2d7;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #4aa2d7;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */

.recent-posts {
  list-style: square inside;
  margin-top: 10px;
  
}

.popular-posts { 
	padding-left: 0px;
	margin-top: 10px;
	display: block;
	clear: both;
}

	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a{
	color:#2f2f2f; 
	}
	
.popular-posts li a:hover, .popular-posts li a:focus {
	text-decoration: underline;
} 
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	/*color: #2f2f2f; */
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
	margin-top: 0;
}

.listing p {
  clear: both;
  min-height: 4em;
  display: block;
}

.share i {
	padding-right: 15px;
	font-size: 18px;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-post {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 19px;
}

.meta {
  color: #666;
  font-size: 13px;
}

.blog-post:last-child {
  border: none;
}

ul, ol {
  list-style-position: inside; 
  padding-left: 0.5em;
}

.about-jamie h3, .about-lion h3, .about-page h3 {
  padding-bottom: 4px;
  border-bottom: 4px solid #eb4e3d;
  margin-bottom: 14px;
}

.about-page {
  margin-bottom: 28px; 
}

.about-jamie img, .about-lion img { 
  float: left;
  padding: 0 25px 25px 0px;
}


.weekly {
	
	display: block;
	background: #2a6496;
	color: #fff;
	font-size: 22px;
	padding: 20%;
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
	
}

.around { 
	
	border: 1px #fff solid;
	display: block;
	border-radius: 100px;
}

.upcoming-pres img {
	border: 1px solid #ccc;
} 
