body {
  background: #474846;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 21px;
  color: #6f706c;
}
.global {
  background-color: #6f706c;
}
p {
  margin-bottom: 0;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
h1.brand {
  font-size: 0 !important;
  line-height: 0 !important;
  display: inline-block;
  margin: 0 !important;
  float: left !important;
  position: relative;
  padding: 20px 0 18px 0!important;
}
h1.brand a {
  display: inline-block;
}
h1.slogan {
  font-size: 0 !important;
  line-height: 0 !important;
  display: inline-block;
  margin: 0 !important;
  float: left !important;
  position: relative;
  top: 14px !important;
}
h1.slogan a {
  display: inline-block;
}
h1 a img {
  width: 100%;
}
h2 {
  color: #6f706c;
  font: 26px/26px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 28px 0 16px 0;
  text-transform: uppercase;
}
h3 {
  color: #b22222;
  font: 23px/24px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 0 0 15px 0;
}
h4 {
  color: #ffffff;
  font: 300 24px/30px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 0 0 30px 0;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
h5 {
  color: #b22222;
  font: 18px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  margin: 0 0 15px 0;
}
#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
/*-------------*/
.formCallBack {
  float: left;
  margin-top: 50px;
  margin-left: 60px;
  width: 330px;
  padding: 18px 60px 10px;
  background: url(../img/popup.png) repeat-y;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.formCallBack input {
  width: 311px;
  height: 13px;
  padding: 8px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #797979;
  margin-top: 7px;
}
.formCallBack .submit {
  margin-top: 10px;
  text-align: center;
}
.formCallBack .save,
.formCallBack .cancel {
  width: 245px;
  height: 47px;
  background:url('../img/send_btn.png') repeat-x 0 0;
  display:inline-block;
  line-height:42px;
  border: none;
  cursor: pointer;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;  
  text-decoration:none;
}
.formCallBack .save:hover,
.formCallBack .cancel:hover {
  opacity: 0.9;
}
.formSendMail {
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  width: 330px;
  padding: 18px 60px 10px;
  background: url(../img/popup.png) repeat-y;
  border-radius: 5px;
  overflow: hidden;
}
.formSendMail input {
  width: 311px;
  height: 13px;
  padding: 8px;
  margin-bottom: 7px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #797979;
  margin-top: 10px;
}
.formSendMail textarea {
  resize: none;
  width: 311px;
  height: 80px;
  padding: 8px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #797979;
  margin-top: 7px;
}
.formSendMail input:focus {
  outline: none;
}
.formSendMail .submit {
  margin-top: 10px;
  text-align: center;
}
.formSendMail .save,
.formSendMail .cancel {
  width: 245px;
  height: 47px;
  background:url('../img/send_btn.png') repeat-x 0 0;
  display:inline-block;
  line-height:42px;
  border: none;
  cursor: pointer;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;  
  text-decoration:none;
}
.formSendMail .save:hover,
.formSendMail .cancel:hover {
  opacity: 0.9;
}
/*-----btn-----*/
.btn.btn-primary {
  box-shadow: none;
  background: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px 10px 19px;
  font: 10px Arial, Helvetica, sans-serif;
  color: #2f2f2f;
  border: none;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-primary:hover {
  background: none;
  color: #ffffff;
  border-color: #2f2f2f;
  background-color: #2f2f2f;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link {
  box-shadow: none;
  background: none !important;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font: 12px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #b22222;
  border: none;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link span {
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.btn.btn-link img {
  margin-bottom: 0 !important;
  margin-top: -2px;
}
.btn.btn-link:hover {
  color: #626262;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----list-----*/
.list1 {
  margin: 0;
  list-style: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #c9c9c9;
}
.list1 li {
  background: url(../img/list_arrow.png) 5px 12px no-repeat;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0 0 24px;
  border-top: 1px solid #c9c9c9;
}
.list1 li a {
  color: #b22222;
  font: 12px Arial, Helvetica, sans-serif;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li a:hover {
  color: #6f706c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 {
  margin: 0;
  list-style: none;
}
.list2 li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.list2 li .date {
  color: #262727;
  font: bold 18px 'Open Sans Condensed';
  float: left;
  margin-right: 10px;
}
.list3 {
  margin: 0;
  list-style: none;
}
.list3 li {
  color: #b22222;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 17px;
}
.list3 li p {
  font-size: 12px;
  line-height: 18px;
}
.list3 li a {
  color: #b22222;
  font: bold 12px Arial, Helvetica, sans-serif;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 li a:hover {
  color: #6f706c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 {
  margin: 0;
  list-style: none;
}
.list4 li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 35px;
  display: block;
}
.list4 li .badge {
  padding: 0;
  margin: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  padding-top: 11px;
  font: bold 19px/12px 'Open Sans';
  text-align: center;
  text-transform: uppercase;
  background-color: #b22222;
  color: #ffffff;
  float: left;
  margin-right: 12px;
  width: 44px;
  height: 33px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
}
.list4 li .badge span {
  font-size: 12px;
}
.list4 li .extra-wrap p {
  font-size: 12px;
}
.list4 li .extra-wrap p a {
  color: #b22222;
  font-size: 12px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li .extra-wrap p a:hover {
  color: #6f706c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li .clearfix {
  margin-bottom: 13px;
}
.list4 li .extra-wrap p span {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.list4 li .extra-wrap h3 {
  margin-bottom: 2px;
}
.list5 {
  margin: 0;
  list-style: none;
}
.list5 li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
}
.list5.info-box li {
  margin-bottom: 1px;
}
.list5.info-box li p {
  color: #e9eae4;
  font-size: 12px;
  line-height: 18px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5.info-box li p span {
  display: block;
  width: 68px;
  float: none;
}
.list5 li a {
  color: #e9eae4;
  font-size: 12px;
  line-height: 18px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5 li a:hover {
  color: #2a2b29;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list11 {
  margin: 0;
  list-style: none;
  padding-bottom: 5px;
}
.list11 li {
  background: url(../img/list_arrow.png) 5px 12px no-repeat;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0 0 24px;
}
.list11 li a {
  color: #b22222;
  font: 12px Arial, Helvetica, sans-serif;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list11 li a:hover {
  color: #6f706c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list51 {
  margin: 0;
  list-style: none;
}
.list51 li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
}
.list51 li p {
  color: #e9eae4;
  font-size: 12px;
  line-height: 18px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list51 li p span {
  display: block;
  width: 68px;
  float: none;
}
/*-----thumbs-----*/
.thumb-pad1 {
  margin-bottom: 0;
  display: block;
}
.thumb-pad1 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #6f706c;
}
.thumb-pad1 .thumbnail .caption p {
  margin-bottom: 6px;
}
.thumb-pad1 .thumbnail .caption p strong {
  color: #9c1904;
}
.thumb-pad1 figure {
  margin: 0;
  display: inline-block;
  margin-bottom: 26px;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad2 {
  margin-bottom: 0;
  display: inline-block;
  margin-top: 5px;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #6f706c;
}
.thumb-pad2 .thumbnail .caption p {
  margin-bottom: 21px;
}
.thumb-pad2 figure {
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad3 {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  margin-bottom: 25px;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #6f706c;
}
.thumb-pad3 figure {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.thumb-pad3 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 {
  margin: 0;
  display: inline-block;
}
.thumb-pad4 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
  color: #6f706c;
}
.thumb-pad4 figure {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 31px;
}
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad4 .thumbnail .caption p {
  position: relative;
  margin-bottom: 10px;
}
/*-----blockquote-----*/
blockquote {
  padding: 0;
  border: none;
  margin: 0;
  position: relative;
  padding-right: 0;
  margin-bottom: 25px;
}
blockquote p {
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 21px;
  color: #6f706c;
  margin-bottom: 18px;
}
blockquote .name {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #b22222;
  margin: 0;
  margin-bottom: 1px;
}
blockquote a {
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 21px;
  color: #6f706c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
blockquote a:hover {
  color: #b22222;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----header-----*/
header {
  padding: 0;
  background: url(../img/bg_header.png) repeat;
  border-top: 4px solid #b22222;
}
header .call {
  float: left;
  margin-top: 55px;
  margin-left: 31px;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.3);
}
header .call p {
  font: bold 16px/16px 'Open Sans Condensed';
  text-transform: uppercase;
  color: #d6d0c6;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
header .call .call-numb {
  font-size: 27px;
  letter-spacing: 2px;
}
/*-----menu-----*/
header .navbar {
  float: none;
  margin: 0;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #b22222;
  border-right: 1px solid #881900;
  border-bottom: 1px solid #881900;
  border-left: 1px solid #881900;
  background: url(../img/bg_menu.png) repeat-x;
}
.nav-collapse .nav {
  float: none !important;
}
.navbar_ .collapse {
  overflow: visible;
  line-height: 0 !important;
  font-size: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar_ .nav-collapse_ .nav li li {
  font-size: 20px;
  line-height: 20px;
  display: block;
}
.navbar_ .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  border: none;
  background: none;
  float: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.navbar_ .nav-collapse_ {
  height: 60px !important;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
}
.nav-collapse_ .nav {
  display: block;
  float: none !important;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav li {
  position: relative;
  display: inline-block;
  top: 0;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 20px;
  line-height: 20px;
  zoom: 1;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  color: #ffffff;
  box-shadow: none;
  font: bold 20px/20px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  padding: 0;
  background: none;
  text-align: center;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-right-style: solid;
  border-left-style: solid;
  margin-right: 5px;
  background: url(../img/menu_bg.png) 0 bottom repeat-x;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 19px 37px 0 37px;
  height: 41px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li:first-child > a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-left: none !important;
}
.nav-collapse_ .nav > li.active > a {
  color: #ffffff !important;
  background: url(../img/menu_bg.png) 0 top repeat-x;
  box-shadow: none;
  border-right-color: #99070b;
  border-left-color: #99070b;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.nav-collapse_ .nav > li:hover > a {
  color: #ffffff !important;
  background: url(../img/menu_bg.png) 0 top repeat-x;
  border-right-color: #99070b;
  border-left-color: #99070b;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > .sfHover > a {
  color: #ffffff !important;
  border-right-color: #99070b;
  border-left-color: #99070b;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  background: url(../img/menu_bg.png) 0 top repeat-x;
}
.nav-collapse_ .nav > li > a span {
  display: block;
  position: absolute;
  height: 6px;
  background: url(../img/menu-marker.png) no-repeat;
  top: 44px;
  width: 6px;
  left: 97px;
}
.nav-collapse_ .nav > li > a em {
  display: block;
  position: absolute;
  height: 6px;
  top: 80px;
  width: 6px;
  left: 68px;
  font-style: normal;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
  position: absolute;
  display: none;
  width: 175px;
  left: 14px;
  top: 61px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #2a2b29;
  padding: 22px 0 15px 0;
  margin: 0;
  text-align: left;
}
.nav-collapse .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 9px;
  text-align: center;
}
.nav-collapse .sub-menu > ul li a {
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  font: 12px/12px Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 7px 0 7px 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu > ul li a span {
  margin-left: 10px;
  display: inline-block;
  width: 6px;
  height: 5px;
  position: relative;
  top: -2px;
}
.nav-collapse .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #2a2b29;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  color: #2a2b29;
  background-color: #ffffff;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu > ul ul {
  position: absolute;
  display: none;
  width: 175px;
  left: 176px;
  top: -22px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #ffffff;
  padding: 22px 0 15px 0;
  margin: 0;
  text-align: left;
}
.nav-collapse .sub-menu > ul ul li a {
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  font: 12px/12px Arial, Helvetica, sans-serif;
  color: #424242;
  padding: 7px 0 7px 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu > ul ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #424242;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*----content-----*/
#content {
  position: relative;
  padding: 0 0 0 0;
}
.img-polaroid {
  position: relative;
  padding: 4px;
  background: none;
  box-shadow: none;
  border: none;
  max-width: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#toTop {
  display: none;
  width: 34px;
  height: 20px;
  overflow: hidden;
  background: url(../img/top.png) 0 top no-repeat;
  position: fixed;
  margin-right: -665px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background: url(../img/top.png) 0 bottom no-repeat;
}
.mail a {
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 21px;
  color: #b22222;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail a:hover {
  color: #262727;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.follow_links {
  margin: 0;
  list-style: none;
  float: right;
  margin-top: 51px;
}
.follow_links li {
  font: 10px/10px Arial, Helvetica, sans-serif;
  color: #ffffff;
  float: left;
  margin-right: 9px;
}
.follow_links a {
  font: 10px/10px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 7px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.follow_links a:hover {
  color: #e9eae4;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.follow_icon {
  margin: 0;
  list-style: none;
  float: right;
  margin-right: 32px;
  margin-top: 18px;
}
.follow_icon li {
  float: left;
  margin-left: 13px;
}
#bannBox {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 42px;
}
#bannBox .banner1 {
  text-align: center;
  padding-top: 44px;
}
.btn.btn4:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 10px;
  left: 12px;
  width: 85%;
  height: 10%;
}
#bannBox .banner1 {
  position: relative;
}
#bannBox .banner1 > div:before {
  width: 1px;
  height: 380px; /*100%;*/
  background-color: #dbdbdb;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  right: -15px;
  content: ' ';
  z-index: 11;
}
#bannBox .banner1 p {
  margin-bottom: 35px;
}
#bannBox .banner1 img {
  margin-bottom: 28px;
}
#bannBox .banner1 .title {
  font: 23px/23px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #b22222;
  margin-bottom: 19px;
}
.mapBox,
#mainBox {
  width: 100%;
  background-color: #e9eae4;
  padding-top: 15px;
}
#mainBox {
  padding-bottom: 80px;
}
#aboutBox {
  padding-bottom: 25px;
  width: 100%;
  background-color: #e9eae4;
  padding-top: 15px;
}
#fooBox {
  padding-top: 47px;
}
#fooBox section {
  overflow: hidden;
}
#fooBox .foo-logo {
  margin-top: 3px;
  margin-bottom: 50px;
}
#fooBox .title {
  border-bottom: 1px solid #e9eae4;
  padding-bottom: 9px;
  margin-bottom: 12px;
  color: #eeeeee;
}
/*-----search-----*/
#search {
  display: inline-block;
  margin: 0;
  float: left;
  position: relative;
  margin-top: 16px;
}
#search a {
  position: absolute;
  top: 6px;
  right: 8px;
}
#search a .img_act {
  position: absolute;
  top: 3px;
}
#search input {
  width: 215px;
  outline: none;
  box-shadow: none;
  color: #585858;
  font: bold 14px/20px 'Open Sans Condensed';
  height: 21px;
  border-radius: 0;
  padding: 5px 10px 5px 13px;
  margin-right: 0;
  float: left;
  background: url(../img/search_bg.png) repeat;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-top-color: #1e1f1f;
  border-right-color: #444543;
  border-bottom-color: #444543;
  border-left-color: #1e1f1f;
}
/*-----map-----*/
.map {
  margin: 5px 0 44px 0;
  display: inline-block;
  line-height: 0;
  width: 100%;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 370px;
  border: none;
  line-height: 0;
}
.info {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 18px;
  margin-right: 20px;
}
.info p span {
  display: inline-block;
  width: 100px;
  color: #6f706c;
  font-size: 14px;
}
.info a {
  color: #6f706c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.info a:hover {
  color: #9c1904;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.info strong {
  color: #9c1904;
}
/*-----footer-----*/
footer {
  padding-top: 25px;
  padding-bottom: 42px;
  background-color: #474846;
}
footer p {
  font: 12px Arial, Helvetica, sans-serif;
  color: #e9eae4;
}
footer p > a {
  font: 12px Arial, Helvetica, sans-serif;
  color: #e9eae4;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer p > a:hover {
  color: #b22222;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .container > .foo-part {
  height: 28px;
  margin-bottom: 43px;
}
footer figure {
  margin: 0;
}
footer .tel {
  font: bold 22px/22px 'Open Sans Condensed';
  color: #282929;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
footer .info-txt p {
  font: bold 14px/16px 'Open Sans Condensed';
  color: #8d7d69;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .info-txt p a {
  color: #9c1904;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .info-txt p a:hover {
  color: #282929;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.select-menu {
  display: none !important;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1200px) {
  .list5.info-box li p span {
    display: inline-block;
    float: left;
  }
  h1.slogan {
    padding: 20px 0 18px 140px !important;  
  }   
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  .nav-collapse_ {
    height: auto !important;
  }
  header .navbar {
    float: none;
    display: block;
    background: url(../img/bg_menu.png) repeat-x;
  }
  .follow_links {
    display: none;
  }   
  h1.slogan {
    padding: 20px 0 18px 140px !important;
  }   
  .navbar_ .nav-collapse_ {
    float: none;
  }
  .btn.btn4 {
    padding: 10px 8px 9px 7px;
    font-size: 11px;
  }
  footer .tel {
    font-size: 22px;
    line-height: 22px;
  }
  .error {
    margin-left: 0 !important;
  }
  .list_carousel2.responsive .caroufredsel_wrapper {
    min-height: 975px;
  }
  .list5.info-box li p span {
    display: block;
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
  h2 {
    font-size: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .follow_links {
    display: none;
  }    
  h1.slogan {
    padding: 20px 0 18px 60px   
  }  
  .nav-collapse_ .nav > li > a {
    font-size: 18px;
    padding: 19px 15px 0 15px;
  }
  .nav-collapse_ .nav > li > a span {
    left: 70px;
  }
  #fooBox .span2 {
    width: 195px;
    float: left;
    margin-right: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .follow_icon {
    float: none;
    display: inline-block;
  }
  .follow_links {
    display: none;
  }    
  h1.slogan {
    display: none;  
  }  
  #bannBox .banner1 > div:before {
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    z-index: 1;
    display: inline-block;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 11;
  }
  #bannBox .banner1 {
    padding-bottom: 25px;
  }
  header .navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    border: none;
    text-align: center;
  }
  .navbar_ .navbar-inner {
    width: 100%;
    float: none;
    margin: 0;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    background: none;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 0;
    width: 100%;
    border-color: #b22222;
    background: #b22222;
    color: #ffffff;
    cursor: pointer;
    border-radius: 0;
  }
  .top {
    display: none;
  }
  .thumb-pad2 figure {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .error {
    margin-top: 50px !important;
  }
  .margTop1 {
    margin-top: 50px !important;
  }
  .nav-collapse_ .nav > li > a span {
    left: 70px;
  }
  #fooBox .span2 {
    width: 300px;
    float: left;
    margin-right: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  #fooBox .span2 {
    width: 250px;
    float: left;
    margin-right: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .box1 {
    margin-right: 20px;
  }
  .thumb-pad2 figure {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  #fooBox .span2 {
    width: 230px;
    float: left;
    margin-right: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  .follow_links {
    display: none;
  }
  h1.brand {
    float: none !important;
    display: block;
    text-align: center;
  }
  h1.slogan {
    display: none;  
  }
  .thumb-pad4 figure {
    float: none;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .list4 .pull-left,
  .pull-right {
    float: none;
    display: inline-block;
  }
  #fooBox .span2 {
    width: 40%;
    float: left;
    margin-right: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .map iframe {
    height: 200px;
  }
  h1.brand {
    display: block;
    float: none !important;
  }
  #fooBox .span2 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .box1 {
    width: 100%;
    margin-right: 0;
  }
  #fooBox .span2 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.error {
  max-width: 100% !important;
  margin-top: 163px;
  margin-left: 0;
}
.margBot {
  margin-bottom: 28px;
}
.margBot1 {
  margin-bottom: 17px !important;
}
.margBot2 {
  margin-bottom: 26px;
}
.margBot3 {
  margin-bottom: 21px;
}
.margBot4 {
  margin-bottom: 23px;
}
.margTop {
  margin-top: 39px;
}
.margTop1 {
  margin-top: 102px;
}
.padBot {
  padding-bottom: 56px;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/*---*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}