/* === STYLING ALL COLORS SETTINGS === */

body {
	background-color: #fff;
	background-image:url(../images/bg1.jpg);
	background-position:0px -1px;
	background-repeat:repeat-x;
	color: #999;
}

.style-color-element {
	display: none !important;
	color: #ebd493;
}

.blog-date:hover .month {
	border-color: #ebd493;
}


.welcome-text, input, textarea {
	color: #999;
}

.nav a {
	color: #fff;
}

.nav a span {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

::selection {
	background-color: #ffd200;
	color: #fff;
}

::-moz-selection {
	background-color: #000000;
	color: #fff;
}

.separator a, .separator {
	color: #666;
}

.nivo-caption h1, .nivo-caption h2, .nivo-caption h3, .nivo-caption h4, .nivo-caption h5, .nivo-caption h6, .nivo-caption {
	color: #fff;
}

.button:hover {
	color: #666;
}

/* === STYLING GENERAL SETTINGS === */

#slider-wraper, #slider, #slider-container, .nivoSlider, #menu, #menu-bg, #menu-parent-child, .nivo-directionNav {
	height: 250px !important;
}

.nivoSlider {
	width: 1400px;
}

.nav {
	top: 10px;
}

a {
	outline: none;
	color: #999;
}

a:hover {
	color: #333;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ededed;
	margin: 20px 0 20px 0;
}

ul.arrowed {
	list-style: square url(../images/style/li-img.png);
	padding-left: 15px;
	line-height: 18px;
}

ul.arrowed li{
	margin-top: 5px;
	margin-bottom: 15px;
}

.blank {
	background-color: transparent;
}

#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;

}

#header {
	display: block;
	height: 160px;
}

#logo-container {
	position: absolute;
}

#logo {
	position: absolute;
}

.logo-sp {
	position: absolute;
	background: url(../images/logo_sp.png);
	margin-top: -26px;
	margin-left: -25px;
	width: 1px;
	height: 121px;
}

.welcome-text {
	margin-top: 15px;
}

.search-container {
	margin-top: 65px;
}

#search {
	background: #fff url(../images/search_icon.png) 95% center no-repeat;
	width: 128px;
	height: 35px;
	float: right;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px solid #f7f7f7;
}

.social-container {
	margin-top: 0px !important;
	margin-bottom: 3px !important;
}

.social-container .lines ul {
	margin-top: -12px;
}

.social-icons {
	display: block;
	height: 25px; float:right;
}

.social-icons li {
	display: inline-block;
	margin-left: 1px;
	/*margin-top: -2px;*/
}

.social-icons li:hover {
	opacity: 0.8
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.social-icons li  a, .social-icons li  img {
	display: block;
}

#header-nav {
	display: block;
	margin-top: 30px;
}

.nav {
	position: absolute;
	width: 180px;
	float: left;
	margin-right: 50px !important;
	margin-bottom: 6px;
	/*margin-top:-10px;*/    
	/*height: 320px; */

}

.nav li {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 10px;
	height: 17px;
}

.nav li a {
	 font-size:14px;
}
.nav li span {
	display: block;
	margin-top: 1px;
}

.sub-menu {
	position: absolute;
	width: 180px;
	display: none;
	padding-top: 10px;
	padding-bottom: 20px;
}

.sub-menu li {
	margin: 0;
	height: 15px;
	margin-bottom: 6px;
}

.menu-selector {
	position: absolute;
	display: block;
	width: 2px;
	height: 14px;
	margin-left: 190px;
	margin-top: 12px;
	background: #000000;
}

/* === STYLING NAVIGATION OF OTHER PAGES === */

#nav-header-container {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: -15px;
}

#nav-header-container .nav {
	display: block;
	position: relative;
	top: 0;
	margin-bottom: 20px;
}

#nav-header-container .nav li  {
	height: 17px;
	margin-bottom: 0;
}

#nav-header-container .nav li span{
	display: none;
}

#nav-header-container .nav li a{
	color: #999;
}

#nav-header-container .menu-selector {
	height: 10px;
	height: 10px;
}

#nav-header-container .nav li.current a {
	color: #666;
}

#nav-header-container .nav li.current ul li a {
	color: #999;
}

.nav li a:hover {
	color: #fff;
}

/* === STYLING HEADINGS OF OTHER PAGES === */

#heading-container {
	margin-top: 25px;
	display: block;
	float: left;
}

#heading-container h5{
	margin-left: 3px;
}

/* === STYLING SLIDER SETTINGS === */

#slider-container {
	width: 100%;
	margin-bottom: 20px;
	
}
     
#slider-top-separator {
	height: 10px;
	width: 100%;
	margin-top: -10px; azimuth      
	background: url(../images/style/strips.png);
}

#slider-shadow-container {
	height: 30px;
	width: 100%;
}

#slider-shadow-container::before {
	height: 30px;
	width: 50%;
	float: left;
	content: '';
	background: url(../images/style/slider-shadow-left.png) top left no-repeat;
}

#slider-shadow-container::after {
	height: 30px;
	width: 50%;
	float: right;
	content: '';
	background: url(../images/style/slider-shadow-right.png) top right no-repeat;
}

#slider-wraper {
	position: absolute;
	width: 100%;
	left: 0;
}

#slider {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 0 auto;
	background: url(../images/style/loading.gif) no-repeat 50% 50%;
}

.nivoSlider {
    position: absolute;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.nivoSlider a {
    border: 0;
    display: block;
}

.nivo-directionNav {
	position: absolute;
	width: 100%;
	left: 0;
}

.nivo-directionNav a {
	top: 100%;
	margin-top: -63px;
	display: block;
	width: 63px;
	height: 63px;
	z-index: 30;
}

.nivo-prevNav {
	background: url(../images/style/prev.png) top left no-repeat;
}

.nivo-nextNav {
	right: 0px;
	background: url(../images/style/next.png) top right no-repeat;
}

.nivo-caption {
	display: table;
	width: 50%;
	left: 50%;
	height: 100%;
	margin-left: -200px;
	background: none;
}

.nivo-caption > p {
	display: table-cell;
	vertical-align: middle;
}

.nivo-caption p > * {
	display: inline-block;
	float: left;
	clear: both;
	padding: 10px;
	background: #333;
	margin-top: 10px;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/* === STYLING MENU CONTAINER SETTINGS === */
#menu {
	position: relative;
	width: 210px;
}

#menu-bg {
	position: absolute;
	width: 210px;
	background: #333;
	opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

#menu-parent-child {
	position: absolute;
	width: 200%;
	background: #333;
	opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	left: -200%;
}

#menu-parent {
	position: absolute;
	width: 470px;
	/*background: purple;*/
	right: 0;
}

#menu-container {
	position: absolute;
	width: 100%;
	/*background: orange;*/
	right: 50%;
	z-index: 20;
}

/* === STYLING CONTENT SETTINGS === */

.content {
	display: block;
	overflow: hidden;
	width: 100%;
}

.line-sp {
	width: 940px;
	height: 1px;
	background-color: #ededed;
	margin-bottom: 20px;
}

/* === STYLING HEADING SEPARATORS SETTINGS === */

.heading {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 65px;
	color: #555;
}

.heading::after {
	content: '';
	position: absolute;
	top: 17px;
	height: 1px;
	width: 100%;
	background: #ededed;
}

.heading span {
	padding-right: 15px;
}

.heading-container {
	display: block;
	overflow: hidden;
}

/* === STYLING FRAMED IMAGE ALIGNMENT SETTINGS === */

.left-align {
	float: left;
	margin: 0 25px 0 0;
}

.right-align {
	float: right;
	margin: 0 0 0 25px;
}

/* === STYLING FRAMED IMAGE SETTINGS === */


.frame img {
	/*border: 5px solid #fff;*/
	display: block;
}

.frame {
	position: relative !important;
	display: inline-block;
	padding-bottom: 15px;
	padding-top: 5px;
}

.frame a {
	display: block;
}

.frame::before {
	display: block;
	position: absolute;
	content: '';
	height: 15px;
	width: 50%;
	left: 5px;
	top: 100%;
	margin-top: -15px;
	background: url(../images/style/frame-shadow-left.png) top left no-repeat;
	
}

.frame::after {
	display: block;
	position: absolute;
	content: '';
	height: 15px;
	width: 50%;
	right: 5px;
	top: 100%;
	margin-top: -15px;
	background: url(../images/style/frame-shadow-right.png) top right no-repeat;
}

/* === STYLING BLOCKQUOTE SETTINGS === */

blockquote {
	background: url(../images/quote.png) 5px 0px no-repeat;
	margin-bottom: 10px;
	display: block;
	float: left;
	padding: 10px 5px;
}

blockquote {
	text-indent: 50px;
	margin-top: 25px;
}

blockquote span {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-right: 30px;
}

/* === STYLING LATEST BLOG POSTS SETTINGS === */

.latest-blog-posts {
	display: block;
	width: 100%;
}

.latest-blog-posts li {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 40px;
}

.latest-blog-posts li:last-child {
	margin-bottom: 0;
}

.latest-blog-post-thumb {
	display: block;
	position: relative !important;
	width: 100px;
	height: 100px;
	float: left;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-top: 2px;
}

.latest-blog-post-thumb::before {
	display: block;
	position: absolute;
	width: 50%;
	height: 20px;
	content: '';
	top: 100%;
	left: 5px;
	margin-top: -20px;
	background: url(../images/style/frame-shadow-left.png) 0 -4px no-repeat;
	z-index: 0;
}

.latest-blog-post-thumb::after {
	display: block;
	position: absolute;
	width: 50%;
	height: 20px;
	content: '';
	top: 100%;
	right: 5px;
	margin-top: -20px;
	background: url(../images/style/frame-shadow-right.png) 100% -4px no-repeat;
	z-index: 0;
}

.latest-blog-thumb-container {
	display: block;
	z-index: 2;
	background: #000;
	/*border: 5px solid #fff;*/
}

.latest-blog-post-thumb img{
	
	position: relative;
	z-index: 1;
	width: 100px;
	height: 100px;
}

.corner {
	display: block;
	position: absolute;
	width: 65px;
	height: 65px;
	top: 0;
	right: 0;
	background: url(../images/style/corner.png) top right no-repeat;
	z-index: 3;
	/*opacity: 0.9;*/
}

.latest-blog-post-thumb a {
	display: block;
	position: absolute;
	line-height: 0 !important;
}

.blog-date {
	display: block;
	position: absolute;
	color: #666;
	width: 40px;
	top: -5px;
	right: 0px;
	z-index: 4;
	text-align: right;
}

.day {
	display: block;
	padding-bottom: 4px;
}

.month {
	padding-top: 5px;
	padding-left: 10px;
	border-top: 1px solid #ededed;
}

.latest-blog-post-details {
	display: block;
	float: left;
	width: 170px;
}

.latest-blog-post-details h5 {
	margin-bottom: 7px;
}

.latest-blog-post-details > a{
	display: inline-block;
}

.latest-blog-post-details small {
	display: block;
	margin-top: 2px;
	color: #ccc;
}

.latest-blog-post-details small a{
	color: #999;
}

.latest-blog-post-details small a:hover{
	text-decoration: underline;
}

/* === STYLING RECENT PROJECTS SETTINGS === */

.recent-projects {
	position: relative;
}

.recent-project-arrows {
	display: inline-block;
	position: absolute;
	top: -10px;
	right: 10px;
	height: 20px;
	
}

.recent-project-arrows li {
	display: inline-block;
	height: 20px;
}

.recent-project-arrows li:last-child {
	display: inline-block;	
}

.next {
	display: block;
	width: 12px;
	height: 20px;
	background: blue;
	background: url(../images/style/arrows_circle.png) right center no-repeat;
}

.next:hover {
	opacity: 0.5;
}

.prev {
	display: block;
	width: 12px;
	height: 20px;
	background: url(../images/style/arrows_circle.png) left center no-repeat;
}

.prev:hover {
	opacity: 0.5;
}

.button {
	display: inline-block;
	height: 23px;
	padding-left: 30px;
	background: url(../images/button.png) no-repeat;
}

/* LISTA FULL*/

.projects-list {
	display: block;
	width: 100%;

}

.projects-list li{
	display: block;
	width: 210px;
	float: left;
	margin-right: 40px;
}

.projects-list li:nth-child(3n+0) {
	margin-right: 0;
}

.projects-list li h5{
font-size:11px;
}

.project-details {
	display: block;
	background: #fff;
	padding: 15px 0 15px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	color: #ccc;
}

.project-details h5{
	margin-bottom: 2px;
}

.project-details a {
	display: inline;
	color: #ccc;
}

.project-details a:hover {
	color: #999;
	text-decoration: underline;
}


/*FIM LISTA FULL*/

.recent-projects-list {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 700px;
}

.recent-projects-list li{
	display: block;
	width: 210px;
	float: left;
	margin-right: 30px;
}

.recent-projects-list li:nth-child(3n+0) {
	margin-right: 0;
}

.projects-thumb > a {
	display: block;
	z-index: 0;
	background: #000;
}

.projects-thumb img {
	/*border: 5px solid #fff;*/
}

.projects-thumb {
	display: block;
	position: relative !important;
	padding-bottom: 20px;
}

.projects-thumb::before {
	display: block;
	position:absolute;
	content: '';
	width: 50%;
	height: 20px;
	top: 100%;
	left: 5px;
	margin-top: -20px;
	z-index: 1;
	background: url(../images/style/frame-shadow-left.png) top left no-repeat;
}

.projects-thumb::after {
	display: block;
	position:absolute;
	content: '';
	width: 50%;
	height: 20px;
	top: 100%;
	right: 5px;
	margin-top: -20px;
	z-index: 1;
	background: url(../images/style/frame-shadow-right.png) top right no-repeat;
}

.recent-project-details {
	display: block;
	background: #fff;
	padding: 15px 0 15px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	color: #ccc;
}

.recent-project-details h5{
	margin-bottom: 2px;
}

.recent-project-details a {
	display: inline;
	color: #ccc;
}

.recent-project-details a:hover {
	color: #999;
	text-decoration: underline;
}

.project-corner {
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	top: 5px;
	right: 5px;
	/*background: url(../images/style/ltl-corner.png) top right no-repeat;*/
}

.projects-thumb a {
	position: relative;
	line-height: 0 !important;
}

.thumb-cover {
	display: block;
	position: absolute;
	width: 210px;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/style/ltl-corner.png) top right no-repeat;
	display: none;
	overflow: hidden;
}

.thumb-more {
	display: block;
	position: absolute;
	width: 210px;
	height: 150px;
	top: 100%;
	/*background: url(../images/style/more.png) center center no-repeat;*/
}

/* === STYLING LAYOUT BLOCKS SETTINGS === */

.block {
	overflow: hidden;
	display: inline-block;
	padding: 0px 5px;
	margin-right: 20px;
	margin-bottom: 25px;
	float: left;
}

.clearfix {
	clear: both;
}

.full-width {
	width: 100%;
	clear: right;
}

.one-half {
	width: 450px;
}

.one-third {
	width: 290px;
}

.one-fourth {
	width: 210px;
}

.three-fourths {
	width: 700px;
}

.two-thirds {
	width: 610px;
}

.last {
	margin-right: 0;
	clear: right;
}

.content-left {
	width: 700px;
	float: left;
	margin-right: 20px;
}

.sidebar-right {
	width: 220px;
	float: left;
	clear: right;
}

.sidebar-left {
	width: 220px;
	float: left;
	clear: right;
	margin-right: 20px;
}

.content-right {
	display: block;
	width: 760px;
	float: left;
}

.content-full {
	display: block;
	width: 980px;
	
}

/* === STYLING WIDGET SETTINGS === */

.widget {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #ededed;
}

.widget:first-child {
	margin-top: 0;
}

.widget:last-child{
	border: none;
}

.widget h2{
	margin-bottom: 10px;
}

.search-blog-container {
	float: left;
}

.categories {

}

.popular-posts {

}

.search {
	border: none;
	padding-bottom: 0;
}

/* === STYLING UNORDERD AND ORDERD LISTS SETTINGS === */

.ul_with_dots {
	display: inline-block;
	list-style: disc outside;
	padding-left: 20px;
}

ol {
	display: inline-block;
	list-style-type: decimal;
	padding-left: 20px;
}

.with-arrows {
	list-style: square url(../images/style/li-img.png);
	padding-left: 15px;
	line-height: 18px;
}

/* === STYLING BLOG PAGE === */

.blog-post {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

.blog-post .frame {
	margin-top: 5px;
}

.frame .img-container {
	background: #000;
}

.blog-post-details-container {
	display: block;
	width: 210px;
	float: left;
}

.blog-post-details-container .blog-date{
	top: 0px;
}

.blog-post-details-container .corner{
	top: 5px;
}

.blog-post-details {
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 30px;
	border-right: 1px solid #ededed;
}

.no-image .blog-post-details {
	margin-top: 45px;
}

.blog-post-details > a{
	display: inline-block;
}

.blog-post-details small {
	display: block;
	margin-bottom: 3px;
	color: #ccc;
}

.blog-post-details small a{
	color: #999;
}

.blog-post-details small a:hover{
	text-decoration: underline;
}

.blog-excerpt {
	width: 430px;
	float: left;
	margin-left: 40px;
}

.blog-excerpt h2{
	margin-bottom: 5px;
}

.margin-bottom {
	width: 100%;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 50px;
}

.posted a {
	text-decoration: underline;
}

.pagination {
	display: block;
	width: 420px;
	float: right;
	margin-right: 30px;
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid #ededed;
	
}

.pagination li{
	display: inline-block;
	margin-right: 15px;
}

#search-blog {
	background: #fff url(../images/search_icon.png) 95% center no-repeat;
	width: 128px;
	height: 35px;
	float: right;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px solid #f7f7f7;
}

.margin {
	margin-top: 18px;
}

.more {
	display: inline-block;
	margin-top: 20px;
}

li.current-page a{
	color: #333;
}

/* === STYLING CONTACTS PAGE === */


#contacts input {
	width: 207px;
	height: 11px;
	padding: 8px;
	margin-bottom: 10px;
	outline: none;
}

#contacts textarea{
	width: 427px;
	height: 135px;
	padding: 8px;
	margin-bottom: 10px;
	outline: none;
	resize: none;
	overflow: hidden;
}

#contacts button {
	background: url(../images/button.png) no-repeat;
	height: 23px;
	float: left;
	padding-left: 30px;
	cursor: pointer;
}

#subscribe {
	background: #fff url(../images/style/subscribe.png) right center no-repeat;
	width: 128px;
	height: 35px;
	float: right;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px solid #f7f7f7;
}

.social-icons-widget li {
	display: inline-block;
	margin-right: 1px;
	margin-top: 0;
}


/* === NEW MEDIA PEDIDO ORÇAMENTO === */
.pedido-orcamento-form {
	margin-top: 35px;
	margin-bottom: 30px;

	overflow: hidden;
}

.pedido-orcamento-form input[type='text'], .pedido-orcamento-form textarea {

	height: 35px;
    	width: 735px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #cdcdcd;
	clear: both;
}

.pedido-orcamento-form textarea {
	width: 735px;
	height: 150px;
	padding-top: 7px; 
}



.pedido-orcamento-form button:hover {
	color: #666;
}

.pedido-orcamento-form input:focus, .pedido-orcamento-form textarea:focus {
	border-color: #ccc;
}



/* === STYLING BLOG-POST PAGE === */


#contacts-blog-post {
	margin-top: 35px;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

#contacts-blog-post input, #contacts-blog-post textarea {
	width: 630px;
	height: 35px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #cdcdcd;
	float: left;
	clear: both;
}

#contacts-blog-post textarea {
	width: 630px;
	height: 150px;
	padding-top: 7px; 
}

#contacts-blog-post button {
	float: left;
	background: url(../images/button.png) no-repeat;
	height: 23px;
	float: left;
	padding-left: 30px;
	margin-top: 15px;
	cursor: pointer;
	clear: both;
}

#contacts-blog-post button:hover {
	color: #666;
}

#contacts-blog-post input:focus, #contacts-blog-post textarea:focus {
	border-color: #ccc;
}

.posted-by {
	border-top: 1px solid #ededed;
	padding-top: 20px;
}

.responses {
	border-top: 1px solid #ededed;
	margin-top: 40px;
	padding-top: 20px;
}

.single-blog-post {
	width: 110px;
	padding: 0;
	padding-right: 15px;
	margin-top: 49px;
}

.blog-post-content {
	width: 530px;
	margin-right: 0;
}

.blog-post-content hr {
	margin-top: 5px;
	/*border-bottom: 1px dotted #ededed;
	background: none;*/
}

.single-blog-post-details {
	display: block;
	float: left;
	width: 170px;
	
}

.single-blog-post-details h5 {
	margin-bottom: 7px;
}

.single-blog-post-details > a{
	display: inline-block;
}

.single-blog-post-details small {
	display: block;
	margin-bottom: 2px;
	color: #ccc;
}

.single-blog-post-details small a{
	color: #999;
}

.single-blog-post-details small a:hover{
	text-decoration: underline;
}

.about-author h3 {
	margin-bottom: 5px;
}


.blog-post-content h2
{
    margin-top: 20px;
	margin-bottom: 10px;
}

.responses-list .separator{
	margin-top: 10px;
	margin-bottom: 0;
}

.response {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}

.response-container {
	display: table-row;
}

.response-thumb {
	display: table-cell;
	vertical-align: top;
	width: 0;
}

.response-content {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.response-content h4, .response-text {
	margin-left: 20px;
}

.response-text  {
	margin-top: 10px;
	margin-bottom: 10px;
}

.response-date {
	position: absolute;
	top: -3px;
	right: 0;
	display: inline-block;
	margin-top: 8px;
	color: #ccc;
}

.response-text {
	
}

.reply {
	margin-left: 60px;
}

.response-thumb-frame {
	width: 70px;
	height: 70px;
}

.response-thumb-frame::before {
	background-position: 0 -4px;
	left: 0;
}

.response-thumb-frame::after {
	background-position: 100% -4px;
	right: 0;
}

.blog-single-post {
	top: -2px;
}

/* === STYLING GALLERY PAGE === */



.projects {
	position: relative !important;
	width: 700px;
	overflow: hidden;
}

.projects li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 45px;
	overflow: hidden;
}

.four-columns li:nth-child(3n+0) {
	margin-right: 0;
}

.tree-columns li:nth-child(3n+0) {
	margin-right: 0;
}

.gallery-filter li a {
	color: #B3B3B3;
}

.gallery-filter li a:hover {
	color: #666;
}

.hidden {
	display: none;
}

li.acitve a{
	color: #d2a628;
}

/* === STYLING 2 COLUMNS GALLERY PAGE === */

.two-columns li {
	width: 330px;
}

.two-columns li:nth-child(2n+0) {
	margin-right: 0;
}

.two-columns li  .thumb-cover {
	width: 330px;
	height: 100%;
}

/* === STYLING PORTFOLIO-SINGLE PAGE === */
.project-images .frame {
	margin-bottom: 20px;
}

.portfolio-single {
	text-align: left;
	padding-right: 0px;
	border-right: none;
	margin-top: 5px;
	width: 210px;
}

.hr-portfolio-single {
	margin-top: 0px;
	width: 210px;
}

.visit-the-site { 
	margin-bottom: 15px;
}

.about-project {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px 0px;
}

.about-project h3{
	margin-bottom: 5px;
}

.portfolio-single-blockquote {
	margin-top: 0;
}

.portfolio-single-blockquote span{
	margin-right: 0;
}


/* === STYLING ARCHIVES PAGE === */

.archive-list .archive-list-by-date {
	margin-top: 20px;
}

.archive-list-by-date li{
	margin-bottom: 15px;
}

.archive-posts {
	margin-top: 10px;
	margin-left: 20px;
}

.archive-posts li {
	margin-bottom: 5px;
}

.archive-posts li a {
	color: #999;
}

.archive-posts li a:hover {
	color: #333;
}

.archive-latest {
	margin-bottom: 0 !important;
	margin-top: 15px !important;
}

/* === STYLING 404 ERROR PAGE === */

.error-404 {
	display: block;
	text-align: center;
	height: 300px;
	margin-top: 100px;
}

.separator {
	margin-top: 60px;
	margin-bottom: 20px;
}

.lines {
	display: table-row;
	width: 100%;
	margin-top: 70px;
	white-space: nowrap;
	border-margin: 20px;
}

.lines div {
	display: table-cell;
	padding: 0 15px 0 15px;
	margin-bottom: 50px;
}

.lines::before {
	display: table-cell;
	content: '';
	width: 50%;
	height: 1px;
	border-top: 1px solid #ededed;
}

.lines::after {
	display: table-cell;
	content: '';
	width: 50%;
	height: 1px;
	border-top: 1px solid #ededed;
}

.lines div > *{
	display: block;
	margin-top: -9px;
	margin-bottom: 20px;
}

.left .lines div {
	padding: 0 15px 0 0;
}

.left .lines::before {
	width: 0;
}

.left .lines::after {
	width: 100%;
}

.right .lines div {
	padding: 0 0 0 15px;
}

.right .lines::before {
	width: 100%;
}

.right .lines::after {
	width: 0;
}

.to-top {
	cursor: pointer;
}

#footer {
	display: block;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 0px;
	overflow: hidden;
}

#footer h3 {
	text-align: center;
	margin-top: -10px;
	padding: 0px 10px;
	display: block;
	margin-bottom: 80px;
}

#logo-footer {
	margin-top: 10px;
	margin-bottom: 30px;
}

.contact-us {
	margin-top: 25px;
}

.social-icons-footer li {
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-top: 40px;
}

#twitter_update_list {
	margin-top: 25px;
}

#twitter_update_list li {
	display: block;
	list-style: none;
	margin-bottom: 30px;
	color: #999;
}

#twitter_update_list li a {
	display: block;
	color: #ccc;
	margin-top: 12px;
}

#twitter_update_list li a:first-child {
	color: #666;
}

#twitter_update_list li span a {
	display: inline;
}

#twitter_update_list li span a:hover {
	text-decoration: underline;
}

#contact-form {
	margin-top: 30px;
}

.footer-popular-posts ul {
	margin-top: 25px;
}

#contact-form input {
	width: 300px;
	height: 35px;
	padding-left: 10px;
	border: 1px solid #cdcdcd;
	margin-bottom: 10px;
}

#contact-form textarea {
	width: 300px;
	height: 80px;
	padding-left: 10px;
	padding-top: 8px;
	border: 1px solid #cdcdcd;
	margin-bottom: 10px;
	outline: none;
	overflow: hidden;
	resize: vertical;
}

#contact-form input:focus, #contact-form textarea:focus {
	border-color: #ccc;
}

#contact-form button {
	background: url(../images/button.png) no-repeat;
	height: 23px;
	float: left;
	padding-left: 30px;
	cursor: pointer;
}

#contact-form button:hover {
	color: #666;
}

#contact-form button span {
	margin-top: 3px;
	float: left;
}

.footer-bar
{
    display: block;
	width: 100%;
	border-top: 1px solid #ededed;
	padding-top: 15px;
	height: 35px;
background-color: #0f0f0f; margin-left: auto; margin-right: auto;
        background-image: url(../images/barra_footer.png); background-position: center bottom;
        background-repeat: no-repeat; border-top: solid 1px #ffffff
}
.footer-menu {
	background-color: #0f0f0f; height: 60px;
}

.footer-menu span {
	color: #f8c65c;
	float: left;
}

#nav-bar {
	float: right;
}

#nav-bar  li{
	display: inline;
	margin-left: 20px;
	margin-right: 0px;
	color: #f8c65c;
}

#nav-bar  li a{
	color: #f8c65c;
}

#nav-bar  li a:hover{
	color: #f5e6b8;
}



/* === STYLING POST ICONS PAGE === */

.post-icon {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.image .post-icon {
	background: url(../images/style/image-icon.png) center center no-repeat;
}

.page .post-icon {
	background: url(../images/style/page-icon.png) center center no-repeat;
}

.link .post-icon {
	background: url(../images/style/link-icon.png) center center no-repeat;
}


/* === STYLING ELEMENTS === */

.message-box {
	display: block;
	padding: 15px 15px 15px 60px;
	margin-bottom: 15px;
}

.notification {
	border: 1px solid #cae9fe;
	background: #e7f5ff url(../images/style/message-box/notification.png) 10px center no-repeat;
}

.error {
	border: 1px solid #fecaef;
	background: #ffe7f8 url(../images/style/message-box/error.png) 10px center no-repeat;
}

.success {
	border: 1px solid #dcfeca;
	background: #efffe7 url(../images/style/message-box/success.png) 10px center no-repeat;
}

.warning {
	border: 1px solid #fef8ca;
	background: #fffce7 url(../images/style/message-box/warning.png) 10px center no-repeat;
}

.toggle li {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.toggle li .toggle-item-content {
	
	padding: 0px 15px 10px 30px;
	overflow: hidden;
	display: none;
}

.toggle li.open-item .toggle-item-content {
	display: block;
	height: auto;
	
}

.toggle li.open-item  > a{
	background-position: left -43px;
}

.toggle li.is-open > a {
	background-position: left -43px;
}

.toggle li.is-closed > a {
	background-position: left 7px;
}

.toggle li > a {
	display: block;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ededed;
	background: url(../images/style/toggle.png) left 7px no-repeat;
}


.tab-box  {
	display: block;
	position: relative;
}

.tab-box .tabs li {
	display: inline-block;
	padding: 8px 8px 5px 8px;
	margin: 0;
	border: 1px solid #ededed;
	border-right-color: transparent;
	background: #fff;
	border-bottom: none;
}

.tabs {
	position: relative;
	z-index: 10;
}

.tab-box .tabs li:last-child {
	border-right: 1px solid #ededed;
}

.tab-box .tab {
	margin-top: -1px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 0;
}

.tab-box .tabs li.active-tab {
	border-right: 1px solid #ccc;
	border-bottom: none;
	padding-bottom: 6px;
	border-color: #ccc;
}

.tab-box .tabs li.active-tab a{
	color: #333;
}

/*
body {
  cursor:url("../images/cur1033.png") 8 8,-moz-grab;
  *cursor:url(../images/cur1033.cur);
}

body a, a:active, a:hover, a:visited{
   cursor:url("../images/cur1033.png") 8 8,-moz-grab;
  *cursor:url(../images/cur1033.cur);
}
*/

.idioma {
 list-style:none; margin-left:15px; margin-top:0px; float:right; }
.idioma li {
       float:left; padding-left:3px
}

.idioma li img {
       opacity:0.8;
}
.idioma li img:hover {
       opacity:1;
}

.botoes_header a {opacity:0.8
}

.botoes_header a:hover {opacity:1
}

.newsletter_form input[type=text] {
	width: 190px;
	height: 25px;
	padding-left: 10px;
	border: 1px solid #efefef;
	margin-bottom: 10px;
}



.newsletter_button {
	background: url(../images/button.png) no-repeat;
	height: 23px;
	margin:0px;
	padding-left: 30px;
	cursor: pointer;
    border:none;
    font-size:12px;
    vertical-align:bottom;
    display:block;
    width:150px
}

.newsletter_button span{

	padding-top: 13px;

    display:block;

}

.newsletter_button:hover {
	background: url(../images/button.png) no-repeat;
	height: 23px;

	padding-left: 30px;
	cursor: pointer;
    border:none;
    color:#e0a506;
}


/* List */

ul.list {
	margin: 20px;
}
ul.list li {
	margin-bottom: 10px;
}

ul.list.icons li i {
	color: #CCC;
	margin-right: 5px;
}

ul.list.pull-left li {
	text-align: left;
}

/* Feature Box */
div.feature-box {
	clear: both;
    height:40px;
}

div.feature-box div.feature-box-icon {
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	background: #CCC;
	border-radius: 35px;
	color: #FFF;
	display: inline-block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 5px;
	width: 35px;
}

div.feature-box div.feature-box-info {
	padding-left: 50px;
    padding-top:10px;
}

div.feature-box div.feature-box-icon i.image-icon {
	position: relative;
	top: 5px;
}

div.feature-box div.feature-box-icon i.image-icon.small {
	top: 2px;
}





.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d2a528), color-stop(1, #e3ba49));
	background:-moz-linear-gradient(top, #d2a528 5%, #e3ba49 100%);
	background:-webkit-linear-gradient(top, #d2a528 5%, #e3ba49 100%);
	background:-o-linear-gradient(top, #d2a528 5%, #e3ba49 100%);
	background:-ms-linear-gradient(top, #d2a528 5%, #e3ba49 100%);
	background:linear-gradient(to bottom, #d2a528 5%, #e3ba49 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2a528', endColorstr='#e3ba49',GradientType=0);
	background-color:#d2a528;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #d2a528;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:5px 76px;
	text-decoration:none;
	text-shadow:0px 1px 0px #d2a528;
    
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e3ba49), color-stop(1, #d2a528));
	background:-moz-linear-gradient(top, #e3ba49 5%, #d2a528 100%);
	background:-webkit-linear-gradient(top, #e3ba49 5%, #d2a528 100%);
	background:-o-linear-gradient(top, #e3ba49 5%, #d2a528 100%);
	background:-ms-linear-gradient(top, #e3ba49 5%, #d2a528 100%);
	background:linear-gradient(to bottom, #e3ba49 5%, #d2a528 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3ba49', endColorstr='#d2a528',GradientType=0);
	background-color:#e3ba49;
}
.myButton:active {
	position:relative;
	top:1px;
}



