@import url(http://fonts.googleapis.com/css?family=Cinzel+Decorative:400);

@import url(http://fonts.googleapis.com/css?family=Cinzel+Decorative:700);

@import 'jquery.fancybox.css';

@import 'grid.css';
/*------ template stylization ------*/
body {
  background: #d4d4d4;
  font: 12px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 19px;
  color: #5c5c5c;
  min-width: 1200px;
  min-height: 1000px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #d4d4d4 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 #d4d4d4 no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
#back-top {
  position: fixed;
  display: block;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #5c5c5c;
  background: url(../img/up-arrow.png) #d4d4d4 center no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
}
p {
  padding-bottom: 10px;
  text-transform: uppercase;
}
p a {
  font-style: italic;
}
figure {
  margin: 0;
}
h2 {
  font: 700 36px 'Cinzel Decorative';
  line-height: 1.2em;
  color: #000000;
  letter-spacing: -1px;
  padding: 5px 0 11px;
}
h2.special {
  font-size: 48px;
  margin: 10px 0px 0px 0px;
}
h2.special2 {
  font-size: 30px;
  margin: -22px 0px 11px 0px;
}
h3 {
  font: 700 21.96px 'Cinzel Decorative';
  line-height: 1.2em;
  color: #000000;
  letter-spacing: -1px;
  padding-bottom: 5px;
}
h4,
.fontStyle1 {
  font: 500 12px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 19px;
  color: #000000;
  text-transform: uppercase;
}
.fontStyle1 {
  margin: -4px 0 19px;
}
address {
  font-style: normal;
  text-transform: uppercase;
}
address a {
  font-style: italic;
}
/*bootstrap classes*/
.thumbnails li {
  margin: 0;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.thumbnail:hover {
  border-color: transparent;
  box-shadow: none !important;
}
.img-circle {
  -webkit-border-radius: 107px;
  -moz-border-radius: 107px;
  border-radius: 107px;
}
.img-polaroid {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.31);
  padding: 1px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  border: none;
}
a .img-polaroid {
  -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;
}
a:hover .img-polaroid {
  background-color: #000000;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.56);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.56);
}
/*end bootstrap classes*/
/*------ header ------- */
header {
	position: relative;
	background: url(../img/header_bg.png) 0 0 repeat-x;
	width: 100%;
	height: 214px;
}

header h1 {
	position: relative;
	width: 657px;
	height: 126px;
	float: left;
	overflow: hidden;
	margin: 91px 0 0 -69px;
}
header h1 a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header h1 a:hover {
  text-decoration: none;
}
header .header_decor {
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -358px;
  width: 578px;
  height: 65px;
  background: url(../img/decor.png) 0 no-repeat;
}
header .header_line {
  position: absolute;
  top: 144px;
  left: 50%;
  margin-left: -568px;
  width: 1140px;
  height: 1px;
  background: url(../img/header_line.png) 0 no-repeat;
}
/*menu*/
.select-menu {
  width: 100%;
  margin: 14px auto;
  display: none;
  color: #5c5c5c;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
}
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: right;
  list-style: none;
  padding: 0;
  margin: 173px 21px 0 0;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin-left: 26px;
}
.sf-menu > li:first-child {
  display: none;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  font: 18px 'Cinzel Decorative';
  color: #000000;
}
.sf-menu > li > a > strong {
  position: absolute;
  bottom: -15px;
  left: -9px;
  width: 100%;
  height: 4px;
  padding: 0 9px;
  background-color: #000000;
  -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;
  width: 0;
  padding: 0;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink,
.sf-menu > li > a.hoverItem {
  text-decoration: none;
}
.sf-menu > li > a:hover > strong,
.sf-menu > li > a.activeLink > strong,
.sf-menu > li > a.hoverItem > strong {
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 89px;
  top: 53px !important;
  left: -8px !important;
  display: none;
  overflow: visible;
  background: url(../img/submenu_bg1.jpg);
}
.sf-menu ul:before {
  position: absolute;
  display: block;
  top: -8px;
  left: 0;
  width: 89px;
  height: 8px;
  background: url(../img/submenu_arrow.png) center no-repeat;
  content: '';
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  background: url(../img/submenu_divider.png) center bottom no-repeat;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.sf-menu ul li:first-child {
  padding-top: 20px;
}
.sf-menu ul li.last {
  padding-bottom: 13px;
  margin-bottom: 0;
}
.sf-menu ul li a {
  display: inline-block;
  font: 12px 'Cinzel Decorative';
  color: #1d1d1d !important;
  text-shadow: #1d1d1d 0px 0px 1px !important;
  -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: #898989 !important;
  text-shadow: #898989 0px 0px 1px !important;
}
.sf-menu ul ul {
  left: 89px !important;
  top: -17px !important;
  width: 93px;
  background: url(../img/submenu_bg2.jpg);
}
.sf-menu ul ul:before {
  position: absolute;
  top: 21px;
  left: -4px;
  width: 4px;
  height: 7px;
  background: url(../img/submenu_arrow2.png) center no-repeat;
  content: '';
}
.sf-menu ul ul li {
  text-align: left;
}
.sf-menu ul ul li:first-child {
  padding-top: 17px;
}
.sf-menu ul ul li.last {
  padding-bottom: 13px;
  margin-bottom: 0;
}
.sf-menu ul ul li a {
  margin-left: 21px;
  color: #fefefe !important;
  text-shadow: #fefefe 0px 0px 1px !important;
}
.sf-menu ul ul li a.hoverItem {
  color: #8e8e8e !important;
  text-shadow: #8e8e8e 0px 0px 1px !important;
}
.sf-menu2 {
  position: relative;
  float: right;
  list-style: none;
  padding: 0;
  margin: 34px 21px 0 0;
}
.sf-menu2 > li {
  position: relative;
  display: inline-block;
  margin-left: 26px;
}
.sf-menu2 > li:first-child {
  display: none;
}
.sf-menu2 > li > a {
  position: relative;
  display: inline-block;
  font: 18px 'Cinzel Decorative';
  color: #000000;
}
.sf-menu2 > li > a > strong {
  position: absolute;
  bottom: -15px;
  left: -9px;
  width: 100%;
  height: 4px;
  padding: 0 9px;
  background-color: #000000;
  -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;
  width: 0;
  padding: 0;
}
.sf-menu2 > li > a:hover,
.sf-menu2 > li > a.activeLink,
.sf-menu2 > li > a.hoverItem {
  text-decoration: none;
}
.sf-menu2 > li > a:hover > strong,
.sf-menu2 > li > a.activeLink > strong,
.sf-menu2 > li > a.hoverItem > strong {
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
}
.sf-menu2 ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 89px;
  top: 53px !important;
  left: -8px !important;
  display: none;
  overflow: visible;
  background: url(../img/submenu_bg1.jpg);
}
.sf-menu2 ul:before {
  position: absolute;
  display: block;
  top: -8px;
  left: 0;
  width: 89px;
  height: 8px;
  background: url(../img/submenu_arrow.png) center no-repeat;
  content: '';
}
.sf-menu2 ul li {
  position: relative;
  text-align: center;
  background: url(../img/submenu_divider.png) center bottom no-repeat;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.sf-menu2 ul li:first-child {
  padding-top: 20px;
}
.sf-menu2 ul li.last {
  padding-bottom: 13px;
  margin-bottom: 0;
}
.sf-menu2 ul li a {
  display: inline-block;
  font: 12px 'Cinzel Decorative';
  color: #1d1d1d !important;
  text-shadow: #1d1d1d 0px 0px 1px !important;
  -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-menu2 ul li a.hoverItem {
  color: #898989 !important;
  text-shadow: #898989 0px 0px 1px !important;
}
.sf-menu2 ul ul {
  left: 89px !important;
  top: -17px !important;
  width: 93px;
  background: url(../img/submenu_bg2.jpg);
}
.sf-menu2 ul ul:before {
  position: absolute;
  top: 21px;
  left: -4px;
  width: 4px;
  height: 7px;
  background: url(../img/submenu_arrow2.png) center no-repeat;
  content: '';
}
.sf-menu2 ul ul li {
  text-align: left;
}
.sf-menu2 ul ul li:first-child {
  padding-top: 17px;
}
.sf-menu2 ul ul li.last {
  padding-bottom: 13px;
  margin-bottom: 0;
}
.sf-menu2 ul ul li a {
  margin-left: 21px;
  color: #fefefe !important;
  text-shadow: #fefefe 0px 0px 1px !important;
}
.sf-menu2 ul ul li a.hoverItem {
  color: #8e8e8e !important;
  text-shadow: #8e8e8e 0px 0px 1px !important;
}
/*menu end*/
/*--- header end ------*/
/*------ content ------- */
#wrapper ul {
  list-style: none;
  margin-left: 0;
}
#wrapper input,
#wrapper textarea {
  position: relative;
  outline: none;
  box-shadow: none;
  border: 1px solid #6b6b6b;
  border: 1px solid rgba(53, 53, 53, 0.63);
  -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: 7px 8px;
  line-height: 21px;
  width: 100%;
  color: #5c5c5c;
  margin: 0;
  background: url(../img/form_bg.png);
  text-transform: uppercase;
}
#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: 100%;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > div {
  position: relative;
  overflow: hidden;
}
#wrapper > section {
  position: relative;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.content {
  position: relative;
}
.inner {
  padding: 53px 0px 41px 0px;
}
.inner > div {
  position: relative;
  z-index: 10;
}
.inner .content_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1134px;
  height: 100%;
  margin: 0 18px;
  z-index: 0;
  background: url(../img/content_bg.png);
}
.inner .content_bg > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.inner .content_bg > span:first-child {
  background: url(../img/content_bg_line_T.png) center repeat-x;
  height: 1px;
  top: 0;
  left: 0;
}
.inner .content_bg > span:first-child + span {
  background: url(../img/content_bg_line_R.png) center repeat-y;
  width: 1px;
  top: 0;
  right: 0;
}
.inner .content_bg > span:first-child + span + span {
  background: url(../img/content_bg_line_B.png) center repeat-x;
  height: 1px;
  bottom: 0;
  left: 0;
}
.inner .content_bg > span:first-child + span + span + span {
  background: url(../img/content_bg_line_L.png) center repeat-y;
  width: 1px;
  top: 0;
  left: 0;
}
.btn {
  position: relative;
  display: inline-block;
  font: 12px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  -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: 0px 29px;
  -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;
}
.btn:hover,
.btn:active {
  -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;
}
.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;
  text-transform: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font: 14.04px 'Cinzel Decorative';
  line-height: 19px;
  color: #000000;
  text-align: center;
  margin-left: 96px;
}
.btn.btn-link:before,
.btn.btn-link:after {
  position: absolute;
  content: '';
  top: 8px;
  width: 85px;
  height: 1px;
}
.btn.btn-link:before {
  left: -96px;
  background: url(../img/more_before.png) center no-repeat;
}
.btn.btn-link:after {
  right: -96px;
  background: url(../img/more_after.png) center no-repeat;
}
.btn.btn-link.btn-link2 {
  margin-left: 0;
}
.btn.btn-link.btn-link2:before,
.btn.btn-link.btn-link2:after {
  display: none;
}
.btn.btn-link:hover,
.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-shadow: #000000 0px 0px 1px;
  text-decoration: underline;
}
hr {
  position: relative;
  margin: 10px 0px 45px;
  width: 100%;
  height: 1px;
  background-color: #353535;
  border: none;
}
hr:after {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  width: 84px;
  height: 3px;
  background-color: #000000;
}
.bg.offset1 {
  margin-left: 0 !important;
  padding-left: 115px;
  background: url(../img/vline.png) 58px 0px no-repeat;
}
.decor {
  width: 100%;
  height: 24px;
  margin: 0 0 19px -19px;
  background: url(../img/content_decor.png) center no-repeat;
}
.list1 {
  position: relative;
  display: inline-block;
  width: 267px;
  margin: 0 0 34px;
}
.list1 li {
  position: relative;
  display: inline-block;
}
.list1 li a {
  position: relative;
  display: block;
}
.list1 li a:hover .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list2 {
  position: relative;
  display: inline-block;
  margin: 0;
}
.list2 li {
  position: relative;
  display: inline-block;
  margin: 0px 20px 19px 0px;
}
.list2 li a {
  position: relative;
  display: block;
}
.list2 li a:hover .sitem_over2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.list3 {
  position: relative;
  margin: -4px 0px -1px 0px;
}
.list3 li {
	background: url(../img/list_icon.png) 0px 7px no-repeat;
	margin-bottom: 11px;
	margin-left: 15px;
	font: 500 12px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 19px;
	color: #000000;
	text-transform: uppercase;
	text-indent: 7px;
}
.list3 li a {
  margin-left: 15px;
  font: 500 12px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 19px;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.list3 li a:hover {
  padding-left: 8px;
}
.list4 li {
  position: relative;
  display: inline-block;
  width: 270px;
  margin-right: 14px;
}
/*slider*/
.sliderHolder {
  position: relative;
  width: 100%;
  height: 490px;
  text-align: center;
  overflow: hidden;
}
.sliderHolder .sliders {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left: -34px;
  overflow: hidden;
  background: url(../img/slider_bg.png) 188px 1px no-repeat;
}
.sliderHolder .sliders .slider {
  position: absolute;
  top: 125px;
  left: 63px;
  display: inline-block;
  width: 214px;
  height: 214px;
  -webkit-border-radius: 107px;
  -moz-border-radius: 107px;
  border-radius: 107px;
  overflow: hidden;
  margin-left: 148px !important;
}
.sliderHolder .sliders .slider:first-child + ul {
  left: 290px;
  top: 246px;
}
.sliderHolder .sliders .slider:first-child + ul + ul {
  top: 25px;
  left: 421px;
}
.sliderHolder .sliders .slider:first-child + ul + ul + ul {
  left: 652px;
  top: 136px;
}
.sliderHolder .sliders .slider li {
  position: relative;
  width: 214px;
  height: 214px;
  -webkit-border-radius: 107px;
  -moz-border-radius: 107px;
  border-radius: 107px;
  overflow: hidden;
}
.sliderHolder .sliders .slider li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.sliderHolder .sliders .slider li a:hover .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sitem_over {
  position: absolute;
  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;
}
.sitem_over2 {
  position: absolute;
  z-index: 100;
  bottom: 1px;
  right: 1px;
  width: 27px;
  height: 24px;
  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;
  background: url('../img/zoom_icon.png') center no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btnsHolder {
  position: absolute;
  bottom: 0px;
  right: 277px;
  z-index: 100;
}
.btnsHolder .prev,
.btnsHolder .next {
  position: relative;
  display: inline-block;
  float: right;
  width: 31px;
  height: 31px;
  overflow: hidden;
  background-position: center top;
  margin-left: 1px;
}
.btnsHolder .prev > span,
.btnsHolder .next > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  opacity: 0;
  filter: alpha(opacity=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;
}
.btnsHolder .prev:hover > span,
.btnsHolder .next:hover > span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btnsHolder .prev,
.btnsHolder .prev > span {
  background: url(../img/arrowL.png) no-repeat;
}
.btnsHolder .next,
.btnsHolder .next > span {
  background: url(../img/arrowR.png) no-repeat;
}
.match {
  display: block;
  color: #363636;
  font-style: italic;
}
.search_list {
  text-transform: uppercase;
}
.search_list .search {
  width: auto;
  color: #363636;
}
.search_title {
  color: #5c5c5c;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  float: left;
  margin: 0 21px 0 0;
  width: 372px;
  height: 283px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.31);
  padding: 1px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.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 #d4d4d4 !important;
}
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: 4px 0 0 0;
  width: 460px;
  z-index: 500;
}
#search #searchButton {
  float: right;
  margin-top: 16px;
}
#form1 {
  position: relative;
  margin: -1px 0px 11px 0px;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 .success {
  position: absolute;
  padding: 20px 0px;
  z-index: 10;
  text-align: center;
  width: 100%;
  background: #ffffff;
  border: none;
}
#form1 textarea {
  width: 252px;
  height: 134px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  min-height: 40px;
  width: 100%;
  margin-bottom: 0px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #363636;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  margin: 22px 0 0 0;
  position: relative;
  float: right;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 17px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
	position: relative;
	bottom: 0px;
	background: url(../img/footer_line.png) center 45px no-repeat;
	width: 100%;
	height: 100px;
	text-align: center;
}
footer p {
  padding-top: 0px;
  font: 700 12px 'Cinzel Decorative';
  color: #333333;
  padding-bottom: 6px;
  text-transform: lowercase;
}
footer p a {
  color: inherit;
  font-style: normal;
}
.soc_icons {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  margin-left: -4px !important;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: -1px;
}
.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: -7px;
}
.paginationHolder {
  position: relative;
  float: left;
  margin: -10px 0 0 0px;
  height: 58px;
  overflow: hidden;
}
.paginationHolder .pagination li {
  position: relative;
  display: inline-block;
  background: url(../img/menu_2_divider.png) right 7px no-repeat;
  padding-right: 12px;
  margin-right: 4px;
}
.paginationHolder .pagination li:first-child {
  padding-left: 45px;
}
.paginationHolder .pagination li.last {
  background: none;
}
.paginationHolder .pagination li a {
  position: relative;
  display: block;
  font: 700 14.04px 'Cinzel Decorative';
  color: #6f6f6f;
  letter-spacing: -1px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.paginationHolder .pagination li a span {
  position: absolute;
  bottom: -19px;
  left: -10px;
  width: 100%;
  height: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../img/menu2_arrow_hover.png) center no-repeat;
  bottom: -30px;
  padding: 0 10px;
  border-bottom: 2px solid #000000;
}
.paginationHolder .pagination li.active > a,
.paginationHolder .pagination li > a:hover {
  color: #000000;
  text-decoration: none;
}
.paginationHolder .pagination li.active > a > span,
.paginationHolder .pagination li > a:hover > span {
  bottom: -19px;
}
/*--- footer end ------*/
.padding1 {
  padding-top: 72px;
}
.padding2 {
  padding-left: 14px;
}
.padding3 {
  padding-top: 3px;
}
.padding4 {
  padding-bottom: 32px;
}
.padding5 {
  padding-bottom: 15px;
}
.padding6 {
  padding-bottom: 53px;
}
.margin1 {
  margin-right: 20px;
}
.margin2 {
  margin-top: -2px;
}
.margin3 {
  margin: 1px 0px 44px 13px;
}
.colorInherit {
  color: inherit;
}
.width1 {
  display: inline-block;
  width: 75px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noDisplay {
  display: none !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0 !important;
}
.noPaddingTop {
  padding-top: 0 !important;
}
.noMarginTop {
  margin-top: 0 !important;
}
.noMarginBottom {
  margin-bottom: 0 !important;
}
.noBottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
.textAlignCenter {
  text-align: center;
}
.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: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header h1 {
float: left;
height: 126px;
margin: 26px 0 0 -69px;
overflow: hidden;
position: relative;
width: 657px;
}

header {
background: url("../img/header_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
height: 145px;
position: relative;
width: 100%;
}

.sf-menu {
float: right;
list-style: none outside none;
margin: 105px 21px 0 0;
padding: 0;
position: relative;
}