body {
/*	background-image: url(../img/ps_neutral.png);
	background-position: initial initial;
	background-repeat: initial initial;
*/
	color: #2c3e50;
}

ul {
	list-style-type: none;
}

.top-bar .name h1 a{
	font-family: Arial, Helvetica, sans-serif;
	color: #F1C40F;
}
.top-bar{
	background: none repeat scroll 0 0 #95A5A6;
	margin-bottom: 25px;
}
.top-bar-section li a:not(.button){
	background: none repeat scroll 0 0 #95A5A6;
	color: #ECF0F1;
}
.top-bar-section li a:hover:not(.button){
	background: none repeat scroll 0 0 #2ba6cb;
	color: #ECF0F1;
}

.top-bar-section .has-form{
	background: none repeat scroll 0 0 #95A5A6;
}
.top-bar.expanded .title-area{
	background: #95A5A6; 
}
footer{
	background: #ecf0f1;
	height: auto;
	color: #2c3e50;
}

footer ul li a, footer ul li a:hover{
    color: #2c3e50;
    text-decoration: underline;
}

footer h6{
    color: #2c3e50;
}
.foundicon-phone:after           { content: " "; }
.foundicon-address-book:after    { content: " "; }
.foundicon-mail:after             { content: " "; }
.foundicon-facebook:after           { content: " "; }
.foundicon-google-plus:after    { content: " "; }
.foundicon-twitter:after             { content: " "; }

.index_sub_menu {
	height: 100%;
	position: relative;
}
.index_sub_menu img{
	display: block;
}
.index_sub_menu div{
	background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #FFFFFF;
    font-size: 0.875em;
    padding: 10px 10px 0;
    position: absolute;
    width: 100%;
    text-align: right;
}
textarea {
	height: 9.9em;
}
.m_bottom_30{
	margin-bottom: 30px;
}
.da-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.da-thumbs li {
	display: inline-block;
	margin: 0;
	position: relative;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/35-1.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
.antes_depois{
	background: url('/img/servicos/antes-depois.jpg') 0 0 no-repeat;
	height: 250px;
	background-position: 0px 0px;

    /*Transition Parameters*/
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
.antes_depois:hover {
    background-position: 0px -260px;
}
.orbit-bullets, .orbit-slide-number, .orbit-prev, .orbit-next{
	display: none;
}