html, body {
	/*height: 100%;*/
}
body {
	margin: 0px;
	padding: 0px;
	background: #F8F8F8 url(/images/overlay.png) repeat;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: rgba(0,0,0,.8);
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #2D2D2D;
}
h2 {
	padding: 0px 0px 20px 0px;
	font-size: 2.50em;
}
p, ol, ul {
	margin-top: 0px;
}
a {
	color: rgba(0,0,0,.8);
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
#wrapper {
	background: #FFF;
	margin: 0 auto;
	max-width: 1200px;
}
#header {
	position: relative;
	overflow: hidden;
	height: 420px;
	padding: 50px 0 0 50px;
}
#header h1 {
	font-weight: 800;
}
#header-wrapper {
	margin-bottom: 20px;
}
/** MENU */

#menu {
	overflow: hidden;
	background: #101010;
}
#menu ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline-block;
}
#menu a {
	display: block;
	padding: 0px 2em;
	line-height: 70px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	border: none;
}
#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: rgba(255,255,255,0.8);
}
#menu .current_page_item a {
}
#menu .last {
	border-right: none;
}
#page {
	/*padding: 10px 10px;*/
}
#page img {
	margin-bottom: 1em;
}
#page h2 {
	font-size: 30px;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
}
.pageint .rowInsert {
	margin-bottom: 50px
}
.colluns {
	padding: 0 0 0 30px
}
#portfolio_conteiner {
	background: rgba(0,0,0,.02);
	padding-bottom: 20px;
}
#portfolio, #portfolio1 {
	padding: 10px 20px 0 20px;
}
#portfolio {
	padding-top: 20px;
}
#portfolio p {
	color: rgba(0,0,0,0.6);
}
#portfolio1 p {
	color: rgba(0,0,0,0.6);
}
#portfolio h2, #portfolio1 h2 {
	padding: 0px;
	font-weight: 400;
}
#portfolio h3, #portfolio1 h3 {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 24px;
	color: rgba(0,0,0,0.9);
}
.button {
	display: inline-block;
	margin-top: 2em;
	padding: 0em 1em;
	background: #161616;
	letter-spacing: 0.10em;
	line-height: 3em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	color: #FFF;
}
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p {
	text-align: center;
	margin: 0px;
	line-height: 30px;
	color: rgba(0,0,0,0.7);
}
#footer a {
	color: rgba(0,0,0,0.7);
}
/* Add Responsive */
.rd15_container{padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.collapse.in{display:block;}
.navbar-collapse { padding:0}
.navbar-default .navbar-toggle{border-color:#ddd;}
.navbar-toggle{position: relative;padding: 9px 10px 7px 10px;margin-top: 8px;margin-right: 15px;margin-bottom: 8px;background-color: transparent;background-image: none;border: 2px solid #000000;border-radius: 4px;color:#000000;}
.navbar-toggle .icon-bar{display: block;width: 22px;height: 2px;border-radius: 1px;background:#000000;margin-bottom: 4px;}
.sr-only{position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
@media (min-width: 768px) {
	.rd15_container{width:750px;}
	.navbar-collapse.collapse {display: block!important;height: auto!important;padding-bottom: 0;overflow: visible!important;}
	.navbar-toggle {display: none;}
}
@media (max-width: 767px) {
	.rd15_container{width:auto;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
	#rd15_menu a{padding: 20px 26px;}
	#rd15_menu-wrapper{text-align:right}
	.menu_EDITOR{position: relative;z-index: 9999999;padding-right: 10px;background: #ffffff;padding-bottom:10px;}
	#menu{box-shadow:none !important}
	#menu li a{padding: 5px 10px !important; text-align: right;}
	.collapse{display: none;}
}
@media (min-width: 992px){
	.rd15_container{width:970px;}
}
@media (min-width: 1200px){
	.rd15_container{width:1170px;}
}
/* End Responsive */