@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300&subset=latin,latin-ext);
* { border: 0; border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; }
html { height: 101%; }
body {
  background: #363636;
  color: #333;
  height: 100%;
  text-align: left;
}
body, input, textarea { font: 62.5%/100% 'Open Sans', Arial, Verdana, Tahoma, sans-serif; }
h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 1em; text-align: left; }
a { text-decoration: none; } a:hover { text-decoration: underline; } 
br { clear: left; } fieldset, img { border: 0; } ul { list-style: none; }
form label { display: block; float: left; font-size: 1em; width: 100%; }
/* form label:after { content: ':'; } */
form label.required:after { color: #f00; content: '*'; }
::selection {
  background: #fec029;
  color: #fff;
} 
::-moz-selection {
  background: #fec029;
  color: #fff;
}
/** MAIN ELEMENTS **/
#headerOuter, #bodyOuter, #footerOuter {
  float: left;
  font-weight: 300;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#headerOuter { 
  background: #363636;
  border-bottom: 5px solid #808080;
}
#bodyOuter {
  background: #fafafa;
}
/** BODY **/
#bodyInner {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
#mainContent {
  float: left;
  font-size: 1.3em;
  line-height: 150%;
  overflow: hidden;
  padding: 2em 0;
  text-align: justify;
  width: 960px;
}
/** MAIN CONTENT **/
#mainContent .columnLeft, #mainContent .columnRight {
  float: left;
  margin: 0 5px 5px 0;
  width: 475px;
}
#mainContent .columnRight { margin: 0 0 5px 5px; }
#mainContent a { color: #000; }
#mainContent a:hover { text-decoration: underline; }
#mainContent h1 {
  border-bottom: 2px solid #fec029;
  font-size: 2em;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: .75em;
  padding-bottom: .25em;
  text-align: left;
  text-transform: uppercase;
}
#mainContent h2 {
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 1em;
  text-align: left;
}
p { margin-bottom: .5em; }
#mainContent ul li { list-style-type: disc; margin: 0 0 .5em 2em; text-align: left; }
#mainContent ol li { margin: 0 0 .5em 3em; }
img.imgLeft {
  float: left;
  margin: 0 10px 5px 0;
}
img.imgRight {
  float: right;
  margin: 0 0 5px 10px;
}
#mainContent fieldset { margin-bottom: 2em; }
#mainContent fieldset legend {
  border-bottom: 1px dotted #a3a3a3;
  font-size: 1.1em;
  margin-bottom: .5em;
  overflow: hidden;
  padding-bottom: .25em;
  text-align: left;
  width: 100%;
}
#mainContent input {
  background: #fff;
  border: 1px solid #a3a3a3;
  height: 28px;
  line-height: 28px;
  padding: 0 4px;
  width: 950px;
}
#mainContent .columnLeft input, #mainContent .columnRight input { width: 465px; }
#mainContent .short input { margin: 0 355px; width: 240px; }
#mainContent .short label { margin: 0 355px; width: 240px; }
#mainContent input.submit, #mainContent .button {
  background: #fec029;
  border: 0;
  border-bottom: 3px solid #f0b526;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: 30px;
  overflow: visible;
  padding: 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
#mainContent .button { 
  height: 27px; 
  line-height: 27px;
}
#mainContent input.submit:hover, #mainContent .button:hover { 
  background-color: #f0b526;
  text-decoration: none; 
}
#mainContent input.file { height: auto; width: auto; }
#mainContent select {
  background: #fff;
  border: 1px solid #a3a3a3;
  height: 28px;
  width: 958px;
}
#mainContent .columnLeft select, #mainContent .columnRight select { width: 343px; }
#mainContent select.multiSelect { height: auto; }
#mainContent textarea { 
  background: #fff;
  border: 1px solid #a3a3a3;
  padding: 3px 1px; 
  width: 956px; 
}
#mainContent textarea.WYSIWYG { height: 494px; }
#mainContent .columnLeft textarea, #mainContent .columnRight textarea { width: 331px; }
#mainContent p.checkbox { display: inline-block; line-height: 25px; width: 100%; }
#mainContent p.checkbox span { float: left; font-size: .9em; padding-right: 10px; }
#mainContent p.checkbox span:after { content: ':'; }
#mainContent p.checkbox label { font-size: 1em; margin: 0 15px 0 5px; width: auto; }
#mainContent p.checkbox label:after { content: none; }
#mainContent p.checkbox input { background: none; border: 0; float: left; padding: 0; width: auto; }
/** CONTACT **/
#mainContent #contactForm {
  display: block;
  float: right;
  width: 320px;
}
#mainContent #contactForm input {
  width: 310px;
}
#mainContent #contactForm input.submit {
  width: auto;
}
#mainContent #contactForm textarea {
  width: 316px;
}
/** TABLE **/
#mainContent .controls {
  background: #fff;
  border-bottom: 2px dotted #fec029;
  border-top: 2px dotted #fec029;
  margin-bottom: 2em;
  padding: .5em 5px;
}
#mainContent div.controls {
  float: left;
  width: 950px;
}
#mainContent table.list { width: 100%; }
#mainContent table.list td, #mainContent table.list th {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px;
  text-align: center;
}
#mainContent table.list td.first, #mainContent table.list th.first { text-align: left; }
#mainContent table.list td.space, #mainContent table.list th.space { 
  padding-bottom: 5px;
  padding-right: 10px; 
  padding-top: 5px;
}
#mainContent table.list th { border-bottom: 2px solid #ccc; }
#mainContent table.list tr.odd td { background: transparent; }
#mainContent table.list tr.even td { background: #fafafa; }
#mainContent table.list td span { 
  float: left;
  font-size: .8em;
  width: 100%;
}
#mainContent table.list td strong:after { content: ':'; }
#mainContent table.list a.delete, #mainContent table.list a.yes, #mainContent table.list a.no {
  background: transparent url('images/delete.png') no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 16px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  width: 16px;
}
#mainContent table.list a.yes { background-image: url('images/yes.png'); }
#mainContent table.list a.no { background-image: url('images/no.png'); }
#mainContent table.list a.mail {
  background: transparent url('images/mail.png') no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 16px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  width: 21px;
}
/** PAGER **/
#mainContent p.pager {
  clear: both;
  display: block;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#mainContent p.pager a, #mainContent p.pager span.current, #mainContent p.pager span.inactive { 
  display: inline-block;
  padding: 5px 0;
  width: 30px;
}
#mainContent p.pager a:hover, #mainContent p.pager span.current {
  background: #363636;
  color: #fff;
  text-decoration: none;
}
#mainContent p.pager span.inactive {}
/** FACEBOOK **/
.fb-like {
  height: 24px;
  margin-bottom: .5em;
}
/** HOME **/
#mainContent .homeCol {
  color: #808080;
  display: block;
  float: left;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
  width: 300px;
}
#mainContent .homeCol:first-child {
  margin-left: 0;
  margin-right: 20px;
}
#mainContent .homeCol:last-child {
  margin-left: 20px;
  margin-right: 0;
}
#mainContent .homeCol h5 {
  border-bottom: 2px solid #fec029;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: .5em;
}
#mainContent .homeCol:hover {
  color: #333;
  cursor: pointer;
}
#mainContent .homeCol:hover h5 {
  border-bottom-width: 4px;
  margin-bottom: 8px;
}
#mainContent .homeCol:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: .9;
  opacity: .9;
}
/** NEWS **/
#mainContent div.newsOdd, #mainContent div.newsEven {
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: .5em;
  overflow: hidden;
  text-align: left;
  width: 340px;
}
#mainContent div.newsOdd {
  margin-right: 20px;
}
#mainContent div.newsOdd h3, #mainContent div.newsEven h3 {
  background: #fff;
  float: right;
  font-style: italic;
  margin-top: 120px;
  padding: 5px;
  width: 290px;
}
#mainContent div.newsOdd .intro, #mainContent div.newsEven .intro {
  background: #fff;
  float: left;
  width: 340px;
}
#mainContent div.newsOdd .date, #mainContent div.newsEven .date {
  color: #8b8b8b;
  font-size: .9em;
  font-style: italic;
  padding-left: 45px;
}
/** REFERENCE **/
#mainContent .reference {
  background-color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin: 0 10px 30px 10px;
  overflow: hidden;
  padding: 320px 20px 20px 20px;
  width: 420px;
}
#mainContent .reference:nth-child(odd) {
  margin-left: 0;
  margin-right: 20px;
}
#mainContent .reference:nth-child(even) {
  margin-left: 20px;
  margin-right: 0;
}
#mainContent .reference:hover {
  cursor: pointer;
}
/** HEADER **/
#headerContact {
  background: #fec029;
  display: block;
  overflow: hidden;
  width: 100%;
}
#headerContact div {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
#headerContact span {
  background: #363636;
  color: #d6d6d6;
  display: block;
  float: right;
  font-size: 1.3em;
  line-height: 130%;
  padding: 10px 20px 0 20px;
}
#headerContact span a { 
  color: #d6d6d6; 
}
#headerInner {
  font-size: 1.3em;
  height: 80px;
  line-height: 130%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
#headerInner a.logo {
  background: transparent url('images/logoFooter.png') no-repeat 50% 50%;
  display: block;
  float: left;
  height: 60px;
  margin: 10px 0 0 0;
  text-indent: -9999em;
  width: 220px;
}
/** MAIN MENU **/
#mainMenu {
  display: block;
  float: right;
  height: 40px;
  margin: 35px 0 0 0;
  position: relative;
}
#mainMenu ul li {
  display: inline;
  float: left;
  position: relative;
  text-align: left;
}
#mainMenu ul li:hover ul { 
  display: block; 
}
#mainMenu ul li a {
  color: #d6d6d6;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  text-align: center;
  text-transform: uppercase;
}
#mainMenu ul li:hover a, #mainMenu ul li a.active {
  border-bottom: 3px solid #fec029;
  color: #fff;
  text-decoration: none;
}
/** USER MENU **/
#userMenu {
  background: #fff;
  display: block;
  float: left;
  margin: 10px 0;
  width: 960px;
}
#userMenu ul li {
  display: inline;
  float: left;
  position: relative;
  text-align: left;
}
#userMenu ul li a {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.4em;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  text-transform: uppercase;
}
/** FOOTER **/
#footerInner {
  color: #d6d6d6;
  display: block;
  font-size: 1.3em;
  line-height: 150%;
  margin: 20px auto 10px auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
#footerInner .col {
  border-right: 1px solid #262626;
  display: block;
  float: left;
  overflow: hidden;
  padding: 0 19px 0 20px;
  width: 210px;
}
#footerInner .col:first-child {
  padding-left: 0;
}
#footerInner .col:last-child {
  border: 0;
  padding-right: 0;
}
#footerInner .row {
  margin-bottom: 25px;
}
#footerInner a {
  color: #d6d6d6;
}
#footerInner a:hover {
  color: #fff;
  text-decoration: none;
}
#footerInner a.logo { 
  background: transparent url('images/logoFooter.png') no-repeat 0 0;
  display: block;
  height: 55px;
  margin: 80px 0 8px 0;
  text-indent: -9999em;
  width: 200px;
}
#footerInner h2 {
  color: #fff;
  display: block;
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#footerInner h2 span {
  border-bottom: 5px solid #808080;
  padding-bottom: 10px;
}
#footerInner ul li {
  float: left;
  list-style-type: square;
  margin: 0 0 5px 15px;
  position: relative;
  text-align: left;
  width: 230px;
}
#footerInner ul li a {
  color: #d6d6d6;
}
#footerInner ul li:hover a, #footerInner ul li a.active {
  color: #fff;
  text-decoration: none;
}
#footerInner .social-facebook, #footerInner .social-googleplus, #footerInner .social-instagram {
  background: url(images/social-facebook.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 34px;
  text-indent: -9999em;
  width: 34px;
}
#footerInner .social-googleplus {
  background-image: url(images/social-googleplus.png);
}
#footerInner .social-instagram {
  background-image: url(images/social-instagram.png);
}
#footerInner .social-facebook:hover, #footerInner .social-googleplus:hover, #footerInner .social-instagram:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
} 
/** MESSAGES **/
p.error, p.success {
  background: #ffdada;
  border: 2px solid #f00;
  border-left: 0;
  border-right: 0;
  color: #f00;
  font-weight: 400;
  padding: .5em 0;
  text-align: center;
}
p.success {
  background: #f0fff0;
  border-color: #0f0;
  color: #629439;
}
span.warning {
  color: #f00;
  float: left;
  text-align: left;
  width: 100%;
}
p.short span.warning {
  margin: 0 175px; 
  width: 350px;
}
/** CLEARFIX **/
.clearfix:after { clear: both; content: '.'; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix { display: block; line-height: 0; margin: 0; padding: 0; text-indent: -9999em; width: 100%; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }