@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400);

@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:700);

@import url(http://fonts.googleapis.com/css?family=PT+Sans);
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 14px 'PT Sans Narrow', serif;
  line-height: 20px;
  color: #ffffff;
  min-width: 980px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  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 {
  width: 50px;
  height: 50px;
}
.ab {
  position: absolute;
  top: -20px;
  left: 0;
}
._marginNull {
  margin: 0 !important;
}
._paddingNull {
  padding: 0 !important;
}
._borderNull {
  border: none !important;
}
._backgroundNull {
  background: none !important;
}
._relative {
  position: relative;
}
._absolute {
  position: absolute;
}
.wrap {
  overflow: hidden;
  margin: 0;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  height: 176px;
  position: absolute;
  display: inline-block;
  z-index: 5;
  background: url(../img/header_plane.jpg) repeat-x;
  top: 0px;
}
h1 {
  width: 267px;
  height: 59px;
  margin: 0;
  display: inline-block;
  margin: 22px 0 25px 0;
  z-index: 10;
  float: left;
}
h1 > a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
}
#search input {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  width: 428px;
  border: none;
  padding: 5px 15px;
  background: #382d30;
  border: solid 1px #544b4e !important;
  font: 12px/18px Arial;
  color: #ffffff;
}
#search a {
  float: right;
  margin-top: 10px;
}
#search #advancedSearch:hover {
  color: #005580;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  margin: 0 auto;
  float: left;
  display: block;
  height: 70px;
  width: 100%;
  background: url(../img/menu_plane.jpg) repeat-x;
}
header .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0 auto;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
  text-align: center;
}
.sf-menu {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  width: 156px;
  float: left;
  background: none;
  height: 70px;
  border-right: 1px solid #a63b16;
}
.sf-menu > li:first-child {
  border-left: 1px solid #a63b16;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a .base_text {
  color: #ededed;
  font: 400 20px 'PT Sans Narrow', serif;
  line-height: 20px;
  text-decoration: none;
  padding: 25px 0 25px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  z-index: 2;
  margin: 0;
}
.sf-menu > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  display: block;
  padding-bottom: 50px;
}
.sf-menu > li > a ._over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  display: block;
  background: #261d1f;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  left: 0px;
  top: 70px;
  z-index: 10;
  width: 156px;
  background: #48373b;
  padding: 0;
  text-align: center;
}
.sf-menu ul > li {
  display: block;
  margin-bottom: 0px;
  background: url(../img/menu_border.png) center top no-repeat;
}
.sf-menu ul > li:first-child {
  background: none;
}
.sf-menu ul a {
  color: #ffffff;
  font: 400 16px/21px 'PT Sans Narrow', serif;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
  font-style: normal;
  padding: 6px 0;
  -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 ul a:hover {
  color: #000000;
  background: #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;
}
.sf-menu ul .hoverItem {
  color: #000000 !important;
  background: #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;
}
.sf-menu .sub2 {
  top: 32px;
  left: 160px;
  background: #ce6b39;
  color: #ffffff;
}
.sf-menu .sub2 a {
  color: #ffffff;
}
.sf-menu .sub2 a:hover {
  color: #ffffff;
  background: #261d1f;
  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;
}
.sf-menu .sub2 .hoverItem {
  color: #ffffff !important;
  background: #261d1f;
  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;
}
/*-------------   menu end  --------------*/
/*----------------- CONTENT BASE --------------------------------------------------- */
#wrapper section {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 370px;
  background: #2d2225;
  height: 100%;
  box-shadow: none;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.indent_c {
  padding: 50px 0 !important;
}
h2 {
  color: #ffffff;
  font: 500 40px/40px 'PT Sans Narrow', serif;
  text-transform: none;
  margin: 0 0 10px 0;
}
h3 {
  color: #ffffff;
  font: 300 12px/18px 'PT Sans Narrow', serif;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
p {
  font: 12px/19px Arial;
  margin-bottom: 20px;
  color: #9c9c9c;
}
.p1 {
  font: 400 12px/20px Arial;
  color: #ffffff;
  opacity: 0.65;
  text-transform: none;
  font-weight: 400;
}
.p2 {
  color: #a0a0a0;
}
.color3 {
  color: #ffffff;
}
.p3 {
  font: 400 13px/20px Arial;
  font-style: italic;
  color: #6b6a6a;
  position: relative;
  z-index: 5;
}
.p4 {
  font: 400 12px/19px Arial;
  color: #ffffff;
  opacity: 1;
  text-transform: none;
  font-weight: 400;
}
.p5 {
  font: 400 40px/40px 'PT Sans Narrow', serif;
  color: #9c9c9c;
  opacity: 1;
  text-transform: none;
  font-weight: 400;
}
.p6 {
  font: 400 24px/24px 'PT Sans Narrow', serif;
  color: #ffffff;
  opacity: 1;
  text-transform: none;
  font-weight: 400;
}
.a1 {
  font: 400 12px/19px Arial;
  color: #de5620;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.a1:hover {
  color: #ffffff;
  text-decoration: none;
}
.p4.a1 {
  display: inline-block;
}
.p4.a1:hover {
  color: #de5620 !important;
}
.more_btn1 {
  display: inline-block;
  font: 400 16px/18px 'PT Sans Narrow', serif;
  color: #ffffff;
  background: #de5620;
  white-space: pre;
  text-transform: uppercase;
  padding: 0;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 5px 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1:hover {
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.border1 {
  background: url(../img/border1.png) 0 0 repeat-x;
  display: block;
  height: 1px;
  margin-bottom: 20px;
}
blockquote {
  position: relative;
  padding: 0;
  margin: 0 0 20px;
  border: none;
  display: inline-block;
}
blockquote span {
  overflow: hidden;
  height: 21px;
  width: 23px;
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 0;
}
blockquote small {
  padding-top: 20px;
  font-size: 100%;
  font: 400 12px/20px Arial;
  color: #ffffff;
}
blockquote small a {
  font: 400 12px/20px Arial;
  color: #ffffff;
}
blockquote small a:hover {
  color: #de5620;
  text-decoration: none;
}
blockquote small:before {
  content: none;
}
.block1 {
  width: 300px;
  float: left;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 400 12px/20px Arial;
  color: #7e7e7f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link1:hover {
  color: #ffffff;
  text-decoration: none;
}
._link2 {
  font: 400 12px/20px Arial;
  color: #de5620;
  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;
}
._link2:hover {
  color: #ffffff;
  text-decoration: none;
}
._link3 {
  font: 400 12px/18px 'PT Sans Narrow', serif;
  color: #de5620;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3:hover {
  color: #cf4337;
  text-decoration: none;
}
._link4 {
  font: 400 12px/18px 'PT Sans Narrow', serif;
  color: #767676;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link4:hover {
  color: #cf4337;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.margin1 {
  margin-bottom: 25px !important;
}
.margin2 {
  margin-top: 25px;
}
.indent1 {
  margin: 25px 0 5px 0;
  display: inline-block;
}
.img-indent {
  float: left;
  margin-right: 30px;
}
.img-indent_1 {
  float: left;
  margin-right: 20px;
}
.img-indent_2 {
  float: left;
  margin-right: 15px;
}
.img-polaroid {
  border: solid 1px #fff;
  padding: 0;
}
.mar_l_-2 {
  margin-left: -20px !important;
}
.mar_r_2 {
  margin-right: 20px;
}
.mar_t_25 {
  margin-top: 25px;
}
.mar_t_05 {
  margin-top: 5px !important;
}
.mar_t_1 {
  margin-top: 10px !important;
}
.mar_t_-1 {
  margin-top: -10px !important;
}
.mar_t_2 {
  margin-top: 20px !important;
}
.mar_b_15 {
  margin-bottom: 15px !important;
}
.pad_b_3 {
  padding-bottom: 30px;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
.extra-wrap1 {
  overflow: hidden;
  width: 196px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  font: 400 12px/20px 'PT Sans Narrow', serif;
  color: #ededed;
  font-style: italic;
  text-transform: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.textStyle2 {
  color: #ffffff;
  display: inline-block;
}
.textStyle3 {
  color: #f5792e;
}
/*-------------------------- LISTS ------------------ */
._list1 {
  list-style: none;
  margin: 0;
}
._list1 li {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}
._list1 li .marker1 {
  float: left;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  background: url(../img/list_arr.jpg) 0 0 no-repeat;
}
._list1 li a {
  float: left;
  font: 400 13px/20px Arial;
  color: #de5620 !important;
  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;
}
._list1 li a:hover {
  text-decoration: none;
  color: #ffffff !important;
}
._list2 {
  list-style: none;
  margin: 0;
  display: inline-block;
}
._list2 li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
._list2 li img {
  float: left;
  margin-right: 20px;
}
._list2 li p {
  margin-bottom: 15px;
}
._list3 {
  list-style: none;
  margin: 0;
  display: inline-block;
}
._list3 li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
._list3 li img {
  float: left;
  margin-right: 20px;
}
._list3 li p {
  margin-bottom: 15px;
}
.list_4 {
  overflow: hidden;
}
.list_4 li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
}
.w1 {
  width: 37px;
  display: inline-block;
}
.w2 {
  width: 863px;
  display: inline-block;
}
.socialList {
  display: inline-block;
  list-style: none;
  margin: 0;
  position: relative;
  float: right;
}
.socialList li {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 66px;
  margin-left: 12px;
}
.socialList li a {
  width: 33px;
  height: 66px;
  display: inline-block;
  overflow: hidden;
}
.socialList li a img {
  position: relative;
  top: -15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.socialList li a:hover img {
  top: 0px;
}
/****************************calendar************************/
#datepicker {
  padding: 6px 35px 0 0;
  position: relative;
}
#datepicker.datepicker1,
#datepicker1.datepicker2,
#datepicker2.datepicker3,
#datepicker3.datepicker4,
#datepicker4.datepicker5,
#datepicker5.datepicker6 {
  padding: 18px 35px 0 0;
}
.ui-datepicker {
  display: none;
  width: 100%;
  position: relative;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding-bottom: 18px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 5px;
  height: 9px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.datepicker1 .ui-datepicker-prev,
.datepicker1 .ui-datepicker-next,
.datepicker2 .ui-datepicker-prev,
.datepicker2 .ui-datepicker-next,
.datepicker3 .ui-datepicker-prev,
.datepicker3 .ui-datepicker-next,
.datepicker4 .ui-datepicker-prev,
.datepicker4 .ui-datepicker-next,
.datepicker5 .ui-datepicker-prev,
.datepicker5 .ui-datepicker-next,
.datepicker6 .ui-datepicker-prev,
.datepicker6 .ui-datepicker-next {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 10px;
  background: url(../img/p1_arr_prev.jpg) no-repeat 0 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px;
  background: url(../img/p1_arr_next.jpg) no-repeat -5px 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
  background-position: -5px 0;
}
.ui-datepicker .ui-datepicker-next-hover {
  background-position: 0 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
  font-family: Arial;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-year {
  padding-left: 25px;
}
.ui-datepicker table {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  border-collapse: collapse;
  color: #ffffff;
  font-family: Arial;
}
.ui-datepicker th {
  background: url(../img/calendar_plane.jpg) repeat-x;
  padding: 3px 0;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker thead tr {
  padding-bottom: 4px;
}
.ui-datepicker td {
  padding: 0 ;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  border: none ;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  opacity: 0.6;
  padding: 11px 0;
  font-size: 18px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ui-datepicker td.ui-datepicker-today a,
.ui-datepicker td:hover a {
  background: url(../img/calendar_plane.jpg) 0 7px repeat-x;
  color: #f2c3b1;
  opacity: 1;
}
.ui-datepicker .ui-datepicker-year {
  padding-left: 0;
}
/*-------------------------- EXTRA -------------------*/
.space1 {
  display: inline-block;
  width: 70px;
}
#form2 {
  margin: 10px 0 0 0;
  display: inline-block;
  position: relative;
}
#form2 input {
  border: none;
  outline: none;
  box-shadow: none;
  width: 238px;
  float: left;
  padding: 9px 15px;
  background: url(../img/bg3.png);
  font: 12px/18px 'PT Sans Narrow', serif;
  color: #777;
}
#form2 a {
  float: left;
  margin-top: 20px;
}
.table1 {
  border-radius: 0;
  border: 1px solid #353535;
  border-left: none;
  font: 12px/18px 'PT Sans Narrow', serif;
  margin: 28px 0 18px 0;
}
.table1 thead tr {
  border-radius: 0;
}
.table1 thead tr td {
  border-top: 1px solid #353535;
  border-left: 1px solid #353535;
  text-transform: uppercase;
  color: #ededed;
  padding: 14px 20px;
  border-radius: 0 !important;
}
.table1 tbody tr {
  border-radius: 0;
}
.table1 tbody tr td {
  border-top: 1px solid #353535;
  border-left: 1px solid #353535;
  padding: 16px 15px 6px 15px;
  border-radius: 0 !important;
}
.table1 .w1 {
  width: 270px;
}
.table1 .w2 {
  width: 70px;
  vertical-align: inherit !important;
  text-align: center;
}
.table1 .w3 {
  width: 220px;
}
#search2 {
  margin: 29px 0 0 0;
  display: inline-block;
  width: 190px;
  position: relative;
  z-index: 1;
  float: right;
}
#search2 input {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  width: 138px;
  border: none;
  padding: 5px 10px;
  background: #ffffff;
  font: 12px/18px 'PT Sans Narrow', serif;
  color: #000000;
  float: left;
}
#search2 a {
  margin-top: 0px;
  width: 30px;
  height: 30px;
  background: #cf4337;
  padding: 0;
}
#search2 a:hover {
  background: #f17a70;
}
.sliderHolder {
  width: 940px;
  height: 120px;
  position: absolute;
  bottom: 0;
  display: inline-block;
  background: url(../img/bg1.png);
}
/*---------------------- carousel ---------------------------------- */
.carousel1 {
  height: 240px;
  position: relative;
  width: 940px!important;
  overflow: visible !important;
}
.carousel1 > ul > li {
  position: relative;
  height: 240px;
  width: 220px;
  margin-right: 20px;
}
.thumbnail {
  border-radius: 0;
  border: 0;
  padding: 0;
  outline: 0;
  box-shadow: none;
}
.thumbnail > .caption {
  padding: 0 !important;
}
.thumbnail > img {
  margin: 0 0 40px 0;
}
.pagination {
  margin: 0;
  right: 0;
  left: auto;
  top: -55px;
  position: absolute;
  background: transparent;
  height: 26px;
  overflow: hidden;
  display: inline-block;
}
.next {
  cursor: pointer;
  position: relative;
  float: left;
  padding: 0;
  outline: 0;
  background: transparent;
  border: 0;
  display: inline-block;
  background: url(../img/next_2.jpg) -26px 0 no-repeat;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.next:hover {
  background: url(../img/next_2.jpg) 0px 0 no-repeat;
}
.prev {
  cursor: pointer;
  position: relative;
  left: 0px;
  float: left;
  padding: 0;
  outline: 0;
  background: transparent;
  border: 0;
  margin-right: 1px;
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.prev:hover {
  background: -26px 0 no-repeat;
}
/*-------thumb3-----------*/
.thumb-pad3 {
  list-style: none;
  overflow: hidden;
  position: relative;
  margin: 0 0 45px 0;
  display: inline-block;
  float: left;
}
.thumb-pad3.last {
  margin-right: 0;
}
.thumb-pad3 > img {
  position: relative;
  display: inline-block;
}
.thumb-pad3 > .thumbnail {
  position: relative;
  display: inline-block;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.thumb-pad3 > .thumbnail:hover {
  position: relative;
  display: inline-block;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.thumb-pad3 > .thumbnail > a > img {
  margin-bottom: 14px;
}
.thumb-pad3 > a > div {
  top: 0;
  left: 50%;
  width: 0px;
  height: 172px;
  position: absolute;
  background: #de5620;
}
.hover_bg {
  position: absolute;
  width: 0;
  height: 172px;
  left: 50%;
  background: #de5620 url(../img/zoomimg.png) center center no-repeat;
}
#slider_simple1 {
  width: 940px;
  height: 163px;
  display: inline-block;
  position: relative;
}
#slider_simple1 > .slider_set {
  list-style: none;
  margin: 0;
}
#slider_simple1 > .slider_set > li .sliderText {
  font: 700 30px/38px 'PT Sans Narrow', 'PT Sans Narrow', serif;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.sliderBtnHolder {
  width: 940px;
  position: absolute;
  z-index: 2;
  top: 30px;
}
.sliderBtnHolder .sliderPrev {
  display: inline-block;
  float: left;
  margin-left: 100px;
}
.sliderBtnHolder .sliderNext {
  display: inline-block;
  float: right;
  margin-right: 100px;
}
/*===================================BG slider=======================*/
#bgStretch {
  overflow: hidden;
  z-index: -2;
  display: block;
}
#bgStretch img {
  background-color: #000;
}
.spinner_bg {
  position: fixed;
  width: 0px;
  height: 0px;
  z-index: 10000;
  left: 50%;
  top: 50%;
  display: inline-block;
}
#bgNav {
  position: absolute;
  z-index: 100;
  display: inline-block;
  left: 0;
  top: 0;
}
#bgNav ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  position: relative;
}
#bgNav ul li {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 5px;
  line-height: 0;
}
#bgNav ul li a {
  display: inline-block;
  width: 0px;
  height: 0px;
  background: #000000;
  line-height: 0;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  width: 430px;
  height: 337px;
  margin: 0;
  margin-bottom: 25px;
}
.g_map iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/*-------------------------- CONTACT FORM --------------*/
#form1 {
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: 9px;
  position: relative;
  color: #ffffff;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width: 240px;
  padding: 5px 14px;
  background: #382d30;
  border: solid 1px #544b4e;
  font: 13px/18px Arial;
  color: #8b8b8b;
}
#form1 label textarea {
  width: 270px;
  height: 150px;
  resize: none;
}
#form1 label input {
  width: 270px;
}
#form1 .error {
  width: 270px;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .empty {
  width: 270px;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .success {
  background: #de5620;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  width: 300px;
  height: 100px;
}
#form1 .success > span {
  color: #ffffff;
  font: 400 14px/20px Arial;
  text-align: center;
  width: 270px;
  display: inline-block;
  margin-top: 35px;
}
.btns {
  float: right;
  margin-top: -5px;
}
.btns > a {
  margin-left: 20px;
}
#form1 .w1 {
  width: 300px;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list .search {
  color: #cf4337;
}
.search_list > li {
  margin-bottom: 15px;
  color: #858585;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #ffffff;
  font: 20px/20px 'Open Sans Condensed', 'PT Sans Narrow', serif;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #cf4337;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
  background: url(../img/footer_plane.jpg);
  border-top: 2px solid #da4e1e;
  overflow: visible !important;
}
footer .privacy_text {
  font: 400 12px/20px Arial;
  color: #ffffff;
  margin: 8px 0;
  white-space: nowrap;
  float: left;
}
footer .privacy_text span {
  color: #ffffff;
  font: 400 15px/20px 'PT Sans Narrow', serif;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*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;
}
