/* -----------------------------------------------------------------------------------------------
Theme Name: Falabella Arquitetura - Projetos
Theme URL: http://www.falabella.com.br

------Table of Contents-------

- Defaults
- General
- Fonts
- Buttom Style
- Navigation
- First Break: max-width: 660px - Mobile Portrait to Mobile Landscape
- Second Break: 661px to 1024px - All Mobile Sizes + Tablet Portrait to Tablet Landscape
- Third Break: min-width: 1025px - Standard Desktop
- Portolio Hover

----------------------------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------------------------
Defaults
----------------------------------------------------------------------------------------------- */

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

img { 
	border:0;
}

p { 
  margin-bottom: 1em; 
}

ol, ul { 
  margin-left: 2em; 
}

ul li {
  list-style: none;
}

h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{
  padding:0;
  margin:0;
  font-size:100%;
  font-weight:normal;
  font-style: normal;
}


/* -----------------------------------------------------------------------------------------------
General
----------------------------------------------------------------------------------------------- */

body {
	background: #FFF;
	background-image: url("../images/background.jpg"); /* fallback */
	width:100%;
	margin: 0 auto;
	text-align:left; 
	font-family: arial, sans-serif;
	font-size:11px;
	line-height:1.5em;
}

#projects {
    text-align: center;
    font-family: 'OstrichSansMedium'; Arial, Helvetica, sans-serif;
    font-size:23px;
    margin-top: -40px;
    margin-bottom: -15px;
    letter-spacing: 1px;
    color: #414141;
}

.underline {
    border: 1px dotted #dee0e0;
    margin-bottom: 30px;
    width: 630px;
}

#twitter img{
     opacity:1;
    -webkit-transition: opacity;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
}

#twitter img:hover {
    opacity: 0.6;
-webkit-transition: opacity;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s; 
}

#facebook img{
     opacity:1;
    -webkit-transition: opacity;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
}

#facebook img:hover {
    opacity: 0.6;
    -webkit-transition: opacity;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
}

h3 .centro {
    font-size: 2px;
}



/* -----------------------------------------------------------------------------------------------
Fonts
----------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'OstrichSansMedium';
    src: url('ostrich-regular-webfont.eot');
    src: url('ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich-regular-webfont.woff') format('woff'),
         url('ostrich-regular-webfont.ttf') format('truetype'),
         url('ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* -----------------------------------------------------------------------------------------------
Buttom Style
----------------------------------------------------------------------------------------------- */

.freshdesignweb-buttom{
	font-family: 'Open Sans Condensed','Arial Narrow', Arial, sans-serif;
	color:#009;
	line-height: 24px;
	font-size: 11px;
    background: rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	position: relative;
	box-shadow: 3px 0px 5px rgba(0,0,0,0.2);
}

.freshdesignweb-buttom a{
	padding: 0px 10px;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}

.freshdesignweb-buttom a:hover{
	background:#FFF;
}

.freshdesignweb-buttom span.right{
	float: right;
	font-weight:bold;
}

.freshdesignweb-buttom span.right a{
	display: block;
}

.freshdesignweb{ 
    margin:0 auto;
	width:650px;
}


/* -----------------------------------------------------------------------------------------------
Navigation
----------------------------------------------------------------------------------------------- */

.navigation {
    position: relative;
    height: 200px;
    width: 500px;
    margin: 20px auto;
    margin-top: 0px;
}

.nav-items2 {
    text-align: center;
    position: relative;
    font-family: 'OstrichSansMedium', arial, sans-serif;
    letter-spacing: 1px;
    font-size: 25px;
    z-index:1;
    padding-bottom: 2px;
}

.nav-items2 li {
    list-style-type: none;
    display: inline;
    padding-right: 28px;
}

.nav-items2 li a {
    text-decoration: none;
    color: #414141;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s; 
}

.nav-items2 li a:hover {
    color: #bf0a03;
}

.nav-items2 li.active-link a{
  color: #bf0a03;
}

.last {
    margin-right: -29px;
}

.main-title {
    text-align: center;
    margin-top: -1px;
    margin-bottom: 21px;
}

.background {
    position:absolute;
    opacity:0.05;
    filter: alpha(opacity=5);  
    -moz-opacity: 0.05; 
    -khtml-opacity: 0.05; 
    border-radius: 6px; 
    -moz-border-radius: 6px;  
    -webkit-border-radius: 6px; 
    background-color: #000;
    height: 225px;
    width: 500px;
    margin: 20px auto;
    margin-top: -210px;
}

.box{
	font-size: 13px;
}


/* -----------------------------------------------------------------------------------------------
First Break: max-width: 660px - Mobile Portrait to Mobile Landscape
----------------------------------------------------------------------------------------------- */

@media screen and (max-width: 660px) { 

.background {
    width: 100%;
}

.navigation {
    width: 100%;
}

.nav-items2 {
    font-size: 18px;
}

.nav-items2 li {
    list-style-type: none;
    display: inline;
    padding-right: 15px;
    margin-left:-6px;
}

.footer {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    font-family:  arial, sans-serif;
    font-size: 13px;
    color: #414141;
}

.footer a{
    color: #414141; 
    text-decoration: underline;
}

#facebook {
    text-align: center;
    margin-left: -20px;
    margin-top: -25px;
    padding-bottom: 20px;
}

#twitter {
    text-align: center;
    margin-left: 26px;
}

.horizontalRule {
    clear:both; 
    width:90%;
}

.freshdesignweb{ 
    width:240px;

}

.image_grid {
    overflow:hidden;
    width:330px;
    margin-left: -33px;
}

#teste {
    margin-top: -20px;
    margin-left: -10px;
}

.main-title {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 14px;
}

#top {
    text-align:center; 
    margin-bottom: 13px; 
    margin-top: -10px;   
}

.underline {
    border: 1px dotted #dee0e0;
    margin-bottom: 20px;
    width: 300px;
}

#projects {  
    margin-top: -47px;
}

}


/* ------------------------------------------------------------------------------------
Second Break: 661px to 1024px - All Mobile Sizes + Tablet Portrait to Tablet Landscape 
------------------------------------------------------------------------------------ */
    
@media screen and (min-width: 661px) and (max-width: 1024px) { 

.footer {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    font-family:  arial;
    font-size: 13px;
    color: #414141;
}

.footer a{
    color: #414141; 
    text-decoration: underline;
}

#facebook {
    text-align: center;
    margin-left: -20px;
    margin-top: -25px;
}

#twitter {
    text-align: center;
    margin-left: 26px;
}

.horizontalRule {
    clear:both; 
    width:90%;
}

.image_grid {
    float:left;
    overflow:hidden;
    width:700px;
    position:relative;
    margin-left: 7px;
}

#teste {

    margin-top: 510px;
    font-size: 1px;
}

#top {
    display: none; 
}

.main-title {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 21px;
}

}


/* ------------------------------------------------------------------------------------
Third Break: min-width: 1025px - Standard Desktop
------------------------------------------------------------------------------------ */

@media screen and (min-width: 1025px) { 

.footer {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    font-family:  arial, sans-serif;
    font-size: 13px;
    color: #414141;
}

#facebook {
    margin-right: 7%;
    margin-top: -42px;
    float: right;
}

#twitter {
    margin-right: 5%;
    margin-top: -42px;
    float: right;
}

.horizontalRule {
    clear:both; 
    width:90%;
}

.image_grid {
    float:left;
    overflow:hidden;
    width:700px;
    position:relative;
    margin-left: 7px;
}

#top {
    display: none; 
}

#wrapper {
    width: 1050px;
    margin: 20px auto;
}

#teste {
    margin-bottom: 491px;
    font-size: 1px;
}

}


/* -----------------------------------------------------------------------------------------------
Portolio Hover
----------------------------------------------------------------------------------------------- */

.da-thumbs li ,
.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background-image:url(../images/image_hover.png);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;

}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}

.da-thumbs {
text-align:center;
}

.da-thumbs li  article h3{
color:#f6f6f6;
padding-top:30px;
}




.da-thumbs li  article em{
margin-bottom:10px;
color:#f6f6f6;
display:block;
font-size: 12px;
}

.da-thumbs li  article span{
display:inline-block;
}

span.link_post{
display:block;
width:35px;
height:35px;
background-color:#292828;
border-radius:50px;
cursor:pointer;
background-image:url(../images/link_post_icon.png);
background-repeat:no-repeat;
background-position:center;
margin-right:-2px;
}


span.link_post {
   opacity:0.7;
    -webkit-transition: opacity;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
}

span.link_post:hover {
  opacity:1;
    -webkit-transition: opacity;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
}

span.zoom{
overflow:hidden;
display:block;
width:35px;
height:35px;
background-color:#DF6232;
border-radius:50px;
cursor:pointer;
background-image:url(../images/zoom_icon.png);
background-repeat:no-repeat;
background-position:center;
margin-left:10px;
}

.portfolio_2col article h3{
padding-top:70px !important;
}

/* Image Grid */

.image_grid li{
	float: left;
	line-height: 17px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	margin-bottom:23px;
	margin-right:23px;
	text-align:center;
}