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

	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;
	font-size: 20px;
	}

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: 20px; 
	line-height: 26px;
	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;
}

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

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.shadow {
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);
}

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

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	padding: 0 15px;
}

@media (max-width: 768px) { 
  .navbar-brand {
      margin-left:42%;
  }
}
@media (max-width: 368px) { 
  .navbar-brand {
      margin-left:25px;
  }
}

.navbar-brand img{
	margin-right: 5px;
}

.navbar-header .navbar-brand {
	color: #36393e;
}

.navbar-default .navbar-nav > li > a {
	color: #36393e;
	font-weight: 400;
	font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #54abc7;
}

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

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

.dropdown-menu {
	background: #36393e;
}

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

.navbar-toggle{
	border: none;
	padding: 10px;
	margin: 0 10px 0 0
}

.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: #54abc7;
  border-color: #54abc7;
}

.btn-theme2 {
  color: #fff;
  background-color: #36393e;
  border-color: #36393e;
  margin: 4px;
}
.btn-theme2:hover,
.btn-theme2:focus,
.btn-theme2:active,
.btn-theme2.active,
.open .dropdown-toggle.btn-theme2 {
  color: #36393e;
  background-color: #fff;
  border-color: #fff;
}

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

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

#headerwrap {
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
	background: url(/content/bg.jpg) center center;
}

#headerwrap #main-logo {
	margin-top: 85px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
	max-width: 98%;
	width: 550px;
}

/* Top banner image */
#topbanner {
	margin-top: -30px;
}

/* Separator */
.twotonesep {
	width: 100%;
	height:	10px;
	display: block;
	background-image:
	    linear-gradient(
	      to right, 
	      #49606e,
	      #49606e 30%,
	      #54abc7 30%
	    );
}

/* Introduction */

#intro, #cta {
	margin: 50px 0 80px 0;
}

#intro img{
	border-radius: 2%;
	margin-top: 20px;
}

#services .service {
	padding: 40px 20px;
	text-align: center;
}

#services .service .btn{
	background-color: transparent;
	margin-top: 40px;
	color: #49606e;
}

/* CTA Section */

#cta {
	padding: 50px 0;
	background-color: #54abc7;
	color: white;
}

#cta p{
	color: white;
}

/* Projets */

.projet img{
	margin-bottom: 20px;
}

#projets .projet img{
	float: left;
	margin-right: 20px;
}

.projet p {
	font-size: 18px;
	line-height: 19px;
}

.projet {
	min-height: 120px;
}

#projetcontact {
	width: 250px;
	height: 167px;
	padding: 10px;
	background-color: #54abc7;
	color: white;
	border-radius: 1%;
	display: inline-block;
}

#projetcontact p {
	color: white;
	font-size: 18px;
}

#projetcontact h3 {
	margin-top: 0
}

#projetcontact img {
	display: block;
	margin: 0 auto;
}

/* About Page */
.aboutpic img, .aboutpic a{
	margin: 20px 0 0 0;
}


/* Missions */

.mission img{
	width: 250px;
	max-width: 98%;
}

/* Arrow */
#arrow img{
	width:50px;
	margin: 10px auto;
}


/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	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: 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: 60px;
	padding-bottom: 60px;
	background: #384452;
}

#footerwrap p {
	color: #bfc9d3;
}

#footerwrap h4 {
	color: white;
}

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

#footerwrap i:hover {
	color: #54abc7
}

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

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

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

#blue a {
	color:white;
	text-decoration: none;
}

.ctitle {
	color: #54abc7;
	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: #54abc7;
}

/* 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 */
.pagination{
	width: 100%;
}

.pagination .next{
	float: left;
}

.pagination .prev{
	float: right;
}


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

.uniform__potty {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.is-hidden {
	display: none;
}