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

	Author: Carlos Alvarez
	

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	
	
################################################################# */

@import 'https://fonts.googleapis.com/css?family=Lato:400,400i,900';
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

* {
	margin: 0;
	padding: 0px;
}

body {
	background: #EDD4B2;
	margin: 0;
	height: 100%;
	color: #484848;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #5C5552;
}

h4 {
	font-size: 20px;
	line-height: 1.25;
}

h1, .h1 {
    margin-top: 20px;
    margin-bottom: 30px;
	line-height: 1.25;
}

h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
	line-height: 1.25;
}

label {
	font-size: 18px;
}

.formFooter {
	display: none !important;
}

.form-control {
	font-size: 16px;
}

p {
	padding: 0;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #5C5552;
	margin-top: 10px;
}

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

ol {
	line-height: 30px;
}

a {
	padding: 0;
	margin: 0;
	text-decoration: underline;
	color: #484848;
	-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: none;
	color: #484848;
}

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

::selection {
	color: #fff;
	text-shadow: none;
	background: #384452;
}

hr {
    margin-top: 40px;
    margin-bottom: 30px;
    border: 0;
    border-top: 3px solid #FFEFDB;
}

.centered {
	text-align: center
}

.rounded {
	border-radius: 10px;
}

blockquote {
    padding: 20px 20px;
    margin: 0 0 30px;
    font-size: 16px;
    border-left: 5px solid #FFEFDB;
    background: #FFEFDB;
	border-radius: 5px;
}

blockquote footer,
blockquote small,
blockquote .small {
    font-size: 14px;
    color: #8F857D;
    margin-top: 15px;
}

.highlight {
    padding: 20px 20px;
    margin: 0 0 30px;
    font-size: 16px;
    background: #FFEFDB;
	border-radius: 10px;	
}

.panel-heading h4.panel-title {
    color: #5C5552;
    text-decoration: none;
	font-size: 28px;
    margin-top: 18px;
	margin-left: -50px;
}

.panel-heading:hover h4.panel-title {
    text-decoration: underline;
	color: #fff;
}

.panel-heading {
    color: #5C5552;
    background-color: #FFEFDB;
    border-color: #FFEFDB;
}

.panel-heading:hover {
    color: #fff;
    background-color: #8F857D;
    border-color: #8F857D;
}

.panel-heading img {
    border: solid 1px #FFEFDB;
}

.panel-heading:hover img {
    border: solid 1px #fff;
}

.panel-body {
    padding: 15px 30px;
    background: #FFEFDB;
    border-top: solid 1px #EDD4B2;
}


/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */

.navbar {
	min-height: 55px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 30px;
	padding: 15px 0 10px 10px;
	margin: 0 0 0 0;
}

.navbar-brand img {
	padding: 0 0 0 0;
	margin: -5px 15px 0 0;
	width: 40px;
}
a.navbar-brand {
	color: #fff !important;
	text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: 500;
	font-size: 13px !important;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #5C5552;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: rgba(212,191,162,0.5);
}

.navbar-default {
	background: -moz-linear-gradient(270deg, rgba(237,212,178,1) 0%, rgba(212,191,162,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237,212,178,1)), color-stop(100%, rgba(212,191,162,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, rgba(237,212,178,1) 0%, rgba(212,191,162,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, rgba(237,212,178,1) 0%, rgba(212,191,162,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, rgba(237,212,178,1) 0%, rgba(212,191,162,1) 100%); /* ie10+ */
background: linear-gradient(180deg, rgba(237,212,178,1) 0%, rgba(212,191,162,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDD4B2', endColorstr='#d4bfa2',GradientType=0 ); /* ie6-9 */
	border-color: transparent;
}



.dropdown-menu {
	background: #384452;
}

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

.btn-theme {
	color: #fff;
	background-color: #8F857D;
    border-bottom: 4px solid #5C5552;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
	color: #fff;
	background-color: #5C5552;
	border-bottom: 4px solid #5C5552;
	border-radius: 5px;
}

.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;
}

.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

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

.hline-w {
	border-bottom: 2px solid #FFEFDB;
	margin-bottom: 10px;
}

table {
	font-size: 16px;
}

.table-bordered {
    border: 1px solid #EDD4B2;
}

.table > thead > tr > th,
.table-bordered > thead > tr > th {
    vertical-align: bottom;
    border: 0pt none;
	background: #8F857D;
	color: #fff;
	font-size: 16px;
	padding: 15px;
}

.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td,
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    border: 1px solid #EDD4B2;
    background: #FFEFDB;
	padding: 15px;
}

.panel-default {
    border-color: #EDD4B2;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #FFEFDB;
    border-color: #FFEFDB;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #EDD4B2;
    background: #FFEFDB;
    padding: 15px 30px;
}




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

#headerwrap {
	/*background-color: #5fbdb0;*/
	background: url(../img/home.jpg) no-repeat center top;
	background-size: cover;
	min-height: 450px;
	padding-top: 120px;
	padding-bottom: 0px;
	text-align: center;
}

body.sub #headerwrap {
	/*background-color: #5fbdb0;*/
	background: url(../img/sub.jpg) no-repeat center top;
	background-size: cover;
	min-height: 300px;
	text-align: center;
}

#headerwrap h3,
h5 {
	color: white;
	font-weight: 400;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
	line-height: 1.25;
	font-size: 44px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

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

#home {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Services Wrap */

#service {
	margin-top: 40px;
	margin-bottom: 40px;
}

#service i {
	color: #FFEFDB;
	font-size: 60px;
	padding: 15px;
}




.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: #000;
	background-color: rgba(0, 179, 254, 1);
	text-align: center;
}


/* Testimonials Wrap */

#twrap {
	background: url(../img/testimonial.jpg) no-repeat center top;
	margin-top: 60px;
	padding-top: 60px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	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;
}

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

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

#twrap h4 {
	color: #f0efe2;
	font-size: 20px;
}


/* clients logo */

#cwrap {
	background: #f0efe2;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

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


/* Footer */

#footerwrap {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #EDD4B2;
}

#footerwrap p {
	color: #5C5552;
}

#footerwrap h4 {
	color: #5C5552;
	font-size: 18px;
}

#footerwrap i {
	font-size: 30px;
	color: #8F857D;
	padding-right: 25px;
}

#footerwrap a:hover,
#footerwrap i:hover {
	color: #5C5552;
}


/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */


/* General Tweaks */

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

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

.ctitle {
	color: #3c9099;
	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: #00b3fe;
}


/* 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;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}


/* Blog Page */

.popular-posts {
	margin: 0px;
	padding-left: 0px;
}

.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 {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
}

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

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


@media(max-width:767px){
	
	.panel-heading h4.panel-title {
    color: #5C5552;
    text-decoration: none;
    font-size: 20px;
    margin-top: 8px;
		margin-left: -10px;
}
}
