/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
	background-image:url(../images/background.jpg);
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

p {
	line-height:24px;
}

a {color: #555; text-decoration: none;}

h2 {font-size:32px;color:#3574a0; margin:0 0 20px 0;}

h3 {margin: 30px 0 10px 0;}

h4 {text-align:center;}

#content ul {margin:0 0 0 40px;}
#content li {margin:0 0 10px 0;}

.container {
	width: 100%;
	position: relative;
}

#header {
	height:170px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

.container > header{
	padding: 30px ;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position:relative;
}

#nav a:hover {
	color: #F60;}

/* NAV */ /*
#nav {
	float: right;
	padding-top: 80px;
}

#nav a {
    display: inline-block;
    margin: 10px;
    color: #FFF;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

#nav a:hover {
	color: #F60;
	border-color: #F60;
}

/*Content*/

#main {
	background:#FFF;
	padding: 30px 50px 10px 50px;
	position:relative;
	width:100%;
	margin: 0 auto;
	min-height:600px;
	height:auto;
	overflow:auto;
}

#content {
	max-width:750px;
	margin:auto;
	position:relative;
	overflow:auto;
}


.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

#footer {
	padding: 10px 7px 0px 7px ;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position:relative;
}

#footer p{
	z-index:1;
	text-align: center;
	color:#FFF;
	margin-bottom:0;
	padding-top:5px;
	padding-bottom:10px;
}

#footer a{
	color:#FFF;
}

.face {
	position:absolute;
	top:15px;
	right:0;
	
}

.face:hover {
	opacity:0.5;
}

.face img{
	height:25px;
}


/* Empresa */
.line {
	overflow:auto;
	margin-top:10px;
}

.me {
	float:left;
	width: 150px;
	margin:30px 0 0 0px;
}

.me img {
	border: 2px solid #155384; 
}

.box {
	float:right;
	width:75%;
	margin-top:8px;	
}

/* Serviços */
.line h2 {margin-bottom:0;}
.text {margin:0 0 10px 0;}
.col1 {width:43%; float:left; margin:0 60px 0 20px;}
.col2 {width:43%; float:left; margin:0 0 0 20px;}


/* clientes gallery */
.client-gallery li{list-style:none;display:inline-block;text-align:center;}
.client-gallery img{width:135px;height:65px; margin:10px 20px;

-webkit-filter: grayscale(100%);
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;}

img:hover {-webkit-filter: grayscale(0%);
transition:All 0.2s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;}
}

/* portifolio gallery */
.port-gallery {
	list-style:none;
	display:inline-block;
	position:absolute;
}

.port-gallery img{width:120px;}

.ff-items {
	position: relative !important;
	overflow: auto !important;
	}

.fancybox-nav span{visibility:visible !important;}

/* depoimentos */
.testimonials-list { margin-bottom:0; padding: 20px 0; overflow:auto; }
.testimonials-list .thumb-testimonial { float:left; text-align:left; width: 143px; position: relative; }
.testimonials-list .thumb-testimonial img { width: 133px; height: 133px; margin-bottom: 0; border:2px solid #155384;}
.testimonials-list .thumb-testimonial p { clear:both; background-color: #fff; padding: 2px 10px 0 0; text-align:center; }
.testimonials-list .name-testimonial { line-height: 1.5em; margin:0;  }  
.testimonials-list.no-thumb .thumb-testimonial { height:40px; width:110px; }
.testimonials-list.no-thumb .thumb-testimonial p.name-testimonial { left:0; bottom:auto; top:0; }
.testimonials-list span.title { font-weight: 400; font-size: 16px; color:#155384; display:block; }
.testimonials-list span.website a { font-size: 13px; color:#7b7a7a; display:block; }
.testimonials-list .the-post { padding:0px 0 0 35px; background: url(/images/depoimentos/sep-testimonials.png) no-repeat left 0px; margin-left:150px; }
.testimonials-list.no-thumb .the-post { margin-left:115px; }

/* form style */

#full {margin: 0 auto; max-width:350px;}
#full h2 {text-align:center;}

.form-style{
	max-width: 450px;
	padding: 0 0 20px 0;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 30px 0;
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 90px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 57px;
    text-align: center;
	height:30px;
}
.form-style  .long{
    width: 180px;
}
.form-style input.input-field{
    width: 250px;
	height:30px;
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #266996;
}
.form-style .textarea-field{
    height:150px;
    width: 250px;
	font: 13px Arial, Helvetica, sans-serif;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    background-color: #333;
    display: inline-block;
	border:1px solid #EBEBEB;
	border-radius:5px;
    cursor: pointer;
    color: #FFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background-color: #666;
}
.form-style .success{
	font-weight: bold;
	color: #3574a0;
	width:350px;
	line-height:24px;
	text-align:center;
	font-size:16px;
}
.form-style .error {
	background: #af1e23;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FFF;
	border-left: 3px solid #af1e23;
}
