@import url(//fonts.googleapis.com/css?family=Anton);
/*------ template stylization ------*/
body {
  background: #f2f2f2 url('../img/bg.jpg') 0 0 repeat;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #959494;
  min-width: 1050px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100%;
  background: #f2f2f2 url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1100;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 72px;
  height: 72px;
  top: 64%;
  left: 50%;
  margin: -36px 0 0 -36px;
  background: url(../img/bg_loader.png) 0 0 no-repeat;
  z-index: 1000;
  padding: 3px;
  display: none;
}
#pageLoader > div {
  margin: 9px 10px;
  background: url(../img/web_page_loader.gif) 0 0 no-repeat;
  width: 46px;
  height: 46px;
}
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url("../img/up-arrow.png") center 12px no-repeat;
  z-index: 1000;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/*---------gallery bg--------*/
#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;
}
#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 #f2f2f2;
  display: none;
}
#inner {
  display: block;
  z-index: 800;
}
#inner ul {
  list-style: none;
  margin: 0;
}
/*end gallery bg*/
/*------ header ------- */
header {
  position: fixed;
  z-index: 950;
  width: 178px;
  left: 50%;
  top: 37px;
  margin-left: -89px;
}
.block_header {
  position: relative;
  display: inline-block;
  width: 178px;
  height: 100%;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-top: 39px;
}
.logoHolder {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #007848;
}
#logo {
  display: inline-block;
  position: relative;
  background: url('../img/hw-logo.jpg') 0 0 no-repeat;
  width: 178px;
  height: 150px;
  text-indent: -9999px;
  margin: 0 0 23px;
  background-color: white;
}
#logo:hover {
  text-decoration: none;
}
/*--- menu ------*/
.menuMov {
  position: relative;
  width: 100%;
  margin: 20px auto 7px;
  z-index: 10;
  width: 178px;
  
}
.menu {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
}
.sf-menu {
  z-index: 3;
  position: relative;
  display: inline-block;
  margin-left: 0;
  width: 100%;
}
.sf-menu > li {
  position: relative;
  color: #383636;
  display: block;
  height: 39px;
  margin-bottom: 3px;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a {
  text-decoration: none;
}
.submenu_1 {
  position: absolute;
  top: 1px;
  left: 186px;
  width: 156px;
  padding: 14px 0 17px 0;
  z-index: 5;
  background: url('../img/bg_sub_menu.png') repeat 0 0;
  margin: 0;
}
.submenu_1:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 13px;
  background: url('../img/arr_sm.png') no-repeat 0 0;
  top: 13px;
  left: -6px;
  pointer-events: none;
  content: "";
}
.submenu_1 li {
  position: relative;
  text-align: left;
  list-style: none;
  margin-left: 23px;
  margin-bottom: -2px;
}
.submenu_1 a {
  font: 14px/20px 'Anton', sans-serif;
  position: relative;
  display: inline-block;
  color: #959494 !important;
  padding: 1px 0 1px  !important;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_1 a:hover {
  color: #ffffff !important;
}
.submenu_1 li > a:hover,
.submenu_1 li .hoverItem {
  color: #ffffff !important;
}
.submenu_2 {
  position: absolute;
  width: 138px;
  left: 141px;
  top: -8px;
  z-index: 10;
  margin: 0;
  padding: 7px 0 7px;
  background: url('../img/bg_sub_menu.png') repeat 0 0;
}
.submenu_2:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 13px;
  background: url('../img/arr_sm.png') no-repeat 0 0;
  top: 13px;
  left: -6px;
  pointer-events: none;
  content: "";
}
.submenu_2 .marTop {
  margin: 10px 0 0;
}
.submenu_2 .marBot {
  margin: 0 0 0px;
}
.submenu_2 a {
  color: #2d2d2d;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.submenu_2 a:hover {
  color: #ffffff !important;
}
.submenu_2 li > a:hover,
.submenu_2 li .hoverItem {
  color: #ffffff !important;
}
.mText {
  font: 18px/42px 'Anton', sans-serif;
  color: #010101;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  padding-top: 0;
}
.mTextOver {
  font: 18px/42px 'Anton', sans-serif;
  color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 3;
  top: -50px;
}
._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0;
  display: block;
}
._overPl {
  position: absolute;
  width: 100%;
  height: 39px;
  bottom: 100px;
  z-index: 2;
  left: 0;
  display: block;
  background: #262a2d;
}
._overLine {
   position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  z-index: 10;
  left: 0;
  display: block;
  background: none;
  opacity: 0;
}
/*--- menu end ------*/
/*--- header end ------*/
#bgNav {
  position: absolute;
  z-index: 10;
  display: inline-block;
}
#bgNav > ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  position: relative;
}
#bgNav > ul > li {
  display: inline-block;
  position: relative;
  float: left;
}
#bgNav > ul > li > a {
  display: inline-block;
}
.pagination {
  position: absolute;
  bottom: 118px;
  bottom: 186px;
  left: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: -34px;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-right: 4px;
  margin-left: 4px;
}
.pagination ul li a {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 0%;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 0;
  background: url('../img/pagin_icon.png') center bottom no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination ul li a:hover {
  background-position: center top;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.pagination ul li.active > a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-position: center top;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.slogHolder {
  position: absolute!important;
  display: block;
  width: 950px;
  top: 0;
  left: 50%;
  margin-left: -475px;
  z-index: 900;
}
.slogans {
  width: 311px;
  height: 250px;
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-top: 246px;
  text-align: center;
}
.slogans #newsList {
  margin: 0 auto 10px;
}
.slogans .news-item {
  color: #474949;
  height: 200px;
  text-align: center;
  width: 358px;
}
#newsData .sliderText1 {
  font: 30px/32px 'Anton', sans-serif;
  display: inline-block;
  padding: 0 0 19px;
  text-transform: uppercase;
  color: #474949;
}
#newsData .sliderText2 {
  font-size: 16px;
  line-height: 18px;
  color: #007848;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  padding-bottom: 23px;
}
.sliderBtnHolder {
  position: absolute;
  z-index: 2;
  top: 38px;
  left: -79px;
width: 430px;
}
.sliderBtnHolder .sliderPrev {
  display: inline-block;
  float: left;
  margin-right: 4px;
}
.sliderBtnHolder .sliderNext {
  display: inline-block;
  float: right;
}
.btn {
  font: 14px/38px 'Anton', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: none;
  position: relative;
  display: inline-block;
  padding: 0 27px;
  background: #262a2d;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
  background: #007848;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*------ content ------- */
h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
h3 {
  font: 14px/14px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.color_1 {
  color: #262a2d;
}
.marg_1 {
 !-- margin-bottom: 23px;
}
.marg_2 {
  margin-bottom: 6px;
}
.marg_3 {
  !--margin-bottom: 15px;
}
.marg_4 {
  margin-bottom: 19px;
}
.marg_5 {
  margin-bottom: 30px!important;
}
.marg_6 {
  margin: 16px 0 9px;
}
.cont_inner {
  padding: 70px 0 37px;
  /*color:#fff;*/
}

.cont_inner h3
{
  font-weight:bold;
}

.pad_1 {
  padding-bottom: 86px!important;
}
.pad_2 {
  padding-bottom: 36px!important;
}
.pad_3 {
  padding-bottom: 65px!important;
}
.pad_4 {
  padding-bottom: 49px!important;
}
.img-polaroid {
  padding: 0;
  border: 0px solid #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
.img-polaroid:hover{
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 795;
  top: 197px;
}
#wrapper section > div {
  position: relative;
}
#wrapper section {
  position: relative;
  width: 100%;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.container {
  position: relative;
  z-index: 1;
}
.content_inner {
  padding-right: 18px;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  top: 0;
}
.def_mov {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 554px;
}
.bg_right {
  position: absolute;
  top: 20px;
  right: -18px;
  width: 489px;
  height: 100%;
  background: url('../img/bg_cont.png') 0 0 repeat;
  z-index: -1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}
.link_2 {
  font-size: 14px;
  color: #959494;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link_2:hover {
  text-decoration: none;
  color: #007848;
}
.list1 {
  position: relative;
  display: inline-block;
  margin: 11px 0 0;
  text-transform: none;
}
.list1 li {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background: url('../img/marker.png') 0 8px no-repeat;
  padding: 0 0 0 19px;
  min-height: 18px;
  margin: 0 0 5px;
}
.list1 li span {
  font-weight: bold;
}
.list1 a {
  color: #959494;
  text-decoration: none;
}
.list2 {
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
}
.list2 li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.list2 li img {
  position: relative;
  display: block;
  float: left;
  margin: 5px 20px 0 0;
}
.list3 {
  margin: -5px 0 0;
}
.list3 li {
  margin-bottom: 17px;
  list-style: none;
}
.list3 li .badge {
  padding: 0;
  margin: 5px 21px 0 0;
  float: left;
  border-radius: 0;
  background: transparent;
}
.extra_wrap {
  overflow: hidden;
}
.thumbnail {
  display: inline-block;
  padding: 0;
  line-height: 16px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  margin-right: 0!important;
  margin-bottom: 6px;
}
.thumbnail img {
  margin-bottom: 23px;
}
.thumbnail p {
  line-height: 20px;
}
.thumbnail .caption {
  padding: 0;
}
.list4 {
  position: relative;
  display: inline-block;
  margin: -5px 0 0;
  text-transform: none;
}
.list4 li {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background: url('../img/marker.png') 0 8px no-repeat;
  padding: 0 0 0 19px;
  min-height: 18px;
  margin: 0 0 5px;
}
.list4 li span {
  font-weight: bold;
}
.list4 a {
  color: #959494;
  text-decoration: none;
}
.g_map {
  max-width: 295px;
  width: 295px;
  margin-bottom: 23px;
}
iframe {
  position: relative;
  border: none;
  display: inline-block;
  outline: none;
  width: 295px;
  height: 285px;
  margin-bottom: -5px;
  background: url('../img/web_site_loader.gif') center no-repeat #f2f2f2 !important;
}
.width1 {
  display: inline-block;
  width: 93px;
}
.txt1 {
  font-size: 14px;
  color: #262a2d;
}
.corr_1 {
  text-transform: none!important;
  font-size: 13px;
}
#search2 {
  position: relative;
  display: inline-block;
  margin-top: 3px;
}
#search2 input[type="text"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search2 input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search2 input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search2 input {
  font-size: 13px;
  color: #959494;
  width: 247px;
  padding: 7px 38px 7px 14px;
  border: none;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  float: left;
}
.search_result {
  color: #262a2d;
}
.search_title {
  margin-bottom: 5px;
}
.search_title a {
  color: #1b9191;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_title a:hover {
  color: #262a2d;
  text-decoration: none;
}
.search_list .search {
  font-size: 21px;
  color: #1b9191;
}
#searchButton {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 19px;
  margin: 9px 0 0 -34px;
  z-index: 10;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  color: #696969;
  position: absolute;
  bottom: 0;
  height: 115px;
  width: 100%;
  height: 183px;
  background: #212121;
  z-index: 600;
}
.footer_info {
  margin: 45px 0 0;
  color: #ffffff;
}
.footer_info span {
  /*font: 18px/18px 'Anton', sans-serif;*/
  font: 18px/18px 'Arial', sans-serif;
  letter-spacing: -1px;
}
.link_1 {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link_1:hover {
  text-decoration: none;
  color: #007848;
}
.social-icon {
  list-style: none;
  margin: 45px 0 0;
  float: right;
}
.social-icon > li {
  display: inline-block;
  margin-left: 8px;
}
.social-icon > li > a {
  display: inline-block;
}
.social-icon > li > a > img {
  position: relative;
  top: 0;
}
.social-icon > li > a:hover img {
  top: -10px;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*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;
}
.ticker {
width: 400px;
overflow: hidden;
border: 1px solid #DDD;
border-radius: 5px;
box-shadow: 0px 0px 5px #DDD;
background-color:  #F5F3E5;
text-align: left;
float: right;
position: absolute;
}
.ticker h3 {
padding: 0 0 10px 10px;
border-bottom: 1px solid #A7A7A7;
}
#sv_logodate{ position: absolute; z-index: +999;height: 29px;padding-top: 4px;width: 178px; color: white; }
input[type="button"]:active { color: #ccc !important; }

.read_more_link a {color:#fff !important;}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"]
{
	outline:none !important;
}