@import url(http://fonts.googleapis.com/css?family=Anton);

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
/*font-family: 'Anton', sans-serif; @customFontFamily*/
/*font-family: 'PT Sans', sans-serif;*/
/*------ template stylization ------*/
body {
  background: url(../img/bg-body.jpg) 0 0 repeat #2f272c;
}
.main {
  background: url(../img/bg-main.png) center 0 no-repeat;
}
p {
  margin-bottom: 20px;
}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-family: 'Anton', sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a {
  outline: none;
}
h2 {
  position: relative;
  display: block;
  color: #b7ccbd;
  font-size: 32px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 64px 0 34px 0;
}
h4 {
  font-size: 22px;
  line-height: 22px;
  color: #b7ccbd;
  text-transform: uppercase;
  display: block;
  margin: 63px 0 33px 0;
}
#content ul {
  list-style: none;
}
.font16 {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
a.font16:hover {
  color: #9f939a;
}
.dis-block {
  display: block;
}
.left-0 {
  margin-left: 0 !important;
}
.last-mbot {
  margin-bottom: 0 !important;
}
.wrapper,
.extra-wrap,
.wrapper-extra {
  overflow: hidden;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.divider {
  height: 1px;
  background: url(../img/divider.png) 0 0 repeat-x;
  width: 100%;
  margin-bottom: 11px;
}
/*=================My styles of bootstrap================*/
.btn-1 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding: 10px 14px 10px 14px;
  border: none;
  background: #b8cebe;
  color: #30282c;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px ;
  font-family: 'Anton', sans-serif;
  line-height: 1em;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-1 span {
  position: absolute;
  display: block;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  background: #b8cebe;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-1:hover {
  outline: none;
  background: #b8cebe;
  color: #30282c;
  text-shadow: none;
}
.btn-1:hover span {
  left: 0;
  right: 0;
  background: #4e454a;
}
.btn-large-1 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 21px 27px 21px 24px;
  border: none;
  background: #b8cebe;
  color: #30282c;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: normal;
  font-size: 22px;
  font-family: 'Anton', sans-serif;
  line-height: 1em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-large-1 > span {
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  background: #b8cebe;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-large-1:hover {
  outline: none;
  color: #000000;
  text-shadow: none;
}
.btn-large-1:hover > span {
  background: #ffffff;
  right: 0;
  left: 0;
}
/*==================list=================*/
.list {
  display: block;
  overflow: hidden;
  margin: 0;
}
.list li {
  display: block;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 5px 21px;
  position: relative;
}
.list li span {
  background: url(../img/bg-list-li.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  width: 9px;
  height: 5px;
  left: 0;
  top: 8px;
}
.list li a {
  color: #b7ccbd;
}
.list li a:hover {
  color: #9f939a;
}
figure.img-polaroid {
  display: inline-block;
  margin: 0 0 15px 0;
}
.img-polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.img-polaroid img {
  max-width: inherit;
  width: 100%;
}
.thumbnails {
  margin: 0 0 0 0;
  padding-bottom: 68px;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 0 0 20px;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails-1 {
  margin: 0 0 0 0;
  *zoom: 1;
}
.thumbnails-1:before,
.thumbnails-1:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails-1:after {
  clear: both;
}
.thumbnails-1 .thumbnail-1 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 0 0 20px;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*------===============HEADER==============------- */
.soc-icon {
  display: block;
  margin: 17px 0 31px 0;
  list-style: none;
  float: right;
}
.soc-icon li {
  display: block;
  float: left;
  margin: 0 0 0 4px;
}
.soc-icon li a {
  display: block;
  width: 30px;
  height: 30px;
}
.soc-icon li a:hover {
  background-position: 0 bottom;
}
.soc-icon li .icon {
  background: url(../img/icon.png) 0 0 no-repeat;
}
.soc-icon li .icon-1 {
  background: url(../img/icon-1.png) 0 0 no-repeat;
}
.soc-icon li .icon-2 {
  background: url(../img/icon-2.png) 0 0 no-repeat;
}
.soc-icon li .icon-3 {
  background: url(../img/icon-3.png) 0 0 no-repeat;
}
header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 999;
  padding: 0 0 0 0;
  height: auto;
}
header .container {
  background: url(../img/bg-header.jpg) 0 0 repeat;
  position: relative;
  padding-bottom: 67px;
}
header .container:after {
  background: url(../img/bg-header.png) 0 0 repeat-x;
  height: 10px;
  display: block;
  position: absolute;
  content: '';
  top: -10px;
  left: 0;
  right: 0;
  width: 100%;
}
header.header-sub_pages .container {
  padding-bottom: 78px;
}
header.header-sub_pages .container:before {
  height: 11px;
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/divider.png) 0 bottom repeat-x #2b2328;
}
/* navbar */
.navbar_ {
  margin-bottom: 0 !important;
}
.navbar_ .collapse {
  overflow: visible;
}
.navbar_ .brand {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 81px 0 0 40px;
  width: 261px;
  height: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 30px 32px 0;
  border-right: 1px solid #cdddd2;
  line-height: 0;
}
.navbar_ .brand a {
  display: block;
}
.navbar_ .brand span {
  display: block;
  text-indent: -4000px;
}
.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;
}
.div-nav-collapse {
  float: right;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  *zoom: 1;
  position: relative;
  float: none;
  margin: 85px 40px 0 0;
  padding: 0;
  background: none;
}
.nav-collapse_:before,
.nav-collapse_:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-collapse_:after {
  clear: both;
}
.nav-collapse_ .nav {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
/*nav*/
.div-text-header {
  float: left;
  font-size: 20px;
  line-height: 1em;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  color: #d7e2da;
  margin: 140px 0 0 30px;
}
.nav-collapse_ .nav li {
  position: relative;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  zoom: 1;
  font-family: 'Anton', sans-serif;
}
.nav-collapse_ .nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-size: 24px;
  line-height: 24px;
}
.nav-collapse_ .nav > li {
  display: block;
  float: none;
  margin: 0;
  border: none;
  font-weight: normal;
  text-align: right;
}
.nav-collapse_ .nav > li > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav > li.sub-menu:after {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 8px;
  height: 4px;
  background: url(../img/indicator.png) 0 0 no-repeat;
  content: '';
}
.nav-collapse_ .nav ul {
  -webkit-box-shadow: inset 0 0 21px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: inset 0 0 21px rgba(0, 0, 0, 0.21);
  box-shadow: inset 0 0 21px rgba(0, 0, 0, 0.21);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  position: absolute;
  top: -115px;
  left: -160px;
  z-index: 9;
  display: none;
  margin: 0;
  padding: 33px 0 33px 0;
  width: 148px;
  background: url(../img/ul-after.jpg) 142px 120px no-repeat #2b2328;
  list-style: none;
  zoom: 1;
}
.nav-collapse_ .nav ul li {
  display: block;
  padding: 0 27px 0 0;
  text-align: right;
}
.nav-collapse_ .nav ul li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #60585c;
}
/*hover for first level*/
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  color: #dbe6de;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*hover for second level*/
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #b8cebe;
}
/*-----================== HEADER END =================------*/
/*------================== Content =================------- */
#content {
  position: relative;
  padding: 0 0 119px 0;
}
/*----====================Content end ==================----*/
/*==========================PAGES===========================*/
/*=========================index============================*/
.banner {
  color: #b7ccbd;
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
  text-align: center;
  padding: 8px 0 54px 0;
  letter-spacing: -1px;
  background: url(../img/divider.png) 0 bottom repeat-x;
}
.banner > span {
  font-size: 162px;
  display: block;
  line-height: 1em;
}
.banner em {
  display: block;
  font-style: normal;
  font-size: 32px;
  line-height: 1em;
  color: #625b5e;
  margin-bottom: 27px;
}
.block-thumbnail {
  padding: 0 0 0 0;
}
.block-thumbnail .img-polaroid {
  width: 100%;
  margin: 9px 0 25px 0;
}
.block-thumbnail p {
  margin-bottom: 27px;
}
.block-thumbnail-1 {
  padding: 10px 0 4px 0;
}
.block-thumbnail-1 a {
  text-transform: uppercase;
  color: #ffffff;
}
.block-thumbnail-1 a:hover {
  color: #b7ccbd;
}
.block-thumbnail-1 .img-polaroid {
  width: 100%;
  margin: 9px 0 25px 0;
}
.block-thumbnail-1 p {
  margin-bottom: 27px;
}
.block-height {
  margin-bottom: 40px;
}
.list-events {
  margin: 0;
  display: block;
}
.list-events li {
  display: block;
}
.list-events li time {
  display: block;
  color: #b8cebe;
}
.list-events li p {
  margin-bottom: 19px;
}
.comment {
  background: #b6ccbc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  border: none;
  color: #2c2529;
  padding: 33px 25px 39px 20px;
  position: relative;
  margin: 30px 0 36px 0;
}
.comment:after {
  display: block;
  position: absolute;
  content: '';
  background: url(../img/comment-after.png) 0 0 no-repeat;
  width: 18px;
  height: 16px;
  bottom: -15px;
  left: 70%;
}
.txt-r {
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
}
.txt-r span {
  color: #746a70;
}
.aside {
  margin-top: 68px;
}
#main_flickr_badge {
  *zoom: 1;
  padding: 9px 0 0 0;
}
#main_flickr_badge:before,
#main_flickr_badge:after {
  display: table;
  content: "";
  line-height: 0;
}
#main_flickr_badge:after {
  clear: both;
}
#main_flickr_badge .flickr_badge_image {
  display: block;
  float: left;
  width: 68px;
  height: 68px;
  margin: 0 2px 2px 0;
}
/*=========================index-1==========================*/
.list-advantages {
  display: block;
  list-style: none;
  margin: -2px 0 0 0;
}
.list-advantages li {
  display: block;
  *zoom: 1;
  margin-top: 21px;
}
.list-advantages li:before,
.list-advantages li:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-advantages li:after {
  clear: both;
}
.list-advantages li span {
  display: block;
  background: #2b2328;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Anton', sans-serif;
  float: left;
  margin: 5px 20px 0 0;
  font-size: 32px;
  line-height: 1em;
  color: #b7ccbd;
  text-align: center;
  padding: 8px 0 0 5px;
}
.list-advantages li p {
  margin-bottom: 0;
}
.list-advantages li:first-child {
  margin-top: 0;
}
.block-divider {
  padding-bottom: 64px;
  background: url(../img/divider.png) 0 bottom repeat-x;
}
.comment-1 {
  background: #b6ccbc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  border: none;
  color: #2c2529;
  padding: 33px 25px 39px 20px;
  position: relative;
  margin: 30px 0 36px 0;
}
.comment-1:after {
  display: block;
  position: absolute;
  content: '';
  background: url(../img/comment-after.png) 0 0 no-repeat;
  width: 18px;
  height: 16px;
  bottom: -15px;
  left: 70%;
}
/*=========================index-2==========================*/
.gallery {
  display: block;
  margin: 0;
}
.gallery li {
  margin-bottom: 20px;
  float: left;
}
.gallery li .img-polaroid {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
}
.gallery li .img-polaroid a {
  display: block;
}
.magnifier {
  position: relative;
  display: block;
}
.magnifier:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.magnifier span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/magnifier-span.png) 0 0 repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  text-align: center;
  padding: 20px 10px 0 10px;
}
.magnifier span strong {
  font-family: 'Anton', sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
}
.magnifier span em {
  font-size: 14px;
  margin: 0 20px;
  font-style: normal;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url(../img/magnifier.png) 90% 90% no-repeat;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: 2;
}
.magnifier:hover:after {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/*=========================index-3==========================*/
.list-blog {
  margin: 0;
}
.list-blog li {
  display: block;
  overflow: hidden;
  padding: 17px 0 26px 0;
}
.list-blog li:first-child {
  padding-top: 0;
  border: none;
}
.list-blog li .wrapper-extra {
  overflow: hidden;
}
.list-blog li .wrapper-extra a {
  color: #746a70;
}
.list-blog li .wrapper-extra a:hover {
  color: #b7ccbd;
}
.list-blog li .wrapper-extra .extra-wrap {
  overflow: hidden;
}
.list-blog .badge {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  font-family: 'Anton', sans-serif;
  background: #2b2328;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1em;
  padding: 2px 0 0 0;
  margin: 5px 20px 0 0;
}
.list-blog .badge > span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  color: #b7ccbd;
  margin-bottom: -5px;
  text-transform: uppercase;
}
.list-blog h4 {
  margin: 0 0 9px 0;
}
.block-blog {
  overflow: hidden;
  margin: 25px 0 0 0;
}
.block-blog .img-polaroid {
  float: left;
  margin: 4px 30px 15px 0;
}
.block-blog p {
  margin-bottom: 27px;
}
.block-blog .extra-wrap {
  overflow: visible;
}
/*=========================index-4==========================*/
/*=========================index-5==========================*/
/*==========================404=============================*/
.span-404 {
  text-align: left;
}
.span-404 img {
  margin: 87px 0 0 0;
}
.block-404 {
  padding-top: 20px;
  padding-left: 20px;
}
.block-404 h2 {
  margin-bottom: 31px;
}
.last-pp {
  margin-bottom: 26px;
}
#search {
  position: relative;
  overflow: hidden;
  background: #282125;
  border: 1px solid #3b3338;
}
#search input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 4px 10px 7px;
  width: 90%;
  height: 31px;
  border: none;
  background: #282125;
  color: #746a70;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: right;
  background: url(../img/search.png) 0 0 no-repeat;
  width: 13px;
  height: 13px;
  margin: 9px 10px 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#search a:hover {
  background-position: right 0;
}
/*======================Privacy Policy======================*/
.pp a {
  color: #b8cebe;
}
.pp a:hover {
  color: #ffffff;
}
/*================CONTACT FORM, MAP, ADRESS=================*/
.map {
  display: block;
  margin: 69px 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;
}
.adress {
  font-size: 14px;
}
.adress em {
  display: block;
  font-style: normal;
  margin-bottom: 25px;
}
.adress em span {
  display: block;
}
.adress > span {
  display: block;
  margin-bottom: 20px;
}
.adress strong {
  display: inline-block;
  font-weight: normal;
}
.adress strong.title1 {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
#form-join-us {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 6px 0 0 0;
  vertical-align: top;
}
#form-join-us fieldset {
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#form-join-us fieldset > div {
  overflow: hidden;
  min-height: 36px;
}
#form-join-us label {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}
#form-join-us .message {
  display: block;
  min-height: 93px;
  width: 100%;
}
#form-join-us input,
#form-join-us textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 4px 9px 9px;
  width: 100%;
  outline: none;
  border: 1px solid #3b3338;
  background: #282125;
  color: #746a70;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  line-height: 20px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form-join-us input {
  height: 33px;
}
#form-join-us textarea {
  overflow: auto;
  width: 100%;
  height: 93px;
  resize: none;
}
#form-join-us .area .error {
  float: none;
}
#form-join-us .success {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000 !important;
  display: none;
  margin-bottom: 10px;
  padding: 8px;
  width: 100%;
  border: 1px solid #fff;
  background-color: #b6ccbc;
  color: #746a70;
  font-size: 15px;
  line-height: 16px;
}
#form-join-us .error,
#form-join-us .empty {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 2px 4px 6px;
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
}
#form-join-us .buttons-wrapper {
  position: relative;
  padding-top: 22px;
  text-align: right;
}
#form-join-us .buttons-wrapper a {
  margin-left: 17px !important;
  cursor: pointer;
}
#form-join-us .buttons-wrapper a:hover {
  text-decoration: none;
}
#form-join-us textarea:focus,
#form-join-us input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
#contact-form {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 4px 0 0 0;
  vertical-align: top;
  font-family: 'PT Sans', 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: 20px;
}
.form-div-2 {
  margin-right: 20px;
}
#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%;
}
#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 13px 7px;
  width: 100%;
  outline: none;
  border: 1px solid #3b3338;
  background: #282125;
  color: #746a70;
  font-size: 14px;
  line-height: 20px !important;
  font-family: 'PT Sans', sans-serif;
}
#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: 14px 10px;
  width: 100%;
  border: 1px solid #fff;
  background: #b8cebe;
  color: #222;
  text-align: center;
  text-transform: none;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 7px;
  left: 2px;
  display: none;
  overflow: hidden;
  padding: 5px 4px 0px 0;
  width: 100%;
  color: #f00;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: 'PT Sans', sans-serif;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 4px;
}
.buttons-wrapper {
  position: relative;
  padding: 32px 0 0 0;
}
/*------================== FOOTER ================= ------- */
footer {
  position: relative;
  padding: 13px 0 33px 0 ;
  border-top: none;
  background: url(../img/divider.png) 0 0 repeat-x;
  font-size: 14px;
  line-height: 20px;
}
footer a {
  color: #b8cebe;
}
footer a:hover {
  color: #ffffff;
}
/*---===================== FOOTER END ================------*/
.select-menu {
  display: none !important;
}
/*-----================== MEDIA QUERIES============== ------*/
@media (min-width: 1200px) {
  h2 {
    font-size: 42px;
  }
  .thumbnails .thumbnail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 0 0 30px;
  }
  .thumbnails-1 .thumbnail-1 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 0 0 30px;
  }
  .block-thumbnail .img-polaroid {
    width: auto;
  }
  .indent-r {
    padding-right: 25px;
  }
  #toTop {
    display: none;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../img/top.png) no-repeat 0 0;
    position: fixed;
    margin-right: -660px !important;
    right: 50%;
    bottom: 73px;
    z-index: 999;
  }
  #toTop:hover {
    background-position: 0 bottom;
  }
  .comment:after {
    left: 218px;
  }
  .comment-1:after {
    left: 318px;
  }
  .gallery li {
    margin-bottom: 30px;
  }
  .block-blog .extra-wrap {
    overflow: hidden;
  }
  #contact-form label {
    display: inline-block;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 243px;
  }
  .block-404 {
    padding-right: 180px;
  }
  #search {
    width: 349px;
  }
  .span-404 {
    text-align: right;
  }
  .magnifier span {
    padding-top: 55px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .nav-collapse_ {
    height: auto !important;
  }
}
@media (max-width: 979px) {
  .banner span {
    font-size: 92px;
    display: block;
    line-height: 1em;
  }
  .banner em {
    font-size: 22px;
    margin-bottom: 27px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar_ .nav-collapse_ {
    height: auto !important;
    float: none;
  }
  .div-text-header {
    display: none;
  }
  .block-blog .img-polaroid {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 145px;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
  .magnifier:after {
    background: url(../img/magnifier.png) 90% 90% no-repeat #222222;
  }
  .magnifier span {
    display: none;
  }
}
@media (max-width: 767px) {
  .div-text-header {
    display: none;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .brand {
    float: none;
    border-right: none;
    margin: 10px auto 10px;
  }
  .div-nav-collapse {
    float: none;
  }
  .nav-collapse_ {
    height: auto !important;
    margin: 0;
  }
  header .container {
    padding-bottom: 20px;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #fff;
    background: #30282d;
    color: #ffffff;
    cursor: pointer;
  }
  .select-menu option {
    padding-bottom: 3px;
  }
  .thumbnails .thumbnail {
    float: left;
    width: 44%;
    margin: 0 20px 20px 0;
  }
  .thumbnails-1 .thumbnail-1 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    width: 45%;
    margin: 0 20px 0 0;
  }
  .gallery li {
    float: left;
    margin: 0 20px 20px 0;
    width: 28%;
  }
  .block-blog .img-polaroid {
    float: left;
    margin: 4px 20px 15px 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;
  }
  .magnifier span strong {
    font-size: 13px;
    font-weight: normal;
  }
  .magnifier span span {
    font-size: 10px;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  
}
@media (max-width: 626px) {
  .banner span {
    font-size: 62px;
    display: block;
    line-height: 1em;
  }
  .banner em {
    font-size: 22px;
    margin-bottom: 27px;
  }
  .map iframe {
    height: 282px ;
  }
}
@media (max-width: 530px) {
  .block-blog .img-polaroid {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
  }
  .block-blog .img-polaroid img {
    width: 100%;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  .magnifier:after {
    background: url(../img/magnifier.png) 90% 90% no-repeat #222222;
  }
  .magnifier span {
    display: none;
  }
}
@media (max-width: 480px) {
  .banner span {
    font-size: 42px;
    display: block;
    line-height: 1em;
  }
  .banner em {
    font-size: 22px;
    margin-bottom: 27px;
  }
  .thumbnails .thumbnail {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .thumbnails-1 .thumbnail-1 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    width: 100%;
    margin: 0 20px 0 0;
  }
  .gallery li {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .map iframe {
    height: 150px ;
  }
  .magnifier span strong {
    font-size: 22px;
    font-weight: normal;
  }
  .magnifier span span {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .list-blog .fleft,
  .list-blog .fright {
    float: none;
  }
}
/*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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
