@font-face {
  font-family: Socialglyphs;
  font-family: "Socialglyphs";
  src: url(../fonts/socialglyphs-regular.svg#socialglyphs-regular) format("svg"),
    url(../fonts/socialglyphs-regular.ttf) format("truetype"),    
    url(../fonts/socialglyphs-regular.woff) format("woff"),
    url(../fonts/socialglyphs-regular.eot);
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#page {
	max-width: 999px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	min-height: 100vh;
	/*New*/
	display: table;
	width: 100%;
}
#page-row {
	display: table-row;
}
#goTop {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 40px;
    margin-top: -55px;
    padding-left: 14px;
    padding-top: 12px;
    position: fixed;
    right: 15px;
    top: 100vh;
    width: 40px;
    cursor: pointer;
}
#content {
	background-color: #fafafa;
}
a, a:hover, a:active {
	text-decoration: none;
}
a {
	color: #000000;
}
a:hover, .active {
	color: #639CAC;
}
/*Backgrounds*/
#filler-left, #sidebar, #goTop {
	background-color: #DADADA;
}
#filler-right {
	background-color: #FAFAFA;
}
/*Color*/

/*Fillers*/
#filler-left {
	left: 0;
}
#filler-right {
	right: 0;
}
.filler {
    bottom: 0;
    position: fixed;
    top: 0;
    z-index: -1;
	width: 50%;
}
/*Sidebar*/
/*
#sidebar #language-bar a:before,
#sidebar #menu a:before {
	content:'.';
	margin-right:4px;
}*/
/*Language Bar*/
#language-bar {
	text-transform: uppercase;
	text-align: right;
	margin: 10px 0;
}
/*Logo*/
#logo {
    text-align: center;
}
#sidebar-mobile #logo {
    margin-top: 40px;
}
#logo > a {
    display: block;
}
#logo > a > img {
	width: 100%;
}
/*Newsletter*/
.list-group-item#newsletter-container,
.list-group-item#newsletter-container-m {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 15px !important;
}
.list-group-item#newsletter-container input,
.list-group-item#newsletter-container button,
.list-group-item#newsletter-container-m input,
.list-group-item#newsletter-container-m button {
	border: none;
	background-color: transparent;
}
.list-group-item#newsletter-container #newsletter-form #email,
.list-group-item#newsletter-container-m #newsletter-form #email {
	padding-left: 0;
}
/*Menu*/
#menu {
	margin-top: 1px;
}
#menu .menu-span {
	text-transform: uppercase;
	margin: 30px 0 10px;
    padding-left: 15px;
}
#menu .list-group a:not(.active) {
    color: #999999;
}
#menu ul.list-group > li {
	padding: 0;
}
#menu ul.list-group > li > a {
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
}
#menu .list-group-item.subitem > a {
    padding-left: 40px;
}
.hint--top:before {
    border-top-color: #639CAC;
}
.hint--top:before, .hint--top:after {
	bottom: 100%;
	left: 8%;
	max-width: 98%;
	z-index: 9999999;
	white-space: normal;
	text-transform: initial;
}
.hint:after, [data-hint]:after {
	background-color: #639CAC;
}
#sidebar .sidebar-inner {
    overflow: inherit !important;
}
/*Social*/
#social {
	margin: 30px 0;
}
#social .center-block {
	width: 102px;
}
#social .social-link {
    background-color: #ffffff;
    font-family: 'Socialglyphs';
    font-size: 20px;
    padding: 14px;
}
#social .social-link.facebook {
    padding: 14px 19px;
}
#social .social-link.gplus {
    padding: 14px 15px;
}
#social .social-link > img {
    width: 16px;
}
#credits {
    margin: 10px 0;
}
/*Content Area
#content article:not(:FIRST-CHILD) {
	margin-top: 10px;
}*/
#content article {
    margin-bottom: 30px;
    text-align: justify;
}
#content article:not(.featured-img) {
    padding: 0 15px;
}
#content article.featured-subtitle {
    margin-top: -15px;
}
#content article.featured-img {
	background-color: #DADADA;
    text-align: center;
    text-transform: uppercase;
    margin-left: -15px;
}
#content article.featured-img > img {
    max-width: 100%;
    width: 100%;
}
#content article.featured-img.sample {
    padding-top: 194px;
    height: 400px;
}
#content .work {
	background-color: #DADADA;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}
#content .work > a {
	display: block;
	height: 150px;
}
#content .work.image {
    background-size: cover;
    background-position: 0 50%;
    padding: 0;
}
#content .work .subtitle {
    background-color: #dadada;
    padding: 4px 0 4px 10px;
    text-align: left;
    text-transform: capitalize;
}
#works-helper {
    max-height: 0;
    overflow: hidden;
    margin-top: 0 !important;
}

#content.servicos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content.servicos ul > li:before {
	content: ".";
    margin-right: 4px;
}
#content > a {
	display: block;
}
#content > ul.content-inner {
    list-style: none outside none;
    margin: 40px 0 0 0;
    padding: 0;
}
/*Alpha*/
#language-bar {
	visibility: hidden;
	display: none;
}
.sidebar-inner {
    max-width: 100%;
    width: 100%;
    top: 0;
}

.sidebar-inner::-webkit-scrollbar { 
    display: none; 
}
h2, .h2 {
	font-size: 1.5em;
}

@media (min-width: 970px) {
	#sidebar {
	    float: none; display: table-cell;
	}
	#content {
		float: none; display: table-cell;
		height: 100vh;
	}
	#page.trabalhos #content article:nth-child(0),
	#page.trabalhos #content article:nth-child(1),
	#content > *:first-child {
		margin-top:40px;
	}
	
	
	#sidebar .sidebar-inner #logo {
	    margin-top: 40px;
	}
}
@media (max-width: 969px) {
	.filler {
		display: none;
	}
	#content article.featured-img {
	    background-color: transparent;
	    margin-left: 0;
	}
}
@media (max-width: 990px) {
	#page .page-row #sidebar {
		display: none !important;
	}
	#page .page-row #sidebar-mobile {
		display: block !important;
	}
	#page .page-row #content {
		width: 100% !important;
		display: block;
		padding: 0;
	}
	#filler-left, #filler-right {
		display: none;
	}
	#footer {
		display: block !important;
	}
}