/*------ template stylization ------*/
body {
  background: #808080;
  font: 12px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #8d8d8d;
  min-width: 940px;
  min-height: 1000px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #808080 url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  background: url(../img/web_site_loader.gif) center #808080 no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
#back-top {
  position: fixed;
  display: none !important;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #8d8d8d;
  background: url(../img/up-arrow.png) #808080 center no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*---------gallery bg--------*/
#imgSpinner {
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: url("../img/web_site_loader.gif") center no-repeat #808080;
  display: none;
}
#galleryHolder {
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#imageHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
#inner {
  display: none;
}
.gavNavButtons {
  position: absolute;
  bottom: 67px;
  left: 50%;
  margin-left: 0px;
  width: 150px;
  z-index: 10;
}
.gavNavButtons a {
  position: relative;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 10px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.gavNavButtons a:hover {
  background-position: center bottom !important;
}
.gavNavButtons #prevButton {
  background: url(../img/arrowL.png) center top no-repeat;
}
.gavNavButtons #nextButton {
  background: url(../img/arrowR.png) center top no-repeat;
}
.gavNavButtons #pauseButton {
  background: url(../img/pause_btn.png) center top no-repeat;
}
.gavNavButtons #pauseButton.play {
  background: url(../img/play_btn.png) center top no-repeat;
}
/*end gallery bg*/
p {
  padding-bottom: 7px;
}
figure {
  display: inline-block;
  margin: 0;
}
h2 {
  font: 30px 'Georgia';
  line-height: 1.2em;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 41px 0px 11px 0px;
}
h3 {
  font: 12px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 4px 0px;
}
h4,
time {
  font: 12px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #cbcbcb;
  padding: 0px 0px 7px 0px;
  margin: 0px 0px 9px 0px;
}
time {
  display: inline-block;
}
h3 > a,
h4 > a {
  color: inherit;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
h3 > a:hover,
h4 > a:hover {
  text-decoration: none;
  color: #90e20c;
}
address {
  font-style: normal;
}
/*bootstrap classes*/
.thumbnails li {
  margin-left: 0;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail:hover {
  border-color: transparent;
  box-shadow: none !important;
}
.img-polaroid {
  background: #ffffff;
  padding: 5px;
  box-shadow: none;
  border: none;
}
figure.img-polaroid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure.img-polaroid > img,
figure.img-polaroid > div {
  position: relative;
  width: 100%;
  max-width: inherit;
}
/*end bootstrap classes*/
#leftPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 224px;
  height: 100%;
  background: url(../img/panel_bg.png) left top repeat-y;
  z-index: 10;
}
#leftPanel div {
  position: relative;
  width: 218px;
  height: 100%;
}
/*------ header ------- */
header {
  width: 100%;
  margin-bottom: 0px;
}
header h1.brand {
  position: relative;
  width: 224px;
  height: 272px;
  float: left;
  overflow: hidden;
  margin: 13px 0 0 0;
  z-index: 10;
}
header h1.brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header h1.brand a:hover {
  text-decoration: none;
}
/*menu*/
.select-menu {
  display: none;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
header .navbar .sf-menu .nav li {
  float: none;
}
header .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
}
header .navbar-inner {
  min-height: 68px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.sf-menu {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
  background: url(../img/menu_divider.png) center top no-repeat;
  text-align: center;
}
.sf-menu > li {
  position: relative;
  display: block;
  background: url(../img/menu_divider.png) center bottom no-repeat;
  margin-bottom: 19px;
  padding-bottom: 20px;
}
.sf-menu > li:first-child {
  display: none;
}
.sf-menu > li:first-child + li {
  padding-top: 20px;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
}
.sf-menu > li > a > span {
  font: 15.96px 'Georgia';
  line-height: 1.2em;
  color: #bebebe;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink {
  text-decoration: none;
}
.sf-menu > li > a:hover > span,
.sf-menu > li > a.activeLink > span {
  color: #90e20c;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 140px;
  top: 4px !important;
  left: 225px !important;
  display: none;
  overflow: visible;
  background: url(../img/submenu_bg.png);
}
.sf-menu ul:before {
  content: '';
  position: absolute;
  top: 19px;
  left: -11px;
  background: url(../img/submenu_arrow.png) 0 no-repeat;
  width: 11px;
  height: 12px;
}
.sf-menu ul li {
  position: relative;
  margin-bottom: 21px;
}
.sf-menu ul li:first-child {
  margin-top: 19px;
}
.sf-menu ul li.last {
  margin-bottom: 22px;
}
.sf-menu ul li a {
  display: inline-block;
  font: 12px 'Georgia';
  line-height: 1.2em;
  color: #ffffff !important;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu ul li a.hoverItem {
  color: #90e20c !important;
}
.sf-menu ul ul {
  left: 150px !important;
  top: -16px !important;
}
/*menu end*/
/*--- header end ------*/
/*------ content ------- */
#wrapper ul {
  list-style: none;
}
#wrapper input,
#wrapper textarea {
  position: relative;
  outline: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 3px 10px;
  line-height: 21px;
  color: #8d8d8d;
  width: 100%;
  margin: 0;
  background: url(../img/form_bg.png);
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
#wrapper input {
  width: 286px;
  height: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > section {
  position: relative;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
  height: 100%;
}
.dynamicContent {
  position: absolute;
  width: 619px;
  height: 100%;
  margin-left: 241px;
}
.dynamicContent .bg {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/content_bg.png) center repeat-y;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.inner {
  position: relative;
  padding: 104px 0px 0px 0px;
  z-index: 9;
}
hr {
  border: none;
  margin: 0px 0px 22px 0px;
  width: 100%;
  height: 1px;
  background: url(../img/hline.png) center repeat-x;
}
.content .btn {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 4px 12px;
  font: 12px 'Georgia';
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  background-position: center;
  background-color: #598218;
  background-image: -moz-linear-gradient(top, #6a9b1d, #3f5c11);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a9b1d), to(#3f5c11));
  background-image: -webkit-linear-gradient(top, #6a9b1d, #3f5c11);
  background-image: -o-linear-gradient(top, #6a9b1d, #3f5c11);
  background-image: linear-gradient(to bottom, #6a9b1d, #3f5c11);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a9b1d', endColorstr='#ff3f5c11', GradientType=0);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.content .btn:hover,
.content .btn:active,
.content .btn:focus {
  color: #90e20c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  background-position: center;
  background-color: #598218;
  background-image: -moz-linear-gradient(top, #6a9b1d, #3f5c11);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a9b1d), to(#3f5c11));
  background-image: -webkit-linear-gradient(top, #6a9b1d, #3f5c11);
  background-image: -o-linear-gradient(top, #6a9b1d, #3f5c11);
  background-image: linear-gradient(to bottom, #6a9b1d, #3f5c11);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a9b1d', endColorstr='#ff3f5c11', GradientType=0);
  -webkit-background-size: 1100% 300%;
  -moz-background-size: 1100% 300%;
  -o-background-size: 1100% 300%;
  background-size: 1100% 300%;
}
.content .btn.btn-link {
  position: relative;
  display: inline-block;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content .btn.btn-link:hover,
.content .btn.btn-link:active {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
.sitem_over {
  position: absolute;
  background: url('../img/pic_bg_over.png');
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
a .sitem_over {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
}
a:hover .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.list1 {
  margin: 3px 0px 25px -20px;
}
.list1 li {
  margin-bottom: 0px;
}
.list1 li figure {
  margin-bottom: 14px;
}
.list1 li p {
  color: #717171;
}
.list2 {
  margin: 26px 0px;
}
.list2 li {
  background: url(../img/list_icon.png) 0px 4px no-repeat;
  padding: 0px 0px 11px 19px;
}
.list2 li a {
  font: 12px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list2 li a:hover {
  color: #90e20c;
}
.list3 {
  margin: 3px 0px 25px -20px;
}
.list3 li {
  margin-bottom: 0px;
}
.list3 li figure {
  margin-bottom: 25px;
}
.list3 li figure + p + p {
  padding-bottom: 17px;
}
.list3 li p {
  padding-bottom: 10px;
}
.list4 {
  margin: 22px 0px;
}
.list4 li {
  margin-bottom: 7px;
}
.list4 li figure {
  float: left;
  margin: 5px 19px 0px 0px;
}
.list4 li h4 {
  padding: 0px;
  margin: 0px;
}
.list4 li time + p {
  padding-bottom: 10px;
}
.bg404 {
  background: url(../img/page404_pic1.png) 15px 186px no-repeat;
}
.slider {
  position: relative;
  width: 100%;
  height: 334px;
}
.slider .sliderInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider .btnsHolder {
  position: absolute;
  right: 10px;
  top: -56px;
  z-index: 10;
}
.slider .btnsHolder > a {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.slider .btnsHolder .prev {
  background: url(../img/arrowL_2.png) center left no-repeat;
}
.slider .btnsHolder .prev:hover {
  background-position: center right;
}
.slider .btnsHolder .next {
  background: url(../img/arrowR_2.png) center right no-repeat;
}
.slider .btnsHolder .next:hover {
  background-position: center left;
}
.match {
  display: block;
  color: #90e20c;
}
.search_list {
  margin: 26px 0px 72px;
}
.search_list li {
  margin-bottom: 12px;
}
.search_list .search {
  width: auto;
  color: #ffffff;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  margin: 6px 0px 20px 0px;
  width: 100%;
  height: 348px;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #808080 !important;
}
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: 29px 0;
  width: 100%;
  z-index: 500;
}
#search > a {
  float: right;
  margin-right: 96px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  text-align: center;
}
footer p {
  padding-top: 0px;
}
footer p a {
  color: inherit;
}
.soc_icons {
  position: relative;
  white-space: nowrap;
  margin: 2px 0px 6px -9px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
}
.soc_icons > li > a > img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.soc_icons > li > a:hover > img {
  top: -10px;
}
/*--- footer end ------*/
.margin1 {
  margin: 5px 18px 0px 0px;
}
.margin2 {
  margin-top: 37px;
}
.margin3 {
  margin: 429px 0px 13px;
}
.colorInherit {
  color: inherit;
}
.color1 {
  color: #ffffff;
}
.width1 {
  display: inline-block;
  width: 82px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noPaddingTop {
  padding-top: 0;
}
.noMarginTop {
  margin-top: 0;
}
.noMarginBottom {
  margin-bottom: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
.right {
  margin-right: 0 !important;
}
/*end additional Classes*/
/*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;
}
