@import url(http://fonts.googleapis.com/css?family=Righteous);
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 13px PT Sans, Arial, Helvetica, sans-serif;
  line-height: 16px;
  color: #979797;
}
p {
  margin-bottom: 0;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
p > span {
  color: #2f2f2f;
  font-size: 15px;
}
p > em {
  color: #2f2f2f;
  font-style: normal;
}
h1 {
  display: block;
  margin: 0;
  position: relative;
  margin-top: 26px;
  margin-bottom: 23px;
}
h1 a {
  display: inline-block;
}
h1 a img {
  width: 100%;
}
h2 {
  color: #2f2f2f;
  font-family: 'Righteous', PT Sans, Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  margin: 83px 0 33px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #cecece;
  width: 100%;
}
h3 {
  color: #454545;
  font-family: 'Righteous', PT Sans, Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}
h4 {
  color: #2f2f2f;
  font-family: 'Righteous', PT Sans, Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  margin: 53px 0 33px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #cecece;
  width: 100%;
}
#content ul {
  list-style: none;
}
.dis-block {
  display: block;
}
.left-0 {
  margin-left: 0 !important;
}
.last-mbot {
  margin-bottom: 0 !important;
}
.wrapper,
.extra-wrap {
  overflow: hidden;
}
/*-----btn-----*/
.btn.btn-primary {
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  position: relative;
  text-decoration: none;
  background: #eb1e29;
  display: inline-block;
  padding: 11px 10px 11px 9px;
  font: 15px 'Righteous', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.btn-primary:hover {
  color: #454545;
  background: #e3e3e3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----list-----*/
.list1 {
  margin: 0;
  list-style: none;
}
.list1 li {
  padding-bottom: 35px;
  margin-bottom: 32px;
  background: url(../img/dotted.png) 0 bottom repeat-x;
  display: inline-block;
}
.list1 li figure {
  margin: 0;
  position: relative;
  margin-bottom: 23px;
  display: inline-block;
}
.list1 li figure > span {
  position: absolute;
  background: url(../img/zoom.png) no-repeat;
  bottom: 18px;
  right: 19px;
  width: 39px;
  height: 39px;
}
.list1 li figure img {
  width: 100%;
}
.list2 {
  margin: 0;
  list-style: none;
  position: relative;
  top: 1px;
  margin-bottom: 4px;
}
.list2 li {
  display: inline-block;
  margin-bottom: 29px;
}
.list2 li figure {
  margin: 0;
  margin-bottom: 15px;
  display: inline-block;
  float: none;
}
.list2 li figure img {
  width: 100%;
}
.list2 li > div {
  overflow: visible;
  margin-right: 0;
}
.list2 a {
  font: normal 15px 'PT Sans', sans-serif;
  color: #2f2f2f;
  margin-bottom: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list2 a:hover {
  color: #eb1e29;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list3 {
  margin: 0;
  list-style: none;
  margin-top: -8px;
  margin-bottom: 19px;
}
.list3 :last-child a {
  border-bottom-color: #ffffff;
}
.list3 li a {
  font: normal 13px 'PT Sans', sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  padding: 4px 0 3px 0;
  display: inline-block;
  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;
  border-bottom: 1px solid #ededed;
}
.list3 li p {
  float: left;
  margin-right: 9px;
  margin-top: 6px;
}
.list3 li p .img_act {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list3 li p img {
  position: absolute;
  z-index: 0;
}
.list3 li a:hover {
  background-color: #eb1e29;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list3 li a:hover p .img_act {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list4 {
  margin: 0;
  list-style: none;
  margin-bottom: 23px;
}
.list4 li {
  *zoom: 1;
  display: block;
  padding-bottom: 35px;
  margin-bottom: 32px;
  background: url(../img/dotted.png) 0 bottom repeat-x;
}
.list4 li:before,
.list4 li:after {
  display: table;
  content: "";
  line-height: 0;
}
.list4 li:after {
  clear: both;
}
.list4 .last {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list4 .badge {
  margin: 0;
  padding: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  padding: 7px 0 7px 0;
  margin-right: 19px;
  background: #eb1e29;
  text-align: center;
  font: normal 28px 'Righteous', sans-serif;
  color: #ffffff;
}
.list4 h3 {
  margin-top: -3px;
  margin-bottom: 7px;
}
.list5 {
  margin: 0;
  list-style: none;
  margin-top: -8px;
  margin-bottom: 52px;
}
.list5 :last-child a {
  border-bottom-color: #ffffff;
}
.list5 li a {
  font: normal 13px 'PT Sans', sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  padding: 0 0 0 0;
  display: inline-block;
  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;
  border-bottom: 1px solid #ededed;
}
.list5 li p {
  float: left;
  margin-right: 9px;
  margin-top: 10px;
}
.list5 li p .img_act {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list5 li p img {
  position: absolute;
  z-index: 0;
}
.list5 li a:hover {
  background-color: #eb1e29;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list5 li a:hover p .img_act {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list5 li a div {
  overflow: hidden;
  line-height: 24px;
}
.news .indent {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
.news .indent a {
  margin-bottom: 144px;
}
/*-----thumbs-----*/
.thumb-pad1 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail > img {
  max-width: none;
  margin: 0;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #979797;
}
.thumb-pad1 .thumbnail .caption h3 {
  margin-bottom: 7px;
}
.thumb-pad1 .thumbnail .caption p {
  margin-bottom: 15px;
}
.thumb-pad1 figure {
  margin: 0;
  display: inline-block;
  margin-bottom: 23px;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad2 {
  margin: -7px 0 0 -20px;
  padding-top: 7px;
}
.thumb-pad2 .span2 {
  margin-bottom: 30px;
}
.thumb-pad2 figure {
  margin: 0;
  position: relative;
  display: inline-block;
}
.thumb-pad2 figure > span {
  position: absolute;
  background: url(../img/zoom.png) no-repeat;
  bottom: 18px;
  right: 19px;
  width: 39px;
  height: 39px;
}
.thumb-pad2 figure a img {
  width: 100%;
}
.thumb-pad3 {
  display: inline-block;
  margin-bottom: 23px;
  margin-top: -3px;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
}
.thumb-pad3 .thumbnail > img {
  max-width: none;
  margin: 0;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #979797;
  overflow: visible;
}
.thumb-pad3 .thumbnail .caption p {
  margin-bottom: 23px;
}
.thumb-pad3 .thumbnail .caption .title1 {
  font: 15px 'PT Sans', sans-serif;
  color: #2f2f2f;
  margin: 0;
}
.thumb-pad3 figure {
  margin: 0;
  display: inline-block;
  margin-bottom: 21px;
  float: none;
  margin-right: 0;
}
.thumb-pad3 figure img {
  width: 100%;
}
.thumb-pad3 h3 {
  margin-bottom: 23px;
}
.thumb-pad4 {
  display: inline-block;
  margin-bottom: 22px;
}
.thumb-pad4 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad4 .thumbnail > img {
  max-width: none;
  margin: 0;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
  color: #979797;
  overflow: visible;
}
.thumb-pad4 figure {
  margin: 0;
  margin-bottom: 21px;
  float: none;
  margin-right: 0;
}
.thumb-pad4 figure img {
  width: 100%;
}
.thumb-pad4 h3 {
  margin-bottom: 7px;
}
.thumb-pad4 a {
  color: #454545;
  font-family: 'Righteous', PT Sans, Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 7px;
  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;
}
.thumb-pad4 a:hover {
  color: #eb1e29;
  -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 {
  z-index: 1;
  padding: 0;
  height: auto;
  background-color: #ffffff;
}
/*-----menu-----*/
.navbar_ {
  margin-bottom: 0 !important;
  text-align: center;
}
.navbar_ .collapse {
  overflow: visible;
}
.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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.navbar_ .nav-collapse_ {
  height: 92px !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;
  text-align: center;
}
.nav-collapse_ .nav {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.nav-collapse_ {
  background-color: #232323;
  background-image: -moz-linear-gradient(top, #2c2c2c, #151515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c2c2c), to(#151515));
  background-image: -webkit-linear-gradient(top, #2c2c2c, #151515);
  background-image: -o-linear-gradient(top, #2c2c2c, #151515);
  background-image: linear-gradient(to bottom, #2c2c2c, #151515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c2c2c', endColorstr='#ff151515', GradientType=0);
}
.nav-collapse_ .nav li {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  text-transform: uppercase;
  zoom: 1;
  padding-right: 2px;
  background: url(../img/menu_border.png) right 0 repeat-y;
}
.nav-collapse_ .nav li a span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
  left: 9px;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #4e4e4e;
  font: 14px 'Righteous', PT Sans, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  padding: 38px 22px 36px 21px;
  background-color: #232323;
  background-image: -moz-linear-gradient(top, #2c2c2c, #151515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c2c2c), to(#151515));
  background-image: -webkit-linear-gradient(top, #2c2c2c, #151515);
  background-image: -o-linear-gradient(top, #2c2c2c, #151515);
  background-image: linear-gradient(to bottom, #2c2c2c, #151515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c2c2c', endColorstr='#ff151515', GradientType=0);
}
.nav-collapse_ .nav > .sfHover > a {
  color: #ffffff !important;
  background-color: #3a3a3a;
  background-image: -moz-linear-gradient(top, #2f2f2f, #4a4a4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f2f2f), to(#4a4a4a));
  background-image: -webkit-linear-gradient(top, #2f2f2f, #4a4a4a);
  background-image: -o-linear-gradient(top, #2f2f2f, #4a4a4a);
  background-image: linear-gradient(to bottom, #2f2f2f, #4a4a4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f2f2f', endColorstr='#ff4a4a4a', GradientType=0);
}
.nav-collapse_ .nav > li.active > a {
  color: #ffffff !important;
  background-color: #3a3a3a;
  background-image: -moz-linear-gradient(top, #2f2f2f, #4a4a4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f2f2f), to(#4a4a4a));
  background-image: -webkit-linear-gradient(top, #2f2f2f, #4a4a4a);
  background-image: -o-linear-gradient(top, #2f2f2f, #4a4a4a);
  background-image: linear-gradient(to bottom, #2f2f2f, #4a4a4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f2f2f', endColorstr='#ff4a4a4a', GradientType=0);
}
.nav-collapse_ .nav > li:hover > a {
  color: #ffffff;
  background-color: #3a3a3a;
  background-image: -moz-linear-gradient(top, #2f2f2f, #4a4a4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f2f2f), to(#4a4a4a));
  background-image: -webkit-linear-gradient(top, #2f2f2f, #4a4a4a);
  background-image: -o-linear-gradient(top, #2f2f2f, #4a4a4a);
  background-image: linear-gradient(to bottom, #2f2f2f, #4a4a4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f2f2f', endColorstr='#ff4a4a4a', GradientType=0);
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu {
  position: absolute;
  display: none;
  width: 98px;
  left: -2px;
  top: 92px;
  list-style: none;
  zoom: 1;
  z-index: 11;
  background: #2f2f2f;
  padding: 38px 8px 49px 21px;
  margin: 0;
  text-align: left;
}
.nav-collapse .sub-menu li {
  background: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
  display:block;
  width:100%;
}
.nav-collapse .sub-menu li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  font: 14px 'Righteous', PT Sans, Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  -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 li a span {
  margin-left: 10px;
  color: #eb1e29;
}
.sub-menu li.sfHover > a {
  text-decoration: none;
  color: #5e5e5e;
  background: none;
}
.sub-menu li.sfHover > a span {
  color: #5e5e5e;
}
.nav-collapse .sub-menu li a:hover,
.nav-collapse .sub-menu li.sfHover > a {
  text-decoration: none;
  color: #5e5e5e;
  background: none;
  -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 li a:hover span,
.nav-collapse .sub-menu li.sfHover > a span {
  color: #5e5e5e;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul li a {
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.nav-collapse .sub-menu ul {
  position: absolute;
  display: none;
  width: 98px;
  left: 107px;
  top: -28px;
  list-style: none;
  zoom: 1;
  z-index: 11;
  background: #2f2f2f;
  padding: 28px 8px 28px 21px;
  margin: 0;
  text-align: left;
}
.nav-collapse .sub-menu ul li a:hover,
.nav-collapse .sub-menu ul li.sfHover > a {
  text-decoration: none;
  color: #5e5e5e;
  background: none;
  -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 {
  padding: 7px;
  background: none;
  box-shadow: none;
  border: 1px solid #f3f3f3;
  max-width: inherit;
}
#toTop {
  display: none;
  width: 41px;
  height: 41px;
  overflow: hidden;
  background: url(../img/top.png) 0 top no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 200px;
  z-index: 999;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#toTop:hover {
  background: url(../img/top.png) 0 bottom no-repeat;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.news {
  background-color: #f9f9f9;
}
.news h2 {
  border-bottom: none;
}
.list-blog {
  margin: 0;
  margin-top: -20px;
}
.list-blog li {
  display: block;
  overflow: hidden;
  padding: 17px 0 18px 0;
  background: url(../img/dotted.png) 0 bottom repeat-x;
  padding-bottom: 36px;
  margin-bottom: 11px;
}
.list-blog li h3 {
  margin-bottom: 5px;
}
.list-blog:first-child {
  padding-top: 0;
  border: none;
}
.list-blog:first-child {
  background: none;
}
.list-blog .extra-wrap {
  overflow: hidden;
}
.list-blog .extra-wrap .extra-wrap {
  overflow: hidden;
}
.block-blog {
  overflow: hidden;
  margin: 26px 0 0 0;
}
.block-blog .img-polaroid {
  float: left;
  margin: 4px 30px 0 0;
}
.block-blog p {
  margin-bottom: 23px;
}
.block-blog .extra-wrap {
  overflow: visible;
}
.block-blog figure img {
  width: 100%;
}
blockquote {
  padding: 0;
  border: none;
  margin: 0;
  margin-top: -2px;
  margin-bottom: 57px;
}
blockquote img {
  float: left;
  margin-right: 9px;
}
blockquote p {
  font: 13px PT Sans, Arial, Helvetica, sans-serif;
  line-height: 16px;
  color: #979797;
  margin-bottom: 15px;
}
blockquote a {
  font-size: 15px;
  color: #2f2f2f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
blockquote a:hover {
  color: #eb1e29;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----search-----*/
#search-404 input {
  background-color: #ffffff;
  border: none;
  width: 94%;
  outline: none;
  box-shadow: none;
  color: #979797;
  font: 12px PT Sans, Arial, Helvetica, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 11px 10px 12px 10px;
  margin: 26px 0 27px 0;
  box-sizing: content-box;
  margin-right: 0;
  float: none;
  border: 1px solid #cecece;
  margin-left: 0;
}
#search {
  display: inline-block;
  margin: 0;
  margin-top: 5px;
  margin-left: 248px;
}
#search input {
  background: url(../img/search_bg.png) repeat-x;
  width: 213px;
  outline: none;
  box-shadow: none;
  color: #707070;
  font-family: PT Sans, PT Sans, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 19px;
  border-radius: 0;
  padding: 9px 10px 10px 12px;
  margin: 26px 0 27px 0;
  box-sizing: content-box;
  margin-right: 0;
  float: none;
  border: none;
}
.search_link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#patternBg {
  width: 100%;
  height: 500px;
  position: absolute;
  background: url(../img/pattern.png) repeat;
  top: 203px;
  left: 0;
  z-index: -1;
}
/*-----map-----*/
.map {
  display: block;
  padding-top: 23px;
  margin: 34px 0 0 0;
  line-height: 0;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 382px ;
  border: none;
  line-height: 0;
}
.div-adress {
  padding: 0;
  margin-top: -3px;
}
.div-adress .adr {
  color: #454545;
  font-family: 'Righteous', PT Sans, Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.info {
  margin-top: 16px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  background: url(../img/dotted.png) 0 bottom repeat-x;
}
address {
  margin: 0;
}
.mail {
  color: #2f2f2f;
  font-size: 15px;
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-bottom: 57px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----form-----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: PT Sans, Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 190px;
}
.form-div-1 {
  margin-right: 23px;
}
.form-div-2 {
  margin-right: 27px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 61px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 201px;
  width: 100%;
  margin-bottom: 27px;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 11px 15px 11px 14px;
  width: 100%;
  outline: none;
  border: none;
  background: #ffffff;
  color: #979797;
  font-size: 13px;
  line-height: 20px !important;
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  border: 1px solid #cecece;
}
#contact-form input {
  height: 41px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 201px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 10px;
  width: 100%;
  border: 1px solid #cecece;
  background: #ffffff;
  color: #cecece;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 6px;
  left: 2px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #f00;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: PT Sans, Arial, Helvetica, sans-serif;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 5px;
}
/*-----footer-----*/
footer {
  padding-top: 11px;
  padding-bottom: 11px;
  background: url(../img/pattern.png) repeat-x;
}
footer .container {
  position: relative;
}
footer p {
  color: #979797;
  font: 15px 'Righteous', PT Sans, Arial, Helvetica, sans-serif;
}
footer p > a {
  color: #d4d4d4;
  font: 15px 'Righteous', PT Sans, Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer p > a:hover {
  color: #eb1e29;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.select-menu {
  display: none !important;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1200px) {
  .thumb-pad2 {
    margin: -7px 0 0 -30px;
  }
  .navbar_ {
    text-align: left;
  }
  .navbar_ .brand {
    float: left;
    margin: 28px 0 0 0;
    display: block;
  }
  .nav-collapse_ {
    display: block;
  }
  .nav-collapse .nav {
    display: block;
  }
  #contact-form label {
    display: inline-block;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 243px;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  #patternBg {
    height: 394px;
  }
  #search {
    margin-left: 0;
  }
  .nav-collapse_ {
    height: auto !important;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
  #patternBg {
    height: 334px;
  }
  #search {
    margin-left: 0;
  }
  #search input {
    width: 55px;
  }
  .navbar_.nav-collapse {
    height: 92px !important;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .news .indent {
    padding-left: 10px;
    padding-right: 10px;
  }
  .list4 .extra-wrap {
    overflow: visible;
  }
  .list4 h3 {
    font-size: 20px;
  }
  .block-blog .img-polaroid {
    float: none;
    width: 95%;
    margin: 0 0 15px 0;
  }
  .block-blog .img-polaroid img {
    width: 100%;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 145px;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  #patternBg {
    display: none;
  }
  h1 {
    margin-bottom: 71px;
  }
  #search {
    margin-left: 0;
    display: block;
    width: 100%;
    position: absolute;
    top: -38px;
  }
  #search input {
    width: 97%;
    margin: 0;
    padding: 5px 10px 5px 10px;
  }
  .list1 li figure {
    width: 97%;
  }
  .list2 li figure {
    margin: 0;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .list2 li > div {
    overflow: hidden;
  }
  .news .indent a {
    margin-bottom: 35px;
  }
  h2 {
    margin: 23px 0 33px 0;
    display: inline-block;
  }
  .thumb-pad1 figure {
    width: 95%;
  }
  .thumb-pad2 {
    margin: 0;
  }
  .thumb-pad2 .span2 {
    float: left;
    width: 26%;
    margin: 0 20px 20px 0;
  }
  blockquote {
    margin-bottom: 20px;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    padding-bottom: 5px;
    background: none;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #000;
    background: #d9d9d9 ;
    color: #000000;
    cursor: pointer;
  }
  .top {
    display: none;
  }
  .block-blog .img-polaroid {
    float: left;
    margin: 4px 20px 0 0;
  }
  .block-blog p {
    margin-bottom: 20px;
  }
  .block-blog .extra-wrap {
    overflow: visible;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .thumb-pad2 figure {
    width: 94%;
  }
  .thumb-pad2 figure img {
    width: 100%;
  }
  .box1 {
    width: 240px;
    display: inline-block;
    float: left;
    margin-right: 12px;
  }
  .box1 h2 {
    margin-top: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  .list2 li figure {
    margin: 0;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .list2 li > div {
    overflow: hidden;
  }
  .thumb-pad3 {
    display: block;
  }
  .thumb-pad3 .thumbnail .caption {
    overflow: hidden;
  }
  .thumb-pad3 figure {
    float: left;
    margin-right: 20px;
    /*width:97%;*/
  
  }
  .thumb-pad3 figure img {
    width: 100%;
  }
  .thumb-pad4 .thumbnail .caption {
    overflow: hidden;
  }
  .thumb-pad4 figure {
    float: left;
    margin-right: 15px;
  }
  .box1 {
    width: 280px;
    display: inline-block;
    float: left;
    margin-right: 12px;
  }
  .box1 h2 {
    margin-top: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .list2 li figure {
    margin: 0;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .list2 li > div {
    overflow: hidden;
  }
  #search {
    margin-left: 0;
    display: block;
  }
  #search input {
    width: 97%;
    margin: 0;
  }
  .thumb-pad3 .thumbnail .caption {
    overflow: hidden;
  }
  .thumb-pad3 figure {
    float: left;
    margin-right: 15px;
  }
  .thumb-pad4 .thumbnail .caption {
    overflow: hidden;
  }
  .thumb-pad4 figure {
    float: left;
    margin-right: 15px;
  }
  .map iframe {
    height: 300px;
  }
  .box1 {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
  }
  .box1 h2 {
    margin-top: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  .list2 li figure {
    margin: 0;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .list2 li > div {
    overflow: hidden;
  }
  #search {
    margin-left: 0;
    display: block;
  }
  #search input {
    width: 95%;
    margin: 0;
  }
  .block-blog .img-polaroid {
    float: none;
    margin: 0 0 15px 0;
    width: 95%;
    display: block;
  }
  .thumb-pad3 .thumbnail .caption {
    overflow: hidden;
  }
  .thumb-pad3 figure {
    float: left;
    margin-right: 15px;
    /*width:95%;*/
  
  }
  .thumb-pad4 figure {
    float: none;
    margin-right: 0;
  }
  .list-blog li .extra-wrap .extra-wrap > div {
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .list2 li figure {
    margin: 0;
    margin-bottom: 15px;
    display: inline-block;
    float: none;
    margin-right: 0;
    width: 97%;
  }
  .list2 li > div {
    overflow: visible;
  }
  #search input {
    width: 93%;
    margin: 0;
  }
  .thumb-pad2 .span2 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .thumb-pad3 .thumbnail .caption {
    overflow: visible;
  }
  .thumb-pad3 figure {
    float: none;
    margin-right: 0;
    width: 95%;
  }
  .thumb-pad3 figure img {
    width: 100%;
  }
  .thumb-pad4 figure {
    float: none;
    margin-right: 0;
    width: 95%;
  }
  .list4 h3 {
    font-size: 17px;
  }
  .list4 .extra-wrap {
    overflow: hidden;
  }
  .map iframe {
    height: 200px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .block-indent .img-polaroid {
    float: none;
    width: 100%;
  }
  #search input {
    width: 92%;
    margin: 0;
  }
  .list-blog .fleft,
  .list-blog .fright {
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/.fleft {
  float: left;
}
.fright {
  float: right;
}
.span7 .error {
  max-width: 100% !important;
}
.margBot {
  margin-bottom: 20px;
}
.margBot1 {
  margin-bottom: 61px;
}
.margBot2 {
  margin-bottom: 15px;
}
.margBot3 {
  margin-bottom: 109px;
}
.margTop {
  margin-top: 62px;
}
.margTop1 {
  margin-top: 55px;
}
.margTop2 {
  margin-top: 67px;
}
.margTop3 {
  margin-top: 78px;
}
.titleIndent {
  margin: 120px 0 33px 0;
  line-height: 29px;
}
.dotted {
  background: url(../img/dotted.png) 0 bottom repeat-x;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.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: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
