@import url(http://fonts.googleapis.com/css?family=Economica);
/*------ template stylization ------*/
body {
  background: #000000;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #c4cfb5;
  min-width: 1110px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #2c3627;
  z-index: 1023;
}
#webSiteLoader > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1000;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
.marNull {
  margin: 0 !important;
}
.padNull {
  padding: 0 !important;
}
.borderNull {
  border: none !important;
}
.wrap {
  overflow: hidden;
  margin: 0;
}
.txtLeft {
  text-align: left;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 5;
}
header h1 {
  max-width: 318px;
  width: 100%;
  float: left;
  display: inline-block;
  border-right: 1px solid #ffffff;
  padding-right: 62px;
  margin-right: 101px;
}
header h1 > a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.logo_holder_bg {
  width: 810px;
  height: 229px;
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: url(../img/bg3.png) 0 0 no-repeat;
  left: -150px;
  top: 0;
}
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.search {
  color: #fff;
  text-decoration: underline;
}
.search_link {
  color: #ffffff !important;
  font: 28px/30px 'Economica', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal !important;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 23px;
  text-decoration: none !important;
}
.search_link:hover {
  color: #e0dead !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search input {
  background: url("../img/pattern1.png") repeat;
  border: none;
  width: 440px;
  outline: none;
  box-shadow: none;
  color: #b4c8aa;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 7px 10px 8px 10px;
  margin: 0 0 10px 0;
  box-sizing: content-box;
  float: left;
  margin-right: 3px;
}
#search a {
  float: left;
}
#search #searchButton {
  margin-top: 0;
  margin-left: 2px;
}
#search #advancedSearch:hover {
  color: #005580;
}
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  margin: 0;
  position: relative;
  float: left;
  margin-top: 23px;
}
header .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
}
.sf-menu {
  float: right;
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.sf-menu > li {
  width: 111px;
  height: 111px;
  position: relative;
  display: inline-block;
  background: url(../img/menu_button.png) 0 0 no-repeat;
  text-align: center;
  float: left;
  margin-right: 4px;
}
.sf-menu > li > a {
  width: 111px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 47px 0 42px 0;
}
.sf-menu > li > a .base_text {
  color: #a5b6a0;
  font: 18px 'Economica', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
}
.sf-menu > li > a .button_act {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/menu_button_act.png) 0 0 no-repeat;
}
.sf-menu ul a {
  color: #ffffff;
  font: 18px/16px 'Economica', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.sf-menu ul a:hover {
  text-decoration: none;
}
.sf-menu ul {
  margin-left: 8px;
  margin-top: 15px;
  position: absolute;
  list-style: none;
  width: 94px;
  padding: 20px 20px 12px 16px;
  left: -16px;
  z-index: 10;
  background: url(../img/pattern2.png) repeat;
  border-radius: 10px;
}
.sf-menu ul > li {
  text-align: left;
  margin-top: -2px;
}
.sf-menu ul > .triangle {
  position: absolute;
  top: -5px;
  left: 58px;
  width: 14px;
  height: 7px;
  background: url(../img/triangle.png) no-repeat;
}
.sf-menu .subMenu2 {
  margin-left: 147px;
  margin-top: -38px;
  width: 70px;
  background: url(../img/pattern3.png) repeat;
}
.sf-menu .subMenu2 a {
  color: #93aeb1 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu .subMenu2 a:hover {
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*----------------- CONTENT BASE --------------------------------------------------- */
#wrapper .global {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  margin-top: 336px;
}
#wrapper .global > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 11px 78px 40px 78px;
  background: url(../img/container_bg.png) repeat;
}
h2 {
  color: #ffffff;
  font: 28px/30px 'Economica', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 23px;
}
h3 {
  color: #e0dead;
  font: 18px/21px 'Economica', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
}
p {
  font: 13px/20px 'Tahoma';
  color: #c4cfb5;
}
.container .center {
  display: inline-block;
  width: 942px;
  background: url(../img/container_bg.png) repeat;
  padding: 44px 83px 17px 77px;
  height: auto !important;
}
.container .center .bord {
  display: inline-block;
  padding-bottom: 21px;
}
.more_btn1 {
  display: block;
  color: #ffffff;
  font: 600 20px/55px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  text-align: center;
  background: #5a5a5a;
  background-color: #606060;
  background-image: -moz-linear-gradient(top, #808080, #2f2f2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808080), to(#2f2f2f));
  background-image: -webkit-linear-gradient(top, #808080, #2f2f2f);
  background-image: -o-linear-gradient(top, #808080, #2f2f2f);
  background-image: linear-gradient(to bottom, #808080, #2f2f2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff2f2f2f', GradientType=0);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.more_btn1:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #606060;
  background-image: -moz-linear-gradient(top, #808080, #2f2f2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808080), to(#2f2f2f));
  background-image: -webkit-linear-gradient(top, #808080, #2f2f2f);
  background-image: -o-linear-gradient(top, #808080, #2f2f2f);
  background-image: linear-gradient(to bottom, #808080, #2f2f2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff2f2f2f', GradientType=0);
  -webkit-background-size: 100% 150%;
  -moz-background-size: 100% 150%;
  background-size: 100% 150%;
}
/*------ extra ------- */
#holder_img {
  position: absolute;
}
.mail {
  font: 13px/20px 'Tahoma';
  color: #e7e5c9;
  text-decoration: none;
  margin-bottom: 11px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mail:hover {
  text-decoration: none;
  color: #283124;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-------------------------- MARGIN PADDING --------- */
.margin1 {
  margin-bottom: 24px;
}
.padding1 {
  padding-bottom: 10px;
}
.padding2 {
  padding-right: 10px;
}
/*-------------------------- TEXTSTYLES ------------- */
.title1 {
  color: #96ae94;
  font: 17px/20px 'Economica', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
  padding: 10px 0 9px 0;
  background: url(../img/pattern1.png) repeat;
  margin-bottom: 10px;
}
.title2 {
  text-transform: uppercase;
  margin-bottom: 7px;
}
.title2 > span {
  color: #e7e5c9;
}
.textStyle1 {
  color: #838180;
  font-size: 30px;
  font-weight: 300;
}
.textStyle2 {
  color: #333333;
}
/*-----sprites-----*/
.btn-primary {
  position: relative;
  text-decoration: none;
  background: url("../img/sprite1.png");
  display: inline-block;
  padding: 9px 20px 8px 19px;
  font: 13px 'Economica', sans-serif;
  color: #b4c8aa;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: none;
}
.btn-primary:hover {
  text-decoration: none;
  color: #b4c8aa;
}
.btn {
  text-shadow: none;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  max-width: 460px;
  width: 100%;
  float: left;
  margin: 0;
  padding-bottom: 15px;
}
.g_map > iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 274px;
  padding: 0;
}
.info2 {
  display: inline-block;
  margin-top: 1px;
}
.info2 p {
  margin: 0;
  color: #c4cfb5;
}
.info2 > p span {
  width: 70px;
  display: inline-block;
  color: #c4cfb5;
}
.info2 > p > a {
  color: #e7e5c9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.info2 > p > a:hover {
  text-decoration: none;
  color: #283124;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.span4.info1 {
  padding: 0;
  margin-right: 0;
  border-right: none;
}
/*-------------------------- CONTACT FORM --------------*/
#form1 {
  margin-top: 0;
  position: relative;
  display: block;
  margin-bottom: 15px;
}
#form1 label {
  margin-bottom: -10px;
  position: relative;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #c4cfb5;
  width: 380px;
  padding: 8px 9px 7px 11px;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  border: none !important;
  background: url("../img/pattern1.png") repeat;
  margin-bottom: 5px;
}
#form1 label textarea {
  height: 149px;
  resize: none;
}
#form1 label input {
  width: 200px;
}
#form1 .error {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .empty {
  width: 220px;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .message .empty {
  width: 400px;
}
#form1 .success {
  background: #273023;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 11px 20px;
  width: 45%;
  height: 112px;
}
#form1 .success > span {
  color: #c4cfb5;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
.btns {
  float: right;
}
.btns > a {
  margin-left: -2px;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list > li {
  margin-bottom: 15px;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #565656;
  font: 700 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #283124;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  color: #ffffff;
  font: 13px/20px 'Economica', "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 2;
  bottom: 0;
  text-transform: uppercase;
  width: 100%;
  height: 88px;
}
footer > .upPart {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
footer .downPart {
  width: 100%;
  background: url(../img/container_bg.png) repeat;
  text-align: center;
  padding: 8px 0 6px 0;
}
footer .privacy_text {
  color: #d0ddbb;
  display: inline-block;
  font: 13px/20px 'Economica', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .privacy_text a {
  color: #d0ddbb;
  display: inline-block;
  font: 13px/20px 'Economica', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .privacy_text a:hover {
  color: #283124;
  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;
}
footer .privacy_text > span {
  margin: 0 5px 0 5px;
}
.social_icons {
  list-style: none;
  margin: 0;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.social_icons > li {
  display: inline-block;
  margin-left: 1px;
  cursor: pointer;
}
/*-----list-----*/
.list1 {
  margin: 0;
  display: inline-block;
  margin-top: 7px;
  width: 200px;
  margin-bottom: 5px;
}
.list1 li {
  list-style: none;
  margin-bottom: 6px;
}
.list1 li a {
  font: 11px/18px 'Tahoma', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e9e7c5;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list1 li img {
  margin-right: 9px;
}
.list1 a:hover {
  text-decoration: none;
  color: #283124;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list1 .last {
  margin-bottom: 0;
}
.list2 {
  display: inline-block;
  margin: 0;
}
.list2 li {
  list-style: none;
  margin-bottom: 21px;
  width: 275px;
}
.list2 li img {
  float: left;
  margin-right: 19px;
}
.list2 h3 {
  margin-top: -3px;
}
.list2 p {
  margin: 0;
  width: 95px;
}
/*-----slider-----*/
.slider2 {
  display: inline-block;
  margin-bottom: 14px;
  width: 280px;
  height: 317px !important;
}
.slider2 ul {
  float: left;
  margin: 0;
}
.slider2 ul li {
  list-style: none;
  float: left;
}
.slider2 ul .last {
  margin-right: 0;
}
.slider2 ul li > .pict {
  display: inline-block;
}
.btn-toolbar {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}
a.btn-group {
  font: 13px 'Economica' sans-serif;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-right: 2px;
  background: url(../img/slider_sprite.png) 0 top no-repeat;
  color: #b4c8aa;
  width: 33px;
  height: 24px;
  text-align: center;
  padding-top: 9px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14px;
  margin-left: 0 !important;
}
a.btn-group:hover {
  background: url(../img/slider_sprite.png) 0 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;
}
a.btn-group.active,
a.btn-group.active:hover {
  text-decoration: none;
  background: url(../img/slider_sprite.png) 0 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;
}
.btn-toolbar .es-nav-next {
  position: relative;
  text-decoration: none;
  background: url("../img/sprite1.png");
  display: inline-block;
  padding: 9px 20px 8px 19px;
  font: 13px 'Economica', sans-serif;
  color: #b4c8aa;
  text-transform: uppercase;
  top: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*----------- FOOTER END ------------------------------------------------------*/
.row {
  margin-left: -30px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1102px;
}
.span3 {
  margin-left: 20px;
}
.span4,
.span5,
.span6,
.span8 {
  border-right: 1px dotted #868779;
  padding: 10px 39px 3px 0;
  margin-right: 10px;
}
.span5.bordNone {
  border-right: none;
}
.span12 {
  padding-top: 10px;
}
.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.margBot1 {
  margin-bottom: 19px;
}
.margBot2 {
  margin-bottom: 12px;
}
.margBot3 {
  margin-bottom: 23px;
}
.margBot4 {
  margin-bottom: 50px;
}
.margBot5 {
  margin-bottom: 2px;
}
.margRight {
  margin-right: 60px;
}
.margLeft {
  margin-left: 0;
}
.margTop {
  margin-top: 55px;
}
.margTop1 {
  margin-top: -4px;
}
.margTop2 {
  margin-top: 49px;
}
.margTop3 {
  margin-top: 17px;
}
/*-----------------------------------------------------------------------------------*/
/*Core variables and mixins*/
@lightgreen #b4c8aa;
.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;
}
