@import url(//fonts.googleapis.com/css?family=Stint+Ultra+Condensed);
/*------ template stylization ------*/
body {
  background: #dfdcd8 url(../img/pattern1.png) repeat;
  font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #5e372a;
}
p {
  margin-bottom: 0;
  font: 300 13px Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 18px;
}
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;
  margin: 10px 0 0 0;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}
h1.brand a {
  display: inline-block;
}
h1.brand a > img {
  width: 100%;
}
h2 {
  color: #5a3831;
  font: 48px/48px 'Stint Ultra Condensed', Trebuchet MS, Arial, Helvetica, sans-serif;
  margin: 0 0 15px 0;
}
#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
.global {
  background: url(../img/pattern2.png) repeat;
}
/*-----btn-----*/
.btn.btn-primary {
  box-shadow: none;
  background: none;
  position: relative;
  border-radius: 0;
  display: inline-block;
  padding: 10px 54px 11px 54px;
  font: 11px 'Roboto', Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #333;
  border: none;
  border: 1px solid #bcbab0;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.btn-primary:hover {
  background: none;
  color: #dd6542;
  border-color: #333;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.btn-primary.btn1 {
  box-shadow: none;
  background: none;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  display: inline-block;
  padding: 9px 26px 9px 25px;
  font: bold 16px 'Roboto', Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: none;
  text-shadow: none;
  background: #dd6542;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 0;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.btn-primary.btn1:hover {
  background: #bcbab0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.btn-primary.btn2 {
  box-shadow: none;
  background: none;
  position: relative;
  text-transform: none;
  border-radius: 0;
  display: inline-block;
  padding: 9px 26px 9px 25px;
  font: 16px 'Roboto', Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: none;
  text-shadow: none;
  background: #0dccd7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 0;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.btn-primary.btn2:hover {
  background: #bcbab0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.btn-link {
  box-shadow: none;
  position: relative;
  text-decoration: underline;
  padding: 0;
  font: 24px 'Stint Ultra Condensed', Trebuchet MS, Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: none;
  text-shadow: none;
  color: #512c20;
  border: none;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: -2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.btn-link:hover {
  color: #a0857a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.btn-link.btn1 {
  color: #9b132a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn.btn-link.btn1:hover {
  color: #5a3831;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*-----carousel-----*/
.carouselBox {
  position: relative;
  background: url(../img/pattern.png) repeat;
  padding: 30px 0 19px 0;
}
.carouselBox .container {
  position: relative;
  z-index: 1;
}
.carouselBox > em {
  background: #7c5148;
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
}
.carousel {
  background: #dc9805;
  padding-top: 35px;
  margin-bottom: 0;
}
.list_carousel2 {
  position: relative;
  margin-top: 0px;
  color:white;
}
.list_carousel2 .caroufredsel_wrapper {
  height: 143px !important;
  margin-bottom: 29px !important;
}
.list_carousel2 #foo2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
  height: 100% !important;
  height: 145px !important;
  overflow: hidden;
}
.list_carousel2 #foo2 > li {
  padding: 0;
  float: left;
  cursor: default;
  margin-right: 30px;
  position: relative;
}
.list_carousel2 #foo2 > li div {
  background: #1c0300;
  position: relative;
  z-index: 1;
}
.list_carousel2 #foo2 > li div > img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list_carousel2 #foo2 > li em {
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list_carousel2 #foo2 > li a {
  padding: 5px;
  display: inline-block;
  position: relative;
}
.list_carousel2 #foo2 > li a p {
  position: absolute;
  z-index: 2;
  top: 39px;
  width: 100%;
  text-align: center;
  font: 24px 'Stint Ultra Condensed';
  color: #9a655a;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list_carousel2 #foo2 > li .extra-wrap {
  padding-right: 40px;
}
.list_carousel2.responsive {
  width: auto;
  margin: 0;
}
.list_carousel2.responsive .caroufredsel_wrapper {
  cursor: default !important;
}
.list_carousel2 .prev,
.list_carousel2 .next {
  display: inline-block;
  float: left;
  cursor: pointer;
}
.carousel-btn {
  text-align: center;
}
.foo-btn {
  display: inline-block;
  position: relative;
  top: 11px;
}
.foo-btn .prev {
  width: 51px;
  height: 21px;
  padding: 0 6px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: url(../img/prev_arr.png) 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;
}
.foo-btn .next {
  width: 51px;
  height: 21px;
  padding: 0 6px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: url(../img/next_arr.png) 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;
}
.foo-btn a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----*/
.list_carousel1 {
  position: relative;
  margin-top: 0px;
}
.list_carousel1 #foo1 {
  margin: 5px 0 0 0 !important;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
  height: 100% !important;
}
.list_carousel1 #foo1 > li {
  padding: 0;
  float: left;
  cursor: default;
  position: relative;
}
.list_carousel1 #foo1 > li div {
  position: relative;
  z-index: 1;
}
.list_carousel1 #foo1 > li div > img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list_carousel1 #foo1 > li em {
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list_carousel1 #foo1 > li a p {
  position: absolute;
  z-index: 2;
  top: 39px;
  width: 100%;
  text-align: center;
  font: 24px 'Stint Ultra Condensed';
  color: #9a655a;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list_carousel1.responsive {
  width: auto;
  margin: 0;
}
.list_carousel1.responsive .caroufredsel_wrapper {
  cursor: default !important;
}
.list_carousel1 .prev,
.list_carousel1 .next {
  display: inline-block;
  float: left;
  cursor: pointer;
}
.list_carousel1 .carousel-btn {
  text-align: right;
  margin-top: 7px;
}
.list_carousel1 .foo-btn {
  display: inline-block;
  position: relative;
  top: 0;
}
.list_carousel1 .foo-btn .prev {
  width: 30px;
  height: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 6px;
  background: url(../img/prev_arr2.png) 0 top no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list_carousel1 .foo-btn .next {
  width: 30px;
  height: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 0 6px;
  background: url(../img/next_arr2.png) 0 top no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list_carousel1 .foo-btn .prev:hover {
  background: url(../img/prev_arr2.png) 0 bottom no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list_carousel1 .foo-btn .next:hover {
  background: url(../img/next_arr2.png) 0 bottom no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list_carousel1 #foo1 > li > div {
  background: #fbf4eb;
  padding: 15px 14px 14px 14px;
  margin-bottom: 13px;
}
.list_carousel1 #foo1 > li > .box2 {
  background: url(../img/pattern3.png) repeat;
}
.list_carousel1 #foo1 > li figure {
  float: none;
  margin: 0;
  margin-right: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.list_carousel1 #foo1 > li figure > img {
  width: 100%;
}
.list_carousel1 #foo1 > li .caption {
  overflow: hidden;
  padding-left: 87px;
}
.list_carousel1 #foo1 > li .box1 .date {
  float: left;
  margin-right: 11px;
  margin-top: -20px;
  padding: 19px 0 0 10px;
  width: 66px;
  height: 146px;
  background: url(../img/date1.png) no-repeat;
}
.list_carousel1 #foo1 > li .caption a {
  font-weight: bold;
  color: #5e372a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li .caption a:hover {
  color: #761425;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li .box2 .date {
  float: left;
  margin-right: 11px;
  margin-top: -20px;
  padding: 19px 0 0 10px;
  width: 66px;
  height: 146px;
  background: url(../img/date2.png) no-repeat;
}
.list_carousel1 #foo1 > li .date time {
  font: 50px/38px 'Stint Ultra Condensed';
  color: #fbf4eb;
}
.list_carousel1 #foo1 > li .date time span {
  font-size: 56px;
  margin-top: 3px;
  display: inline-block;
}
/*-----list-----*/
.list0Box .btn.btn-link {
  float: right;
}
.list0 {
  margin: 0;
  list-style: none;
  margin-top: 25px;
  margin-bottom: 10px;
}
.list0 li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list0 li > div {
  float: left;
  width: 31px;
  height: 30px;
}
.list0 li > div em {
  width: 31px;
  height: inherit;
  background: url(../img/list_arrow.png) center center no-repeat;
  display: inline-block;
}
.list0 li a {
  font: bold 14px/18px Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #9b132a;
  padding: 6px 12px 6px 12px;
  border-left: 2px solid #d5d0cc;
  display: block;
  overflow: hidden;
}
.list1 {
  margin: 0;
  list-style: none;
  margin-top: 20px;
}
.list1 li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 18px;
}
.list2 {
  margin: 0;
  list-style: none;
  margin-bottom: 90px;
}
.list2 li {
  margin-bottom: 8px;
  padding-left: 20px;
  background: url(../img/list_point.png) left 8px no-repeat;
}
.list2.category li {
  margin-bottom: 8px;
}
.list2 li a {
  font: bold 14px Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 li a:hover {
  color: #0dccd7;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 {
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-top: 10px;
}
.list3 li {
  margin-bottom: 30px;
}
.list4 {
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 25px;
}
.list4.box-list4 {
  margin-bottom: 54px;
}
.list4 li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 18px;
}
.list4 li .extra-wrap h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}
.list4 .badge {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 40px;
  height: 37px;
  text-align: left;
  padding-top: 2px;
  text-align: center;
  text-shadow: none;
  background: none;
  font: 36px/36px 'Stint Ultra Condensed';
  color: #dad4cd;
  float: left;
  margin-right: 19px;
  background: #761425;
  margin-top: 0;
}
.list5 {
  margin: 0;
  list-style: none;
}
.list5 li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
}
.list5.info-box li {
  margin-bottom: 0;
}
.list5.info-box li p {
  font-style: normal;
  color: #efede0;
  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: 65px;
  float: none;
}
.list5.info-box li:first-child + li + li + li + li + li {
  margin-top: 18px;
}
.list5 li a {
  font: 12px/18px Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #efede0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list5 li a:hover {
  color: #0dccd7;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list6 {
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 25px;
}
.list6 li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.list6 .badge {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 41px;
  height: 63px;
  padding-top: 8px;
  padding-left: 9px;
  text-shadow: none;
  background: none;
  font: 24px/19px 'Stint Ultra Condensed';
  color: #dad4cd;
  background: url(../img/badge.png) no-repeat;
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
  margin-top: 0;
}
.list6 .badge p {
  font: 24px/19px 'Stint Ultra Condensed';
  color: #dad4cd;
}
.list6 li .extra-wrap p {
  font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #5e372a;
  width: 100%;
  float: left;
}
.list6 li .extra-wrap p br {
  display: none;
}
.list6 li .extra-wrap p br {
  display: none;
}
.list6 li .extra-wrap > a {
  font: bold 14px Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #9b132a;
  margin-bottom: 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list6 li .extra-wrap > a:hover {
  color: #5a3831;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list6 li .extra-wrap p a {
  font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #5e372a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list6 li .extra-wrap p a:hover {
  color: #9b132a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list6 li > div {
  margin-bottom: 3px;
}
.list6 li > div .extra-wrap h3 {
  margin-bottom: 10px;
}
/*-----thumbs-----*/
.thumb-pad-bann figure {
  margin: 0 0 25px 0;
}
.thumb-pad-bann time {
  font: 23px/23px 'Roboto';
  color: #dd6542;
}
.thumb-pad0 {
  margin-bottom: 11px;
  overflow: hidden;
}
.thumb-pad0 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad0 .thumbnail .caption {
  padding: 0;
  padding-bottom: 25px;
  color: #5e372a;
}
.thumb-pad0 .thumbnail .caption a {
  margin-bottom: 5px;
  display: inline-block;
  color: #ffffff;
  font: 33px/33px 'Anton', Trebuchet MS, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption a:hover {
  color: #f6705e;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption h3 {
  margin-bottom: 9px;
}
.thumb-pad0 figure {
  position: relative;
  margin: 0;
  margin-bottom: 27px;
}
.thumb-pad0 figure img {
  width: 100%;
}
.thumb-pad0 figure a > em {
  width: 23px;
  height: 23px;
  background: url(../img/play.png) no-repeat;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.box-thumb h2 {
  margin-bottom: 28px;
}
.thumb-pad1 {
  margin-top: -6px;
  margin-bottom: 53px;
  overflow: hidden;
}
.thumb-pad1 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #5e372a;
}
.thumb-pad1 .thumbnail .caption p {
  margin-bottom: 5px;
}
.thumb-pad1 figure {
  margin: 0;
  margin-bottom: 16px;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad2 {
  margin-bottom: 0;
  margin-top: 25px;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #5e372a;
}
.thumb-pad2 .thumbnail .caption p {
  margin-bottom: 18px;
}
.thumb-pad2 figure {
  margin: 0;
  margin-bottom: 16px;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad3 figure {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.thumb-pad3 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 {
  padding: 20px 20px 15px 20px;
  margin-bottom: 30px;
  background-color: #e7e7e7;
}
.thumb-pad4 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad4 figure {
  margin: 0;
  width: 100%;
  margin-bottom: 16px;
}
.thumb-pad4 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
}
.thumb-pad4 .thumbnail .caption p {
  color: #7b7b7b;
  margin-top: 11px;
}
.thumb-pad4 .thumbnail .caption a {
  color: #378673;
  font: 16px/20px Trebuchet MS, Arial, Helvetica, sans-serif;
  margin: 0;
  -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 .thumbnail .caption a:hover {
  color: #9bd156;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad5 {
  margin: 0;
  display: inline-block;
  margin-bottom: 10px !important;
}
.thumb-pad5 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  color: #5e372a;
}
.thumb-pad5 .thumbnail .caption p {
  margin-bottom: 8px;
}
.thumb-pad5 figure {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 19px;
}
.thumb-pad5 figure img {
  width: 100%;
}
.box4-box {
  margin-top: 0;
  padding-bottom: 30px;
}
.thumb-pad8 {
  position: relative;
  padding: 20px 20px 29px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.thumb-pad8 span {
  background-color: #761425;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thumb-pad8 strong {
  background-color: #fbf4eb;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-pad8 .thumbnail {
  position: relative;
  z-index: 3;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad8 figure {
  margin: 0;
  width: 100%;
  margin-bottom: 16px;
}
.thumb-pad8 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad8 .thumbnail .caption {
  padding: 0;
  color: #5e372a;
}
.thumb-pad8 .thumbnail .caption p {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 8px;
}
.thumb-pad8 .thumbnail .caption p i {
  font-style: normal;
  font-weight: bold;
}
/*-----blockquote-----*/blockquote {
  padding: 0;
  border: none;
  margin: 0;
  margin-bottom: 27px;
  margin-top: 6px;
}
blockquote img {
  float: left;
  margin-top: 0;
  margin-right: 6px;
}
blockquote p {
  margin-bottom: 18px;
  font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 18px;
}
blockquote a {
  color: #5e372a;
  font: bold 13px Trebuchet MS, Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
blockquote a:hover {
  color: #761425;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*-----header-----*/
header {
  padding: 0;
  background: #490b12;
  border-bottom: 4px solid #dcd5cc;
}
/*-----menu-----*/
.navbar_ {
  margin-bottom: 0 !important;
}
.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: 24px;
  line-height: 24px;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.navbar_ .nav-collapse_ {
  padding: 0;
}
.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;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav li {
  position: relative;
  display: inline-block;
  margin: 0 11px 0 0;
  padding: 0;
  float: left;
  text-transform: uppercase;
  zoom: 1;
}
.nav-collapse_ .nav li:first-child + li + li + li + li {
  margin-right: 0;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-shadow: none;
  color: #dcd5cc;
  box-shadow: none !important;
  font: 24px 'Stint Ultra Condensed', Trebuchet MS, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: #490b12;
  text-align: center;
  width: 178px;
  padding: 14px 0 13px 0;
  letter-spacing: 1px;
  -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.active > a {
  color: #712918 !important;
  background: #dcd5cc !important;
  box-shadow: none;
}
.nav-collapse_ .nav > li a:hover {
  color: #712918 !important;
  background: #dcd5cc !important;
  -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: #712918 !important;
  background: #dcd5cc !important;
  -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 > a span {
  display: inline-block;
  height: 6px;
  background: url(../img/menu-marker.png) no-repeat;
  width: 7px;
  left: 86px;
  top: 42px;
  position: absolute;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
  position: absolute;
  display: none;
  width: 204px;
  left: 0;
  top: 62px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #dcd5cc;
  padding: 22px 0 22px 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: 2px;
}
.nav-collapse .sub-menu > ul li a {
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  font: 24px/24px 'Stint Ultra Condensed', Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #490b12;
  text-transform: uppercase;
  padding: 3px 0 1px 28px;
  -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: 30px;
  display: inline-block;
  background: url(../img/menu-marker2.png) no-repeat;
  width: 5px;
  height: 6px;
  position: relative;
  top: -6px;
}
.nav-collapse .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #dcd5cc !important;
  background-color: #490b12 !important;
  -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: #dcd5cc !important;
  background-color: #490b12 !important;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu > ul ul {
  position: relative;
  display: none;
  width: 204px;
  left: 0;
  top: 0;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: transparent;
  padding: 2px 0 0 0;
  margin: 0;
  text-align: left;
}
.nav-collapse .sub-menu > ul ul li a {
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  font: 24px/24px 'Stint Ultra Condensed', Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #490b12;
  text-transform: uppercase;
  padding: 3px 0 1px 48px;
  -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: #490b12 !important;
  background-color: #c2bcb4 !important;
  -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: 0;
  box-shadow: none;
  border: none;
  max-width: inherit;
  background: none;
  border: 5px solid #fffcf8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop {
  display: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url(../img/top.png) 0 top no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background: url(../img/top.png) 0 bottom no-repeat;
}
.mail {
  font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #9b132a;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail:hover {
  color: #5a3831;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.contentBox {
  background: url(../img/pattern2.png) repeat;
  padding: 39px 0 0 0;
  padding-bottom: 97px;
  position: relative;
}
.contentBox > em {
  position: absolute;
  top: 0;
  width: 100%;
  height: 6px;
  background: url(../img/pattern4.png) repeat;
}
.banner1 {
  display: block;
  height: 96px;
  padding: 23px 0 0 28px;
  margin-bottom: 30px;
  background: #512c20 url(../img/page1_icon1.png) right 35px no-repeat;
}
.banner2 {
  display: block;
  height: 96px;
  padding: 23px 0 0 28px;
  margin-bottom: 30px;
  background: #761425 url(../img/page1_icon2.png) right 28px no-repeat;
}
.banner3 {
  display: block;
  height: 96px;
  padding: 23px 0 0 28px;
  margin-bottom: 30px;
  background: #c3b4ae url(../img/page1_icon3.png) right 5px no-repeat;
}
.banner1 p,
.banner2 p,
.banner3 p {
  color: #dbd5cd;
  font: 36px/34px 'Stint Ultra Condensed';
  text-transform: uppercase;
}
.banner3 p {
  color: #512c20;
}
.banner1:hover {
  background: #fbf4eb url(../img/page1_icon1_act.png) right 35px no-repeat;
}
.banner1:hover > p {
  color: #5a3831;
}
.banner2:hover {
  background: #fbf4eb url(../img/page1_icon2_act.png) right 28px no-repeat;
}
.banner2:hover > p {
  color: #5a3831;
}
.banner3:hover {
  background: #fbf4eb url(../img/page1_icon3_act.png) right 5px no-repeat;
}
.banner3:hover > p {
  color: #5a3831;
}
.bannersBox {
  margin-top: 8px;
}
.bgPic {
  background: url(../img/bg_pic.jpg) center 0 no-repeat;
  padding-top: 71px;
  min-height: 265px;
  margin-bottom: 14px;
}
.bgPic h1.brand {
  margin: 0;
}
.about-box {
  margin-bottom: 39px;
}
.error-search p {
  margin-bottom: 18px;
}
.error-search h2 {
  margin-bottom: 22px;
}
/*-----subscribeForm-----*/
#subscribe-form {
  margin: 0;
  position: relative;
  margin-top: 11px;
}
#subscribe-form .error {
  display: block;
  overflow: hidden;
  height: 0px;
  position: absolute;
  top: 45px;
  text-align: left;
  left: 0;
  font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #5e372a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#subscribe-form input {
  width: 100%;
  outline: 0;
  box-shadow: none;
  color: #787878;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 19px;
  border-radius: 0;
  padding: 3px 10px 4px 29px;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e0e0e0;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #c5c5c5;
  margin-bottom: 6px;
  height: 43px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#subscribe-form label.invalid .error {
  height: 19px;
}
#subscribe-form .success {
  display: none;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 10px 0 10px 0;
  background-color: #4c544a;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  width: 268px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*-----search-----*/
#search-404 {
  position: relative;
  margin: 0;
  margin-top: 12px;
}
#search-404 input {
  -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: 4px 15px 7px 9px;
  width: 100%;
  outline: none;
  border: 1px solid #ccc6c0;
  background: #fbf4eb;
  font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #5e372a;
  height: 32px;
  margin-bottom: 4px;
}
.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;
}
#search-404 .btn.btn-link {
  margin-top: 6px;
}
#search {
  margin: 0;
  position: relative;
  display: inline-block;
  margin-top: 15px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  margin-left: 31px;
  float: left;
}
#search a {
  position: absolute;
  margin-top: 8px;
  right: 11px;
}
#search input {
  width: 210px;
  outline: none;
  box-shadow: none !important;
  border: none;
  color: #5e372a;
  font: 11px 'Roboto', Trebuchet MS, Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 10px 4px 16px;
  margin-right: 0;
  float: left;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  border: 1px solid #606060;
}
/*-----map-----*/
.map {
  margin: 10px 0 61px 0;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 393px ;
  border: none;
  line-height: 0;
}
.info p {
  margin-bottom: 18px;
}
/*-----form-----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: 33px 0 105px 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: Trebuchet MS, 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: 200px;
}
.form-div-1 p,
.form-div-2 p,
.form-div-3 p {
  margin-bottom: 3px;
}
.form-div-1,
.form-div-2 {
  margin-right: 10px;
}
#contact-form div {
  overflow: hidden;
  margin-bottom: 1px;
}
#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: 43px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 123px;
  width: 100%;
  margin-bottom: 0px;
}
#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: 4px 15px 7px 9px;
  width: 100%;
  outline: none;
  border: 1px solid #ccc6c0;
  background: #fbf4eb;
  font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #5e372a;
  height: 32px;
}
#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: 112px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  background: #fbf4eb;
  color: #5e372a;
  text-align: center;
  text-transform: none;
  font-size: 14px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 12px;
  text-align: right;
  right: 2px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #761425;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: -15px;
  text-align: right;
}
.btns .btn.btn-link {
  float: left;
}
.btns p {
  margin-top: 5px;
  float: left;
  margin-left: 26px;
  font-weight: normal;
}
/*-----footer-----*/
footer {
  position: relative;
  padding-top: 7px;
  padding-bottom: 35px;
  border-top: 4px solid #c8c1bc;
  text-align: center;
}
footer article {
  margin-top: -98px;
}
footer .foo_logo {
  display: inline-block;
  margin-bottom: 11px;
}
footer p {
  font: 24px 'Stint Ultra Condensed';
  color: #a39691;
}
footer p span {
  margin: 0 6px;
}
footer a {
  font: 24px 'Stint Ultra Condensed';
  color: #a39691;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
footer a:hover {
  color: #9b132a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
footer a img {
  width: 100%;
}
.select-menu {
  display: none !important;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1200px) {
  h1.brand {
    margin: 0px 0 0 0;
  }
  .nav-collapse_ {
    display: block;
  }
  .list_carousel2 #foo2 > li a p {
    top: 58px;
  }
  .list_carousel2 #foo2 > li {
    width: 170px !important;
  }
  .banner1 {
    background: #512c20 url(../img/page1_icon1.png) 153px 35px no-repeat;
  }
  .banner2 {
    background: #761425 url(../img/page1_icon2.png) 153px 28px no-repeat;
  }
  .banner3 {
    background: #c3b4ae url(../img/page1_icon3.png) 203px 5px no-repeat;
  }
  .banner1:hover {
    background: #fbf4eb url(../img/page1_icon1_act.png) 153px 35px no-repeat;
  }
  .banner1:hover > p {
    color: #5a3831;
  }
  .banner2:hover {
    background: #fbf4eb url(../img/page1_icon2_act.png) 153px 28px no-repeat;
  }
  .banner2:hover > p {
    color: #5a3831;
  }
  .banner3:hover {
    background: #fbf4eb url(../img/page1_icon3_act.png) 203px 5px no-repeat;
  }
  .banner3:hover > p {
    color: #5a3831;
  }
  .list5 {
    padding-bottom: 59px;
  }
  .box-thumb1 {
    width: 236px;
  }
  #contact-form label {
    display: inline-block;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 250px;
  }
  footer .privacy-box > img {
    float: left;
    margin-top: -4px;
    margin-right: 5px;
  }
  .list5.info-box li p span {
    float: left;
  }
  .list_carousel1 #foo1 > li figure {
    margin: 0;
    float: left;
    margin-right: 29px;
  }
  .list_carousel1 #foo1 > li .caption {
    overflow: visible;
    padding-left: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  h1.brand {
    margin: 10px 0 0 0;
  }
  .list_carousel2 #foo2 > li a p {
    top: 39px;
  }
  .list_carousel1 #foo1 > li figure {
    float: none;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .list_carousel1 #foo1 > li figure > img {
    width: 100%;
  }
  .list_carousel1 #foo1 > li .caption {
    overflow: hidden;
    padding-left: 87px;
  }
  .banner1 {
    background: #512c20 url(../img/page1_icon1.png) right 35px no-repeat;
  }
  .banner2 {
    background: #761425 url(../img/page1_icon2.png) right 28px no-repeat;
  }
  .banner3 {
    background: #c3b4ae url(../img/page1_icon3.png) right 5px no-repeat;
  }
  .banner1:hover {
    background: #fbf4eb url(../img/page1_icon1_act.png) right 35px no-repeat;
  }
  .banner1:hover > p {
    color: #5a3831;
  }
  .banner2:hover {
    background: #fbf4eb url(../img/page1_icon2_act.png) right 28px no-repeat;
  }
  .banner2:hover > p {
    color: #5a3831;
  }
  .banner3:hover {
    background: #fbf4eb url(../img/page1_icon3_act.png) right 5px no-repeat;
  }
  .banner3:hover > p {
    color: #5a3831;
  }
  .list3 {
    margin-bottom: 224px;
  }
  .nav-collapse_ {
    height: auto !important;
  }
  .list5 {
    padding-bottom: 240px;
  }
  .list5.info-box li p span {
    float: none;
  }
  .box-thumb1 {
    width: 182px;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 200px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
  
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  h1.brand img {
    max-width: 80%;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    padding: 0;
    height: auto;
  }
  .nav-collapse_ .nav > li > a {
    width: 130px;
  }
  .nav-collapse_ .nav > li > a span {
    left: 69px;
  }
  .thumb-pad5 figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .list_carousel2 .caroufredsel_wrapper {
    height: 100px!important;
  }
  .list_carousel1 #foo1 > li figure {
    margin: 0;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banner1 p,
  .banner2 p,
  .banner3 p {
    font-size: 26px;
    line-height: 27px;
  }
  .list3 {
    margin-bottom: 398px;
  }
  .box4 {
    width: 27%;
    margin-right: 20px;
    float: left;
  }
  .list1 li .extra-wrap {
    overflow: visible;
  }
  .privacy-box .info-box > div p > span {
    display: block;
  }
  .privacy-box p > a {
    display: block;
  }
  .list0 li .extra-wrap {
    overflow: visible;
  }
  .list4 li .extra-wrap {
    overflow: visible;
  }
  .list5 {
    padding-bottom: 40px;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
  .form-box:after {
    content: none;
  }
  .supportBanner .title1 {
    font-size: 55px;
  }
  .supportBanner .title2 {
    font-size: 25px;
    line-height: 23px;
    margin-top: 0px;
  }
  .thumb-pad8 .thumbnail .caption h4 {
    font-size: 19px;
    line-height: 21px;
  }
  .box-thumb1 {
    width: 215px;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  #search {
    float: right;
  }
  .list5 li figure {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .list3 li p > span {
    display: block;
    width: auto;
  }
  .follow_icon li {
    margin-bottom: 5px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  h1.brand img {
    max-width: 70%;
  }
  h2 {
    font-size: 38px;
    line-height: 48px;
  }
  header {
    padding: 135px 0 0 0;
  }
  h1.brand {
    margin: -190px 0 0 0;
  }
  .bgPic h1.brand {
    margin: -261px 0 0 0;
  }
  .bgPic {
    min-height: 177px;
  }
  .list_carousel2 .caroufredsel_wrapper {
    height: 160px!important;
    margin-bottom: 0 !important;
  }
  .list_carousel2 #foo2 > li a p {
    top: 35%;
  }
  .bannersBox {
    margin-top: 70px;
  }
  .about-box {
    margin-bottom: 0;
  }
  .list6 {
    margin-bottom: 60px;
  }
  .arhBox {
    margin-bottom: 30px;
  }
  .form-box {
    margin-top: 60px;
  }
  .box4 {
    width: 45%;
  }
  .list0 li .extra-wrap {
    overflow: visible;
  }
  #search {
    float: right;
  }
  .select-menu {
    margin-bottom: 14px;
  }
  .list3 {
    margin-bottom: 40px;
  }
  .list3 li {
    margin-bottom: 30px;
    width: 28%;
    float: left;
    margin-right: 30px;
  }
  .list4-box {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .list5 {
    padding-bottom: 40px;
  }
  .list5.info-box li p span {
    float: left;
  }
  .thumb-pad0 figure {
    float: left;
    margin-right: 15px;
  }
  .thumb-pad2 {
    margin-bottom: 80px;
  }
  .navbar_ {
    padding: 11px 10px 0 10px;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    padding: 0;
  }
  .thumb-pad1 {
    margin-bottom: 0;
  }
  .box4 {
    width: 29%;
    float: left;
    margin-right: 20px;
  }
  .thumb-pad8 .btn.btn-primary.btn1 {
    font-size: 13px;
  }
  .thumb-pad8 .thumbnail .caption h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .box-list1 {
    float: left;
    width: 45%;
    margin-right: 10px;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
  }
  .box-thumb1 {
    width: 30%;
    float: left;
    margin-left: 0;
    margin-right: 18px;
  }
  .navbar_ .nav-collapse_ {
    padding: 0;
    margin: 0;
    border: none;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    padding-bottom: 5px;
    background: none;
  }
  .select-menu {
    display: block !important;
    width: 100%;
    border: 1px solid #000;
    background: #d9d9d9 ;
    color: #000000;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .top {
    display: none;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .box-thumb1 {
    width: 30%;
  }
  #search-404 input {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .error {
    text-align: center;
    margin-bottom: 100px;
  }
  .thumb-pad1 {
    margin-bottom: 40px;
  }
  .box-pad1 {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
  .thumb-pad2 figure {
    float: left;
    margin-right: 20px;
  }
  #subscribe-form .success {
    width: 100%;
  }
  .thumb-pad1 figure {
    float: left;
    margin-right: 20px;
  }
  .testimonials-box {
    margin-top: 35px;
  }
  .privBox {
    margin-bottom: 30px;
  }
  .list_carousel1.responsive {
    margin-bottom: 50px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .box-thumb1 {
    width: 45%;
  }
  .bgPic {
    min-height: 177px;
  }
  .box4 {
    width: 45%;
  }
  .list3 li {
    width: 27%;
  }
  .list5 li figure {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .list6-box {
    overflow: hidden;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  .list_carousel2 .caroufredsel_wrapper {
    height: 150px!important;
    margin-bottom: 0!important;
  }
  .bgPic {
    min-height: 108px;
  }
  .list3 li {
    width: 42%;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  .box-thumb1 {
    width: 45%;
  }
  .thumb-pad2 figure {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .box4 {
    width: 45%;
  }
  .thumb-pad5 figure {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
  .list6-box {
    overflow: hidden;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .list_carousel2 .caroufredsel_wrapper {
    height: 130px!important;
    margin-bottom: 0!important;
  }
  .list_carousel1 #foo1 > li figure {
    float: none;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .list_carousel1 #foo1 > li figure > img {
    width: 100%;
  }
  .bgPic {
    min-height: 82px;
  }
  .banner1 p,
  .banner2 p,
  .banner3 p {
    font-size: 26px;
    line-height: 27px;
  }
  .list6 li .extra-wrap p a {
    float: left;
  }
  .list6 li .extra-wrap p br {
    display: block;
  }
  .list5 li {
    width: 44%;
  }
  .list3 li {
    width: 38%;
  }
  .list4 li .extra-wrap {
    overflow: visible;
  }
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .box4 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .box-list1 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .list4 li .extra-wrap a {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .map iframe {
    height: 200px;
  }
  .thumb-pad0 figure {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  #search,
  #search input {
    width: 100%;
  }
  #search {
    float: none;
    margin-left: 0;
  }
  .box-pad1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  footer p {
    float: none;
    margin-bottom: 10px;
  }
  footer ul {
    float: none;
    display: block;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .list_carousel2 #foo2 > li a p {
    font-size: 18px;
    width: 90%;
  }
  .bgPic {
    min-height: 59px;
  }
  footer article {
    margin-top: -75px;
  }
  .list5 li {
    width: 40%;
  }
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .list3 li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .list5 li {
    width: 100%;
  }
  .list1 li .extra-wrap {
    overflow: visible;
  }
  .list6-box {
    overflow: hidden;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/.error {
  text-align: center;
}
.error img {
  max-width: 100% !important;
  margin-top: 6px;
  display: inline-block;
}
.margBot {
  margin-bottom: 62px;
}
.padBot {
  padding-bottom: 75px;
}
.padBot1 {
  padding-bottom: 101px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.facebook {
position:absolute;
top:0;
right:2%;
width:50px;
height:50px;
}

.nadpis { 
text-align:center;
font:33px Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight:bold;
}