#subfocus a {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

a {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

#top ul.menu li a {
  -webkit-transition: border 0.5s ease;
  -moz-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

.constrain {
  margin: 0 auto;
  display: block;
  width: 1000px;
  position: relative;
}

#top {
  padding: 10px 0px;
}

#top img.logo {
  float: left;
}

#top ul.menu {
  font-family: 'open_sansbold';
/*  float: left;*/
  width: 540px;
  margin: 0px;
/*  margin-left: 224px;
  margin-top: 33px;*/
  position: absolute;
  top: 33px;
  right: 0px;
}

#top ul.menu li {
  float: left;
  margin-right: 28px;
  margin-left: 0px;
  position: relative;
}

#top ul.menu li a {
  color: #808d92;
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
}

#top ul.menu li a:hover, #top ul.menu li.current-menu-item a {
  border-bottom: 4px solid #f11216;
  color: #191919;
}

#top ul.menu li:last-child {
  margin-right: 0px;
}
 

#top ul.menu li ul.sub-menu {
  position: absolute;
  top: 30px;
/*  left: -50px;*/
  width: auto;
  z-index: 1000;
  visibility: hidden;
  margin-left: 0px;
}

#top ul.menu li ul.sub-menu li {
  margin-right: 0px;
  margin-left: 0px;
}

#top ul.menu li ul.sub-menu a {
  background: #222;
  text-align: center;
  display: block;
  border-bottom: 0px !important;
  width: 220px;
  border-top: 1px solid #ccc;
  padding: 5px 0px;
  font-size: 12px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}

#top ul.menu li ul.sub-menu a:hover {
  background: #EE3B3B;
  transition: none;
  color: #fff;
}

#top ul.menu li ul.sub-menu li:first-child a {
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

#top ul.menu li ul.sub-menu li:last-child a {
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  border-bottom: 1px solid #ccc !important;
}


#focus {
  height: 486px;
  position: relative;
}

#focus.innerfocus {
  height: 250px;
}

#focus .note {
  background: #2c3437;
  border-right: 2px solid #ee3b3b;
  width: 412px;
  font-family: 'open_sansbold';
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 310px;
  right: 0px;
  z-index: 10;
}

#focus .note p.title {
  font-size: 60px;
  margin: 0px;
  line-height: 60px;
  z-index: 20;
}

#focus .note p.subtitle {
  font-size: 20px;
  margin: 0px;
  z-index: 20;
}

#focus .note .note-inner {
  position: absolute;
  top: -40px;
  right: -50px;
  z-index: -1;
}

#subfocus {
  background: #596368;
  padding: 30px 0px;
}

#subfocus .constrain {
  width: 1122px;
}

#subfocus a {
  display: block;
  width: 270px;
  background: #1d1e1e;
  font-size: 14px;
  color: #fff;
  font-family: 'open_sansbold';
  text-align: center;
  float: left;
  margin-right: 14px;
}

#subfocus a:hover {
  background: #EE3B3B;
  color: #fff;
}

#subfocus a:last-child {
  margin-right: 0px;
}

#subfocus a img {
  display: block;
  vertical-align: top;
}

#subfocus a span {
  display: block;
  padding: 12px 0px;
}

#subfocus a:hover span {
  
}

#content {
  background: #2c3437;
  padding: 50px 0px;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}

#content input, #content textarea {
  width: 90%;
  font-size: 14px;
}

#content input.wpcf7-submit {
  width: auto !important;
}

#content .sidebar-left {
  width: 70%;
  float: left;
  padding-right: 20px;
}

#content .sidebar-right {
  width: 30%;
  float: left;
  padding-left: 20px;
}

#content h1 {
  font-size: 36px;
  border-bottom: 6px solid #ee3b3b;
  padding-bottom: 30px;
  text-align: center;
  font-family: 'open_sansbold';
  margin-bottom: 20px;
  line-height: 40px;
}

#content h2 {
  font-size: 18px;
  font-family: 'open_sansregular';
  margin-bottom: 10px;
  color: #777;
  text-indent: -5px;
  color: #EE3B3B;
}

#content a {
  color: #EE3B3B;
}

#content a:hover {
  color: #666;
}

#content ul {
  margin: 15px 0px;
  padding: 0px;
}

#content ul li {
  margin: 0px;
  padding: 0px;
  list-style: disc;
  margin-left: 30px;
}

#content ol {
  margin: 15px 0px;
  padding: 0px;
}

#content ol li {
  margin: 0px;
  padding: 0px;
  margin-left: 30px;
}


#content p {
  
}

#footer {
  
}

#footer .column-25 {
  width: 24%;
  float: left;
  padding: 40px 10px 40px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #222;
}

#footer .column-25 p.title {
  font-size: 20px;
  margin: 0px 0px 10px 0px;
}

#footer .column-25 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer .column-25 ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer .column-25 a, #author a {
  color: #666;
}

#footer .column-25 a:hover, #author a:hover {
  color: #f11216;
}

#footer .column-25 img {
  border: 4px solid #666;
}

#footer .last-column {
  width: 28%;
}

#author {
  
}

#author p {
  font-size: 11px;
  text-align: right;
  color: #222;
}

#author p a {
  
}

#author p a:hover {
  
}

div.ulcol {
  float: left;
}

div.wpcf7-validation-errors {
  border: 0px;
  background: #F7E700;
  color: #000;
  margin: 0px !important;
  width: 90%;
}

span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  
}

span.wpcf7-not-valid-tip {
  width: 90%;
  background: #ff0000;
  color: #fff !important;
  margin: 2px 0px !important;
}

div.wpcf7-mail-sent-ok {
  width: 90%;
  background: #398F14;
  color: #fff !important;
  margin: 2px 0px !important;
}