/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
     text-align: center; 
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
     height: 100%;  /* wenoedit */
    
   /*  background: url(../img/bg.jpg) no-repeat center center scroll; */
   /* background: url(../img/bg-white_plaster.png) repeat; */
   
    /*
-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
*/
}

/* About */

.about {
    padding: 50px 0;

    background-color: #474747; /* cinza escuro */
    color: #959595 /* cinza claro */;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;

}
.about h3, .about h4 {
	
	 font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

 .colorwhite {
	color: white;
}


/* Services */

.services {
    padding: 50px 0;
   /*
 background:  url(../img/thinkingballoon.png), url(../img/bg-white_plaster.png) ;
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    background-position: top, inherit;
*/
  
  background: url(../img/bg-white_plaster.png);
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 300px;

   /*  color: #fff; */
   color: #636363; /* cinza */

/*     background: url(../img/callout.jpg) no-repeat center center scroll; */
    background: url(../img/bg-white_plaster.png) scroll;    

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


/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px ;
    height:100%;

    
}

.call-to-action img {
	margin:20px;

}

.call-to-action .btn {
    margin: 10px;
    display: table;
    heigh:100%;

}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
   /*  padding: 100px 0; */
}


/* ----------------------------------- */



/*
div.gap-year  { 
    text-align: left;
}

div.gap-year img {
border: 1px solid green;
display: block;
}
*/

aside.gap-year, .callout {
	padding: 30px 20px ;
}

.icon-callout {

	text-align: right;
	margin-left: 20px;
}

.col-md-4, .col-md-6 {
	/* border: 1px dashed blue; */
}


.callout .text-vertical-center p, .callout .text-vertical-center h2 {
	text-align: left;
}

aside.gap-year {
	background-image: none;	
	background-color: #636363;
	color: white;
}


aside.callout h2 {
	color: #FF5447; /* lumi red */
}

aside.gap-year h2 {
	color: #FFA130; /* laranja */
}

.callout p, .callout li {
	font-size: 1.2em;
	text-align: left;
}
.callout h2 {

}

.callout img.job-ico {
	text-align: right;
position: relative;

}

img.thumb-work {
	width: auto;
}


.callout .col-sm-10 {
padding: 2em;

}

.head-bg {
	background: url(../img/bg-white_plaster-shadowtop.jpg) repeat-x;
	background-position-y: bottom;

/* 	background-size: 50% 50%; */


}

.darkbg {
	background: url(../img/bg-white_plaster-dark.jpg);
}

.mailme {
	height:auto;
	background: #FFE18B;
	background-image: none;
}

.portfolio img {
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%); 
}

.sociallinksfooter {
	/* background: url(../img/bgweno-glicht.jpg) no-repeat center center; */
	height:473px;
	width:100%;
	margin:0;
	padding: 0;
	}

 

.list-inline a {
	color: gray;
}

/* h1, h2, h3, h4, h5 { font-family: 'Dosis', sans-serif !important ;} */



h1, h2, h3, h4, h5 { font-family: 'Patua One', sans-serif;}

.fotoweno {
	width: 100%;
}

.header { 
	color: #1B807B; /* verde escuro */
	
}

.header .highlight1 {
	color: #FF3E30; /* vermelho forte */

}

.header .highlight2 {
	color: #FF7268; /* vermelho claro */

}

a { color: #FF3E30; /* vermelho forte */}
a:hover {color: #FF7268; /* vermelho claro */ }
.balloon {
	position: relative;
	background: url(../img/talkballoon.png) no-repeat center center;
	display:block;
	width: 184px;
	height: 150px;
	/*
left:200px; */
	top:230px;
	left: 61%;
	text-align: center;
	padding: 60px 0 0 40px;
	font-size: 1.5em;
}
.wenobrain {
	margin-top: -150px;
}

.headersmaller {
    display: table;
    position: relative;
    width: 100%;
     height: auto;  /* wenoedit */
     padding: 20px;
    
   /*  background: url(../img/bg.jpg) no-repeat center center scroll; */
   /* background: url(../img/bg-white_plaster.png) repeat; */
   
    /*
-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
*/
}

.extraimgs img {
	display: block;
	padding: 30px 0;
	
}

.compact {
	height: 50% !important;
}

.callout p.team {
	font-size: 1em;
	text-align: left;
	
}