html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { height: 101%; }
body { font-size: 62.5%; line-height: 1; font-family: Helvetica, Tahoma, Arial, sans-serif; background: #121212; color: #f0f0f0; }

::selection { background: #446D8C; color: #323232; }
::-moz-selection { background: #446D8C; color: #323232; }
::-webkit-selection { background: #446D8C; color: #323232; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
li.clientes{list-style-type: disc;list-style-position: inside; line-height: 20px;}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 { font-family: 'Droid Serif', Georgia, serif; color: #6AA9DA; font-size: 3.5em; line-height: 1.45em; margin-bottom: 20px; } 

h2 { display: inline-block; font-size: 2.9em; padding: 12px 17px; background: rgba(0,0,0,0.65); color: #fff; font-weight: bold; font-family: Arial, Tahoma, sans-serif; }

p { font-size: 1.55em; line-height: 1.35em; padding: 2px 0; margin-bottom: 15px; }

/*ESTILO LINKS GERAIS*/
a:link {
    color: white;
	 text-decoration: none;
	 font-weight: normal;
     }

a:visited {
    color: white;
	 text-decoration: none;
	 font-weight: normal;
     }


a:hover {
    color: grey;
	 text-decoration: none;
	 font-weight: normal;
     }
	  

a:active {
    color: white;
	 text-decoration: none;
	 font-weight: normal;
     }

/* top navigation */
#navigation {  
  display: block;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 158px;
  /*background: url('images/dxhr_logo.png') no-repeat top right;*/
  background: rgba(255,255,255,100);
  z-index: 9999;

}
#topnav {  
  max-width: 900px;
  min-width: 0px;
  margin: 0 auto;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  clear: both;
}

#topnav li { }

#topnav li a { 
  display: block;
  float: left;
  color: #446D8C;
  padding: 0px 11px;
  margin-right: 15px;
  font-size: 1.6em;
  line-height: 70px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#topnav li a:hover { 
  color: #7AC3FA;
  background: rgba(255,255,255,0.65);
}

#topnav li.current a { 
  background: rgba(255,255,255,0.7);
  color: #7AC3FA;
  border-bottom: 4px solid #7AC3FA;
}


/* main content sections */
#content { display: block; width: 100%; overflow: hidden; }

.wrapper { 
  display: block;
  width: 800px;
  min-width: 450px; 
  margin: 0 auto;
}

.wrapperclientes { 
  display: block;
  width: 800px;
  min-width: 450px; 
  margin: 0 auto;
  color:#343434;
  font-size: 13px;
}

.mywrapper { 
  display: block;
  width: 900px;
  /*min-width: 450px; */
  margin: 0 auto;
  padding-top: 20px;
}

#home { 
  background: url('images/dxhr_01.jpg') no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  min-height: 550px;
  padding-top: 150px;
  margin-bottom: 40px;
  box-shadow: inset 1px -9px 20px -6px #000;
}


#company {
  padding: 15px 6px;
  padding-top: 160px;
  margin-bottom: 40px;
  min-height: 500px;
}


#portfolio {
  background: url('images/dxhr_02.jpg') no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
  padding-top: 160px;
  box-shadow: inset 1px -9px 20px -6px #000;  
  min-height: 500px;
}

#contact {
  padding-top: 160px;
  margin-bottom: 40px;
  min-height: 500px;
}


#foot { display: block; padding-bottom: 55px;  width: 900px;}


/* basic contact inputs */
.cform { 
  display: block;
  width: 400px;
  padding: 6px 5px;
  color: #636363;
  font-size: 1.4em;
  margin-bottom: 12px;
}

.txtarea {
  display: block;
  width: 550px;
  height: 90px;
  padding: 4px 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #636363;
  font-size: 1.45em;
  line-height: 1.2em;
  margin-bottom: 15px;
}