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

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

- Defaults
- Fonts
- General


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

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

html, body, div, span, applet, object,h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%; 
    font: inherit; 
    vertical-align: baseline; 
}

a img { 
    border: none; 
 }

object, iframe{max-width: 100%;}

/* -----------------------------------------------------------------------------------------------
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;

}


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

body {
    background: #FFF;
    background-image: url("../images/background.jpg"); /* fallback */
    font-family: Arial, sans-serif;
    font-size: 84%;
    line-height: 1.5;
    padding: 20px 0 0 0;
    color: #414141;
}

.underline {
    border: 1px dotted #dee0e0;
    margin-bottom: 0px;
    width: 743px;
    margin-top: 68px;
    margin-left: 145px;
}

#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;
}

#form1_submit{
    background-color: #e7e7e9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    color: #414141;
    text-decoration: none;
    cursor: pointer;
     border:none;
    font-family: 'OstrichSansMedium', arial;
    font-size: 21px;
    letter-spacing: 1px;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
    width: 85px;
    height: 30px;
    padding-top: 6px;
}

#form1_submit:hover {
    border: none;
    background:#414141;
    box-shadow: 0px 0px 1px #777;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.5s; 
    color: #fff;

}



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

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

.nav-items {
    text-align: center;
    position: relative;
    font-family: 'OstrichSansMedium', arial;
    letter-spacing: 1px;
    font-size: 25px;
    margin-top: 0px;
    z-index:1;
    padding-bottom: 2px;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;  
}

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

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

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

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

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

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

.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: 215px;
    width: 500px;
    margin: 20px auto;
    margin-top: -210px;
}





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

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

#mensagem {
    font-family: 'OstrichSansMedium', arial;
    font-size: 23px;
    color: #414141;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -62px;
}

.underline {
    border: 1px dotted #dee0e0;
    margin-bottom: 15px;
    width: 70%;
    margin: 20px auto;
    margin-top: 67px;
}

#form {
	font-family: 'OstrichSansMedium', arial;
	font-size: 21px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 1px;
    color: #414141;
    margin-top: -5px;  
}

#maps {
    width: 100%;
    text-align: center;	
}

.background {
    width: 100%;
}

.navigation {
    width: 100%;
}

.nav-items {
    font-size: 18px;
    margin-bottom: 3px;

}

.nav-items 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;
    font-size: 13px;
    color: #414141;
}

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

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

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

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

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

.main-title {
    margin-bottom: 4px;
}

.background {
    height: 217px;  
}

}

/* ------------------------------------------------------------------------------------
Second Break: 580px to 1024px - All Mobile Sizes + Tablet Portrait to Tablet Landscape 
------------------------------------------------------------------------------------ */
    
@media screen and (min-width: 661px) and (max-width: 1024px) { 
	
#mensagem {
    font-family: 'OstrichSansMedium', arial;
    font-size: 23px;
    color: #414141;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -57px;
}

.underline {
    border: 1px dotted #dee0e0;
    margin-bottom: 0px;
    width: 365px;
    margin: 20px auto;
    margin-top: 67px;
}

#form {
	font-family: 'OstrichSansMedium', arial;
	font-size: 21px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 1px;
    margin-top: -10px;	
}

#maps {
   text-align: center;
   width: 100%;
   margin-bottom: 20px;
}

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

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

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

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

#top {
    display: none; 
}

}


/* ----------------------------------------------
Third Break: min-width: 1025px - Standard Desktop
---------------------------------------------- */
    
@media screen and (min-width: 1025px) { 

#mensagem {
    font-family: 'OstrichSansMedium', verdana;
    font-size: 23px;
    color: #414141;
    letter-spacing: 1px;
    float: left;
    margin-left: 145px;
    margin-top: -58px;
}

#form {
	font-family: 'OstrichSansMedium', verdana;
	font-size: 21px;
	letter-spacing: 1px;
	float: left;
	margin-left: -154px;	
    margin-right: 50px;
    color: #414141;
    margin-top: 15px;
}

#maps {
    float: right;
    margin-right: 158px;
    margin-top: 19px;
    margin-bottom: 20px;
}

.footer {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    font-family:  arial;
    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%;
}

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

#top {
    display: none; 
}

#form label {
    float: left;
    margin: 0 20 0 0;
    text-align: left;
    width: 90px;
}

#form1_submit{
    margin-left: 248px;
    margin-top: 0px;
}

#form1_email {
    width: 236px;
}

#form1_name {
    width: 236px;
}

#form1_message{
    width: 240px;
    height: 200px;
    margin-top: 6px;
    
}



}