/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	URL: http://alvarez.is
	
################################################################# */ 

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

p {
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 12px;
	margin-top: 10px;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	-moz-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-webkit-transition: background-color .4s linear, color .4s linear;
	margin: 0;
	padding: 0;
	text-decoration: none;
	transition: background-color .4s linear, color .4s linear;
}

a:hover,
a:focus {
	color: #01b2fe;
	text-decoration: none;
}

::-moz-selection {
	background: #2B2E31;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #2B2E31;
	color: #fff;
	text-shadow: none;
}

.centered { text-align: center }

footer a small {
	border-bottom: 1px #bfc9d3 dotted;
	color: #bfc9d3;
}

footer a small:hover,
footer a small:focus {
	border-bottom: 1px #0070a0 dotted;
	color: #0070a0;
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */

.navbar {
	margin-bottom: 0;
	min-height: 70px;
	padding-top: 10px;
}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	padding: 0;
}

.navbar-header .navbar-brand { /*color: white;*/ }

.navbar-default .navbar-nav > li > a {
	/*color: white;*/
	font-weight: 700;
	/*font-size: 12px;*/
}

.navbar-default .navbar-nav > li > a:hover { color: #0070a0; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #0070a0;
}

.navbar-default {
	/*background-color: #384452;*/
	border-color: transparent;
}

.dropdown-menu { background: #384452; }

.dropdown-menu > li > a {
	color: white;
	font-size: 12px;
	font-weight: 700;
}

.btn-theme {
	background-color: #384452;
	border-color: #384452;
	color: #fff;
	margin: 4px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
	background-color: #0070a0;
	border-color: #0070a0;
	color: #fff;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus {
	background-color: #222222;
	border-color: #ffffff;
	color: #ffffff;
}

.dmbutton {
	-moz-transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
	-webkit-transition: background-color 300ms ease-out;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.55rem;
	font-weight: normal;
	font-weight: normal !important;
	letter-spacing: 0.85px;
	line-height: normal;
	margin: 0 0 1.25rem;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	padding-top: 1.025rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 300ms ease-out;
}

.mtb {
	margin-bottom: 60px;
	margin-top: 40px;
}

.mb { margin-bottom: 60px; }

.mt { margin-top: 60px; }

.hline { border-bottom: 2px solid #384452; }

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}

/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: #0070a0;
	min-height: 550px;
	padding-bottom: 0;
	padding-top: 100px;
	text-align: center;
}

#headerwrap h3, h5 {
	color: white;
	font-weight: 400;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive { margin: 0 auto; }

/* Services Wrap */

#service {
	margin-bottom: 60px;
	margin-top: 40px;
}

#service i {
	color: #0070a0;
	font-size: 60px;
	padding: 15px;
}


/* Portfolio Wrap */

#portfoliowrap {
	display: block;
	margin-bottom: 60px;
	padding-top: 60px;
	text-align: center
}

#portfoliowrap h3 { margin-bottom: 25px; }

.portfolio {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}


.portfolio-item .title:before {
	border-radius: 0;
	display: none
}

.portfolio-item p { margin: 0 0 30px; }

.portfolio-item h3 {
	font-size: 16px;
	margin: -10px 0 10px;
	text-transform: uppercase;
}


.tpl6 h3 {
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 40px 5px 0;
	text-transform: uppercase;
}

.tpl6 .dmbutton {
	display: inline-block;
	font-size: 13px;
	margin: 30px 5px 20px 5px;
}

.tpl6 .bg {
	background-color: #0070a0;
	background-color: rgba(0, 112, 160, .9);
	height: 100%;
	text-align: center;
	width: 100%;
}

/* Testimonials Wrap */

#twrap {
	-moz-background-size: 100%;
	-moz-background-size: cover;
	-o-background-size: 100%;
	-o-background-size: cover;
	-webkit-background-size: 100%;
	-webkit-background-size: cover;
	background: url(../content/image/t-back.jpg) no-repeat center top;
	background-attachment: inherit;
	
	background-position: center center;
	background-size: 100%;
	background-size: cover;
	margin-top: 0;

	min-height: 400px;
	padding-top: 60px;
	text-align: center;
	width: 100%;
}

#twrap i {
	color: white;
	font-size: 50px;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	/*font-size: 15px;*/
	line-height: 30px;
}

/* clients logo */

#cwrap {
	background: #f7f7f7;
	margin-top: 0;
	padding-bottom: 100px;
	padding-top: 80px;
}

#cwrap h3 { margin-bottom: 60px; }

/* Footer */

#footerwrap {
	background: #384452;
	padding-bottom: 60px;
	padding-top: 60px;
}

#footerwrap p { color: #bfc9d3; }

#footerwrap h4 { color: white; }

#footerwrap i {
	color: #bfc9d3;
	font-size: 30px;
	padding-right: 25px;
}

#footerwrap i:hover { color: #0070a0 }

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */

/* General Tweaks */

#blue {
	background: #0070a0;
	margin-bottom: 60px;
	margin-top: 60px;
	padding-bottom: 25px;
	padding-top: 25px;
}

#blue h3 {
	color: white;
	margin-left: 15px;
}

.ctitle {
	color: #0070a0;
	font-weight: 700;
	margin-bottom: 15px;
}

.csmall {
	color: #b3b3b3;
	font-size: 12px;
}

.csmall2 {
	color: #f39c12;
	font-size: 12px;
}

.spacing {
	margin-bottom: 40px;
	margin-top: 40px;
}

.badge-theme { background: #0070a0; }

/* Contact Page */

#contactwrap {
	-moz-background-size: 100%;
	-moz-background-size: cover;
	-o-background-size: 100%;
	-o-background-size: cover;
	-webkit-background-size: 100%;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: inherit;
	background-position: center center;
	background-size: 100%;
	background-size: cover;
	margin-top: -60px;

	min-height: 250px;
	padding-top: 0;
	text-align: center;
	width: 100%;
}

/* Blog Page */

.popular-posts {
	margin: 0;
	padding-left: 0;
}

.popular-posts li {
	list-style: none;
	margin-bottom: 20px;
	min-height: 70px;
}

.popular-posts li a,
.popular-posts li a:hover {
	color: #2f2f2f;
	text-decoration: none;
}

.popular-posts li img {
	float: left;
	margin-right: 20px;
}

.popular-posts li em {
	color: #b3b3b3;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}

.share i {
	font-size: 18px;
	padding-right: 15px;
}