/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, 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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

i, em { font-style: italic; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

a, a:active, a:visited { color: #d10000; text-decoration: none; }
a:hover { color: #840000; text-decoration: none; }


/**
 * Primary styles
 *
 * Author: Ash Crooks, Web Designer & Developer (http://ash.crooks.me/)
 */

body{
	 background: #fff;
	 border-top: 7px solid #d10000;
	 max-width: 1600px;
	 margin: 0 auto;
}

.fontA{
	font-family: 'DIN', sans-serif;
}

#bar{
	position: absolute;
	left: 0px;
	top: 0px;
	/* background: url(../img/site/bg-nav.png) no-repeat 0 370px #d10000; */
	/* min-height: 788px; */
	/* height: auto !important; */
	/* height: 788px; */
	z-index: 20;
        /* height: 611px; */
        height: 100%;
}
#bar img{
    margin: auto;
    display: block;
    width: 164px;
    height: 13px;
}
header{
    margin-bottom: 24px;
}

header h3{
	text-align: center;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 20px;
}

.ie6 #bar{
	position: relative;
}

#main{
	/* background: url(../img/site/bg-sidebar.png) repeat-y 0 0; */
        /* background-color: #d10000; */
	/* min-height: 788px; */
	z-index: 10;
}

.ie6 #main{
	background: none;
	padding-left: 0px;
}

#logo{
	display: block;
	background-image: url(../img/site/logo.png);
	background-position: center;
	height: 81px;
	margin-top: 17px;
        background-size: 144px;
}

a#division,
a#division:visited,
a#division:hover,
a#division:active{
	display: block;
	text-align: center;
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
header a#division,
header a#division:visited,
header a#division:hover,
header a#division:active{
	font-size: 29px;
}

ul#top{
	position: absolute;
	top: 0px;
	right: 10px;
	background: #d10000;
	list-style: none;
	margin: 0;
}

.ie6 #top{
	position: relative;
	float: right;
}

ul#top li{
	display: block;
	float: left;
	padding: 0 0 4px;
}

ul#top li a{
	display: block;
	padding: 0 8px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 12px;
}

ul#top li.last a{
	border: 0 none;
}

nav ul{
	border-top: 1px solid #ff5151;
	margin: 0 14px;
}

nav ul li{
	display: block;
	border-bottom: 1px solid #ff5151;
}

nav ul li a,
nav ul li a:visited,
nav ul li a:hover,
nav ul li a:active{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	padding: 6px 4px;
	background: url(../img/site/nav-arrows.png) no-repeat right -51px;
}

nav ul li.open a,
nav ul li.open a:visited,
nav ul li.open a:hover,
nav ul li.open a:active{
	background-position: right 8px;
}

nav ul li ul{
	border: 0 none;
	margin: 0;
	display: none;
}

nav ul li.open ul{
	display: block;
}

nav ul li ul li{
	border: 0 none;
	margin-left: 12px;
}

nav ul li ul li a,
nav ul li ul li a:visited,
nav ul li ul li a:hover,
nav ul li ul li a:active{
	text-transform: none;
	font-size: 14px;
	padding: 4px;
	background: none;
}
.bottom-rounded-corners{
    background-color: #d10000;
    border-radius: 5px;
    border: 3px solid #d10000;
    height: 10px;
    display: block;
    top: 8px;
    position: relative;
}
#bg-image{
	height: 290px;
	width: 100%;
	background: #5c5e63;
	position: absolute;
	top: 7px;
	left: 0px;
	z-index: 1;
}

#home #bg-image{
	background: #fff;
}

#home #bg-image,
#home #content{
	height: 611px;
	padding: 0;
}

#home #main,
#home #bar{
	/* min-height: 0; */
        
}
#bar{
    background-color: #d10000;
}
body#home{
	/*background: #5C5E63;*/
}

#home #content{
	position: relative;
	margin-top: 50px;
	height: 561px;
}

#home #content h1{
	/*position: absolute;
	top: 180px;
	left: 60px;*/
	margin: 0 0 0 60px;
	font-size: 50px;
	color: #5c5e63;
	font-weight: bold;

	display: none;
}

#home #content p{
	/*position: absolute;
	top: 250px;
	left: 60px;*/
	margin: 0px 0px 0 56px;
	font-size: 35px;
	line-height: 1.2;
	color: #000;
	font-weight: bold;
}

#home #sidebar{
	position: absolute;
	bottom: 100px;
	left: 250px;
}

#news_bar{
	position: absolute;
	bottom: 50px;
	left: 0px;
	background: #fff;
        z-index: 999;
}

#news_bar h2{
	font-size: 16px;
	display: block;
	float: left;
	color: #d10000;
	padding: 4px 10px;
}

#news_bar ul{
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 5;
}

#news_bar ul li{
	float: left;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 860px;
	height: 28px;
	overflow: hidden;
}

#news_bar ul li:first-child{
	display: block;
}

#news_bar ul li a{
	display: block;
	color: #5c5e63;
	padding: 6px 0 6px 77px;
	width: 9999px;
}

#news_bar .fade{
	display: block;
	position: absolute;
	top: 0px;
	right: 60px;
	width: 100px;
	height: 28px;
	background: url(../img/site/news-fade.png) repeat-y;
	z-index: 10;
}

#news_bar .controls{
	display: none;
	float: right;
}

#news_bar .controls a{
	display: block;
	float: left;
	width: 20px;
	height: 28px;
	background: url(../img/site/news-controls.png) no-repeat;
	cursor: pointer;
}

#news_bar .controls a.play{ background-position: 5px center; }
#news_bar .controls a.pause{ background-position: -16px center; }
#news_bar .controls a.prev{ background-position: -35px center; }
#news_bar .controls a.next{ background-position: -52px center; }

#container{
	z-index: 2;
}

#main h1{
	margin-top: 242px;
	color: #fff;
	font-size: 50px;
}

.ie6 #main h1{
	margin-top: 223px;
}

#breadcrumb ul{
	list-style: none;
	margin: 15px 0 25px 0;
}

#breadcrumb ul li{
	display: inline;
	background: url(../img/site/breadcrumb-arrow.png) no-repeat right center;
	padding-right: 14px;
	margin-right: 5px;
}

#breadcrumb ul li.last{
	margin: 0;
	padding: 0;
	background: none;
}

#breadcrumb ul li a{
	color: #5c5e63;
	text-decoration: underline;
}


#content{
	padding-bottom: 40px;
}

#content h2{
	font-size: 24px;
	color: #cc0c09;
	font-weight: normal;
	margin-bottom: 15px;
}

#content p{
	line-height: 1.4;
	color: #0d1a35;
	margin-bottom: 20px;
}

#content .intro p{
	font-size: 18px;
}

#content .main_img{
	float: left;
	display: block;
	margin: 5px 20px 10px 0;
}

.profile{
	position: relative;
	/*padding-left: 160px;*/
	margin-bottom: 0px;
	clear: both;
}

.full-profile{
	padding-left: 0px;
}

/*.profile img{
	position: absolute;
	left: 0px;
	top: 0px;
}*/

.full-profile img,
.profile .img{
	position: static;
	float: left;
	margin: 0 20px 20px 0px;
}

.profile .img{
	width: 140px;
}

.profile .details{
	float: left;
	margin-bottom: 20px;
}

.profile h3,
.item h3,
.office h3{
	font-weight: bold;
	color: #d10000;
}

#content .profile p,
#content .office p{
	margin: 0;
	color: #818386;
}

#content .multi p{
	margin-bottom: 20px;
}

.full-profile .multi{
	margin-top: 20px;
}

.profile b,
.office b{
	color: #d10000;
}

.profile p a:link,
.profile p a:visited,
.office p a:link,
.office p a:visited{
	color: #818386;
}

.item h3{
	font-size: 14px;
	margin-bottom: 10px;
}

.item{
	padding: 10px 0;
	border-top: 1px solid #444;
	margin-bottom: 10px;
}


.office{
	padding-right: 402px;
	position: relative;
	height: 280px;
	margin-bottom: 20px;
}

.office img{
	position: absolute;
	right: 0px;
	top: 0px;
	border: 1px solid #aaa;
}

.news img{
	float: right;
	margin: 3px 0 5px 20px;
	width: 150px;
}

.news-full .img{
	float: right;
	margin: 3px 0 5px 20px;
}

.news-full .img img{
	display: block;
}

.news-full .img .caption{
	display: block;
	width: 220px;
	font-size: 10px;
	color: #444;
	margin: 5px 0;
}


#sidebar .block{
	background: #e3e4e4;
	padding: 12px;
	position: relative;
	margin-bottom: 20px;
	width: 196px;
}

#home #sidebar .block{
	margin-bottom: 0;
	background: #5C5E63;
}

#sidebar .block .ph{
	min-height: 61px;
	height: auto !important;
	height: 61px;
}

#sidebar .block h3 a,
#sidebar .block h3 a:visited,
#sidebar .block h3 a:hover,
#sidebar .block h3 a:active{
	display: block;
	color: #5c5e63;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
}

#sidebar .block p{
	color: #5c5e63;
	font-size: 12px;
	margin: 0;
}

#sidebar .block p.link{
	min-height: 0;
	height: auto;
}

#sidebar .block p a{
	text-decoration: underline;
}

#sidebar .block img{
	display: block;
	border: 1px solid #fdfdfd;
	position: absolute;
	right: 12px;
	top: 14px;
}

#sidebar .image{
	padding-right: 94px;
	width: 114px;
}

#home #sidebar .block h3 a,
#home #sidebar .block h3 a:visited,
#home #sidebar .block h3 a:hover,
#home #sidebar .block h3 a:active,
#home #sidebar .block p,
#home #sidebar .block p a{
	color: #fff;
}

#sidebar .archives h3{
	font-weight: bold;
	color: #d10000;
	font-size: 14px;
	margin-bottom: 10px;
}

#sidebar ul{
	list-style: none;
	margin: 0;
}

#sidebar ul li{
	display: block;
}

#sidebar ul li a,
#sidebar ul li a:link,
#sidebar ul li a:visited{
	display: block;
	color: #818386;
	text-decoration: underline;
	padding: 6px 0;
	font-size: 13px;
}


footer{
	background: #d10000;
	padding-top: 20px;
	height: 100px;
	max-width: 1600px;
	margin: 0 auto;
        color: #ffffff
}
footer a{
    color: #ffffff;
}
#footernav span{
    font-size: 100px;
    margin-top: -34px;
    position: relative;
    display: block;
    left: -41px;
    font-weight: lighter;
    font-family: Monaco, Consolas, "Lucida Console", monospace;
    background-image: url(../img/site/bghome1.png);
    width: 94px;
    height: 74px;
    background-repeat: no-repeat;
}

#socials{
	background: #fff;
}

#socials a{
	padding: 12px;
	background: url(../img/site/social-logos.png) no-repeat;
	display: block;
	float: left;
}

#socials a#linkedin{
	background-position: -35px 4px;
	width: 33px;
	padding-right: 6px;
}

#socials a#twitter{
	background-position: -84px 4px;
	width: 24px;
	padding-left: 6px;
	padding-right: 6px;
}

#socials a#youtube{
	background-position: -120px 4px;
        width: 30px;
	padding-left: 6px;
}
#socials a#facebook{
	background-position: 0px 0px;
        width: 26px;
        padding-left: 0px;
        margin-left: 28px;
        margin-top: 4px;
    }

#footernav ul{
	list-style: none;
	margin: 14px 0 0 0;
	float: right;
        width: 477px;
}

#footernav ul li{
	display: block;
	float: left;
	padding: 0 0 8px;
        float: left;
        width: 159px;
        text-align: right;
}

#footernav ul li a{
	display: block;
	padding: 0 16px;
	color: #ffffff;
	font-size: 12px;
}
#footernav ul li.even a{
    border-right: 1px solid #fff;
}
#footernav ul li.last a{
	border: 0 none;
}


#content div.text ul{
	list-style-position: inside;
	margin: 10px 0;
	margin-left: 20px;
}

#content div.text ul li{
	padding: 4px 0;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: left center;
}

#content div.text ul li.icon{
	list-style: none;
	padding-left: 22px;
}

.ie7 #content div.text ul li.icon{
	padding-left: 5px;
}

.ie8 #content div.text ul li.icon{
	padding-left: 23px;
}

p a[href $='.aac'],
p a[href $='.doc'],
p a[href $='.docx'],
p a[href $='.gif'],
p a[href $='.htm'],
p a[href $='.html'],
p a[href $='.jpeg'],
p a[href $='.jpg'],
p a[href $='.mp3'],
p a[href $='.mpeg'],
p a[href $='.mpg'],
p a[href $='.pdf'],
p a[href $='.pps'],
p a[href $='.tif'],
p a[href $='.wav'],
p a[href $='.wma'],
p a[href $='.xls'],
p a[href $='.xlsx'],
p a.icon{
	padding-left: 18px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left center;
}

#content div.text ul li.aac,
p a[href $='.aac'],
p a.aac{
	background-image: url(../img/site/icon/file_extension_aac.png);
}

#content div.text ul li.doc,
p a[href $='.doc'],
p a.doc,
#content div.text ul li.docx,
p a[href $='.docx'],
p a.docx{
	background-image: url(../img/site/icon/file_extension_doc.png);
}

#content div.text ul li.gif,
p a[href $='.gif'],
p a.gif{
	background-image: url(../img/site/icon/file_extension_gif.png);
}

#content div.text ul li.htm,
p a[href $='.htm'],
p a.htm{
	background-image: url(../img/site/icon/file_extension_htm.png);
}

#content div.text ul li.html,
p a[href $='.html'],
p a.html{
	background-image: url(../img/site/icon/file_extension_html.png);
}

#content div.text ul li.jpeg,
p a[href $='.jpeg'],
p a.jpeg{
	background-image: url(../img/site/icon/file_extension_jpeg.png);
}

#content div.text ul li.jpg,
p a[href $='.jpg'],
p a.jpg{
	background-image: url(../img/site/icon/file_extension_jpg.png);
}

#content div.text ul li.mp3,
p a[href $='.mp3'],
p a.mp3{
	background-image: url(../img/site/icon/file_extension_mp3.png);
}

#content div.text ul li.mpeg,
p a[href $='.mpeg'],
p a.mpeg{
	background-image: url(../img/site/icon/file_extension_mpeg.png);
}

#content div.text ul li.mpg,
p a[href $='.mpg'],
p a.mpg{
	background-image: url(../img/site/icon/file_extension_mpg.png);
}

#content div.text ul li.pdf,
p a[href $='.pdf'],
p a.pdf{
	background-image: url(../img/site/icon/file_extension_pdf.png);
}

#content div.text ul li.pps,
p a[href $='.pps'],
p a.pps{
	background-image: url(../img/site/icon/file_extension_pps.png);
}

#content div.text ul li.tif,
p a[href $='.tif'],
p a.tif{
	background-image: url(../img/site/icon/file_extension_tif.png);
}

#content div.text ul li.wav,
p a[href $='.wav'],
p a.wav{
	background-image: url(../img/site/icon/file_extension_wav.png);
}

#content div.text ul li.wma,
p a[href $='.wma'],
p a.wma{
	background-image: url(../img/site/icon/file_extension_wma.png);
}

#content div.text ul li.xls,
p a[href $='.xls'],
p a.xls,
#content div.text ul li.xlsx,
p a[href $='.xlsx'],
p a.xlsx{
	background-image: url(../img/site/icon/file_extension_xls.png);
}


/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

#contactform .form-control {
    font-size: 12px;
}


.contact-form-left {
    float: left;
    width: 28%;
}

.contact-form-right {
    width: 69%;
    float: right;
}

#status-placeholder {
    margin-right: -15px;
}

#contactform label {
    font-weight: normal;
    color: #DC1414;
    font-size: 12px;
}

#contactform .textarea {
    width: 205px;
    text-align: left;
    color: #DC1414;
}

#contactform p {
    color: #DC1414;
}

#contactform button {
    height: 22px;
    margin: 0 0 2px;
    background: url("/assets/img/site/bgBotonXL.gif") no-repeat scroll 0 0;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1em;
    height: 24px;
    margin: 0 0 -2px;
    padding: 0 0 0.1em 0.2em;
    text-align: center;
    border-color: #9D9D9D #E7E7E7 #E7E7E7 #9D9D9D;
    border-style: solid;
    border-width: 1px;
    font-family: Arial,"Trebuchet MS",Tahoma,Helvetica,Verdana,sans-serif;
    width: 120px;
    border: 0px;
}

#contactform input[type="text"],
#contactform select {
    height: 28px !important;
    padding: 4px 12px !important;
}

input[type="file"] {
	float: left;
	width: 70%;
    margin-bottom: 5px;
}

#contactform .removeFile {
	margin-left: 20px;
	margin-top: 7px;
}

#contactform .files {
	height: 38px;
}

.fv-form-bootstrap .help-block {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    margin-top: 29px;
    margin-right: 15px;
}

[data-fv-for="descricao_dos_factos"] {
	margin-top: 100px !important;
}