@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One);

@import 'jquery.fancybox.css';
/*------ template stylization ------*/
body {
  background: #18191d;
  font: 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #bab7ab;
  min-width: 1200px;
  min-height: 800px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #18191d 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: 0 0 0 97px;
  background: url(../img/page_loader_bg.jpg) 0 0 no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
p {
  padding-bottom: 10px;
}
figure {
  margin: 0;
}
h2 {
  font: 30.03px 'Julius Sans One';
  line-height: 1.2em;
  color: #d5d2c4;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-bottom: 4px;
}
h2.special {
  font-size: 47.97px;
  padding: 65px 0 0;
}
h2.special2 {
  font-size: 23.985px;
  padding: 0;
  margin: -19px 0 19px;
}
h3 {
  font: bold 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #18191d;
  padding-bottom: 4px;
}
address {
  font-style: normal;
  margin-bottom: 19px;
}
/*bootstrap classes*/
.thumbnails > li {
  margin: 0;
  float: none;
}
.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;
}
/*end bootstrap classes*/
/*------ header ------- */
header {
  width: 100%;
  height: 136px;
  margin-bottom: 0px;
}
header h1 {
  position: relative;
  width: 122px;
  height: 82px;
  float: right;
  overflow: hidden;
  margin: 43px 4px 0 0;
}
header h1 a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header h1 a:hover {
  text-decoration: none;
}
/*menu*/
.select-menu {
  width: 100%;
  margin: 14px auto;
  display: none;
  color: #bab7ab;
}
section .navbar {
  position: relative;
  z-index: 150;
  width: 240px;
  float: left;
  margin-bottom: 0;
}
section .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
}
section .navbar .sf-menu .nav li {
  float: none;
}
section .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
}
section .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;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sf-menu > li {
  position: relative;
  display: block;
  width: 240px;
  height: 80px;
}
.sf-menu > li:first-child {
  display: none;
}
.sf-menu > li.last > a {
  background: none !important;
}
.sf-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font: 47.97px 'Julius Sans One';
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: -1px;
  background: url(../img/menu_divider.png) 0 90px repeat-x;
  -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;
}
.sf-menu > li > a.bg {
  background-position: 0 79px;
}
.sf-menu > li > a > span {
  position: relative;
  display: block;
  color: #d5d2c4;
  -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;
  z-index: 10;
  padding: 15px 0 8px 4px;
}
.sf-menu > li > a > strong {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../img/menu_bg.png);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  height: 0;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink,
.sf-menu > li > a.hoverItem {
  text-decoration: none;
  background: none;
}
.sf-menu > li > a:hover > span,
.sf-menu > li > a.activeLink > span,
.sf-menu > li > a.hoverItem > span {
  color: #fefefe;
}
.sf-menu > li > a:hover > strong,
.sf-menu > li > a.activeLink > strong,
.sf-menu > li > a.hoverItem > strong {
  height: 100%;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 243px;
  top: 0px !important;
  left: 211px !important;
  display: none;
  overflow: visible;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  height: 50px;
  background: url(../img/submenu_divider.png) 0 bottom repeat-x;
}
.sf-menu ul li.last {
  background: none;
  padding-bottom: 1px;
  margin-bottom: 0;
}
.sf-menu ul li a {
  position: relative;
  display: block;
  height: 49px;
  color: #ffffff !important;
  line-height: 49px;
  margin-bottom: 1px;
  background-color: #43927a !important;
  padding-left: 29px !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sf-menu ul li a.hoverItem {
  color: #cfc08d !important;
  background-color: #18191d !important;
}
.sf-menu ul ul {
  left: 100% !important;
  top: 0 !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 #e5e5e5;
  background-color: #f9fafa;
  -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: 6px 11px 8px;
  line-height: 21px;
  width: 100%;
  margin-bottom: 0;
}
#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%;
  top: 0;
  z-index: 101;
}
.inner {
  background-color: #ffffff;
  padding: 40px 51px 19px 29px;
  margin-right: 29px;
  min-height: 460px;
}
.inner2 {
  background-color: #ffffff;
  margin-right: 60px;
  min-height: 519px;
}
.inner3 {
  background-color: #ffffff;
  margin-right: 29px;
  min-height: 519px;
}
.btn.btn-link {
  position: relative;
  display: inline-block;
  font: 600 11.96px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #4cc19d;
  text-transform: uppercase;
  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;
}
.btn.btn-link:hover,
.btn.btn-link:active {
  color: #18191d;
  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;
}
.btn.btn-link.btn-link2 {
  font-size: 11.049999999999999px;
}
.sliderHolder {
  position: relative;
  float: right;
  width: 100%;
  height: 519px;
  z-index: 100;
  margin-top: -480px;
}
.sliderHolder .slider {
  float: right;
  width: 671px;
  height: 519px;
}
.sliderHolder .slider ul {
  width: 671px;
  height: 519px;
}
.sliderHolder .paginationHolder {
  position: relative;
  width: 29px;
  height: 100%;
  background-color: #18191d;
  float: right;
  overflow: hidden;
}
.sliderHolder .paginationHolder .pagination {
  position: relative;
  margin: 25px 0 0 6px !important;
}
.sliderHolder .paginationHolder .pagination li {
  position: relative;
  width: 14px;
  height: 14px;
  margin-bottom: 6px;
}
.sliderHolder .paginationHolder .pagination li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  background-color: #313236;
}
.sliderHolder .paginationHolder .pagination li a span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  background-color: #dad8ce;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -100%;
}
.sliderHolder .paginationHolder .pagination li a:hover > span {
  top: 0;
}
.sliderHolder .paginationHolder .pagination li.active > a > span {
  top: 0;
}
.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;
}
.list1 {
  margin: 12px 0 25px;
}
.list1 li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  width: 186px;
  height: 137px;
}
.list1 li.right {
  margin-right: 0;
}
.list1 li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.list1 li a:hover .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list2 {
  position: relative;
  margin-bottom: 0;
}
.list2 li {
  position: relative;
  height: 40px;
}
.list2 li a {
  position: relative;
  display: block;
  z-index: 10;
  font: bold 11.049999999999999px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 39px;
  color: #4cc19d;
  text-transform: uppercase;
  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;
}
.list2 li a:before {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(../img/list_icon.png) center no-repeat;
  margin: 17px 8px 0 32px;
  float: left;
  content: '';
}
.list2 li a + strong {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #f2f1ee;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
.list2 li a:hover {
  color: #18191d;
  text-decoration: none;
}
.list2 li a:hover + strong {
  height: 100%;
}
.list3 {
  position: relative;
  margin: -10px 0 11px 0;
}
.list3 li {
  position: relative;
  display: inline-block;
  width: 220px;
  margin: 0 15px 2px 0;
}
.list3 li.right {
  margin-right: 0;
  width: 265px;
}
.list3 li a {
  position: relative;
  display: inline-block;
  z-index: 10;
  font: bold 11.049999999999999px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #4cc19d;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 5px;
}
.list3 li a:hover {
  color: #18191d;
  text-decoration: none;
}
.list3 li strong {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(../img/list_icon.png) center no-repeat;
  margin: 9px 8px 0 1px;
  float: left;
  content: '';
}
.list3.type2 {
  margin: -3px 0 21px 0;
}
.list3.type2 li {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.match {
  display: block;
  color: #4cc19d;
}
.search_list .search {
  width: auto;
  color: #18191d;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  margin: 0 0 18px;
  width: 100%;
  height: 380px;
}
iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #18191d !important;
}
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: 1px 0 0 0;
  width: 100%;
  z-index: 500;
}
#search #searchButton {
  float: right;
  margin-top: 14px;
}
#form1 {
  position: relative;
  margin: 17px 0 29px;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 .success {
  position: absolute;
  padding: 44px 0px 45px;
  z-index: 10;
  text-align: center;
  width: 349px;
  border: 1px solid #e5e5e5;
  background-color: #f9fafa;
}
#form1 textarea {
  width: 326px;
  height: 150px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  min-height: 50px;
  width: 100%;
  margin-bottom: 0;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #4cc19d;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 31px 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: 15px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  width: 100%;
  height: 50px;
}
footer p {
  padding-top: 14px;
  font-size: 11.049999999999999px;
  color: #ffffff;
  text-transform: uppercase;
}
footer p 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;
}
footer p a:hover {
  color: #bab7ab;
}
/*--- footer end ------*/
.padding1 {
  padding: 0 8px;
}
.padding2 {
  padding: 40px 20px 19px 29px;
}
.padding3 {
  padding-top: 14px;
}
.padding4 {
  padding-bottom: 8px;
}
.padding5 {
  padding-bottom: 11px;
}
.padding6 {
  padding: 3px 0px 10px 0px;
}
.padding7 {
  padding-bottom: 58px;
}
.padding8 {
  padding: 40px 0 0 29px;
}
.padding9 {
  padding: 0 0 0 29px;
}
.padding10 {
  padding: 1px 0 48px;
}
.padding11 {
  padding-bottom: 66px;
}
.padding12 {
  padding: 51px 20px 19px 29px;
}
.margin1 {
  margin: 1px 0 48px;
}
.margin2 {
  margin-right: 22px;
}
.margin3 {
  margin: -24px 0 0;
}
.margin4 {
  margin-right: 29px;
}
.margin5 {
  margin: -4px 0 22px;
}
.margin6 {
  margin: 47px 0 190px 30px;
}
.colorInherit {
  color: inherit;
}
.color1 {
  color: #18191d;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.width1 {
  display: inline-block;
  width: 74px;
}
.width2 {
  display: inline-block;
  width: 50px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noPaddingRight {
  padding-right: 0;
}
.noMargin {
  margin: 0;
}
.noPaddingTop {
  padding-top: 0;
}
.noPaddingBottom {
  padding-bottom: 0;
}
.noMarginTop {
  margin-top: 0;
}
.noMarginBottom {
  margin-bottom: 0;
}
.noMarginRight {
  margin-right: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
/*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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
