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

	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);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

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

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

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

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: none;
  color:#01b2fe;
}

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

.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: #00b3fe;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00b3fe;
	background-color: transparent;
}

.navbar-default {
	background-color: #384452;
	border-color: transparent;
}

.mtb {
	margin-bottom: 80px;
}

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

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: #eee;
	background-image: url('./images/sayagata.png');
	padding-top: 100px;
	padding-bottom: 20px;
	text-align: center;
}

#headerwrap h3, h5 {
	color: #384452;
	font-weight: 600;
}

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

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

/* Services Wrap */
#practice {
	margin-bottom: 20px;
}

#practice h5 {
	color: inherit;
	font-weight: 400;
}

#contact {
	padding-top: 30px;
}

#video {
	background-color: #eee;
	background-image: url('./images/sayagata.png');
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Testimonials Wrap */
#twrap {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#twrap i {
	font-size: 50px;
}

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

/* clients logo */
#resources {
	background-color: #eee;
	background-image: url('./images/sayagata.png');
	padding-top: 10px;
	padding-bottom: 20px;
}

#resources h3 {
	margin-bottom: 20px;
}

#resources h4 {
	font-weight: 500;
}

#resources .hline {
	border-bottom-width: 1px;
}

/* Footer */
#footerwrap {
	padding-top: 40px;
	padding-bottom: 30px;
	background: #384452;
}

#footerwrap p, #footerwrap address {
	color: #bfc9d3;
}

#footerwrap h4 {
	color: white;
}

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

#footerwrap i:hover {
	color: #00b3fe
}

@media (max-width: 1024px) {
	.mobile-padding {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
