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

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

@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 18px Arial;
  line-height: 19px;
  color: #868686;
  min-width: 1170px;
}
#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 {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
.ab {
  position: relative;
  display: inline-block;
}
a {
  font: 12px/18px Arial;
  color: #b4b4b4;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
}

.slideshow {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.slideshow img {
    background-color: #bcbcbc;
    width: 100%;
    height: 100%;
}

.badge {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  width: 22px;
  height: 36px;
  font: 25px/35px 'Trebuchet MS', sans-serif;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
  background: url(../img/badge_bg.jpg) 0 0 repeat-x;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.badge time {
  margin-top: 15px;
  display: inline-block;
}
time span {
  margin-top: -20px;
  font: 12px Arial;
}
.col1 {
  background: #32598a!important;
}
.col2 {
  background: #1b3a64!important;
}
._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 ---------------------------------------------------------- */
.logo .container {
  position: relative;
}
header {
  width: 100%;
  height: 160px;
  position: absolute;
  display: inline-block;
  z-index: 5;
  background: url(../img/menu_plane.png) repeat-x;
  top: 0px;
}
header .container {
  text-align: right;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
h1 {
  width: 415px;
  height: 209px;
  margin-top: 0;
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 600;
}
h1 > a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#search {
  position: relative;
  margin: 0;
  display: inline-block;
  width: 100%;
}
#search input {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  width: 540px;
  border: none;
  padding: 8px 15px;
  background: #000000;
  border: solid 1px #383838;
  font: 12px/18px Arial;
  color: #ffffff;
}
#search a {
  float: right;
}
/*---------------- header end ------------------------------------------------*/
.menu_splash {
  width: 415px;
  display: inline-block;
  position: absolute;
  z-index: 500;
  left: 0;
  top: 314px;
  margin: 0;
}
.menu_splash li {
  display: block;
  position: relative;
  margin: 38px 0;
}
.menu_splash li a {
  display: inline-block;
  color: #242424;
  font: 300 32px/10px 'Trebuchet MS', sans-serif;
  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;
}
.menu_splash li a:hover {
  color: #c95b27;
}
.menu_splash li .active {
  color: #c95b27;
}
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  z-index: 50;
  position: relative;
  margin: 0;
  margin-top: 0px;
  display: inline-block;
}
header .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
  text-align: right;
}
.sf-menu {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
  margin-top: 51px;
  background: none;
  height: 160px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  background: none;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 109px;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a .base_text {
  color: #ffffff;
  font: 300 14px/14px 'Trebuchet MS', sans-serif;
  text-decoration: none;
  padding: 45px 27px;
  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;
  margin-left: 1px;
  left: 0;
  display: block;
  background: #c95b27;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  left: 1px;
  top: 110px;
  z-index: 10;
  width: 188px;
  background: #c95b27;
  padding: 20px 0;
}
.sf-menu ul > li {
  display: block;
  margin-bottom: 0px;
}
.sf-menu ul a {
  color: #ffffff;
  font: 300 20px/20px 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
  font-style: normal;
  padding: 5px 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: 60px;
  left: 189px;
  background: #ffffff;
  color: #000000;
}
.sf-menu .sub2 a {
  color: #000000;
}
.sf-menu .sub2 a:hover {
  color: #ffffff;
  background: #c95b27;
  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: #c95b27;
  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%;
  height: 100%;
  z-index: 1;
  top: 160px;
  background: url(../img/content_plane.png) 0 0 repeat;
  box-shadow: none;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 40px 0;
}
h2,
h4 {
  color: #ffffff;
  font: 300 30px/30px 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
h3 {
  color: #ffffff;
  font: 300 20px/25px 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
h5 {
  color: #b4b4b4;
  font: 400 12px/19px Arial;
  text-transform: uppercase;
  margin: 0;
}
h6 {
  color: #ffffff;
  font: 300 48px/60px 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.a1 {
  color: #ffffff;
  font: 300 20px/25px 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a1:hover {
  color: #c95b27;
  text-decoration: none;
}
p {
  font: 14px/24px Arial;
  margin-bottom: 20px;
  color: #828282;
}
.p1 {
  color: #ffffff;
}
.p2 {
  font: 16px/23px Arial;
}
time {
  font: 14px/24px Arial;
  margin-bottom: 20px;
  color: #828282;
}
.more_btn1 {
  display: inline-block;
  font: 300 20px 'Trebuchet MS', sans-serif;
  color: #ffffff;
  background: none;
  text-transform: uppercase;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  -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: #c95b27;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
blockquote {
  position: relative;
  padding: 30px;
  margin: 0;
  border: none;
  display: inline-block;
  background: #182d47;
}
blockquote p {
  font: 400 12px/19px Arial;
  color: #ffffff;
}
blockquote:after {
  content: "";
  background: url(../img/blockquotes_after.png) 0 0 no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 193px;
  left: 30px;
}
blockquote small {
  position: absolute;
  bottom: -70px;
  left: 0;
  padding-top: 0px;
  font-size: 100%;
  font: 400 12px/20px Arial;
  color: #b4b4b4;
}
blockquote small a {
  font: 400 12px/20px Arial;
  color: #ffffff;
}
blockquote small a:hover {
  color: #c5bf21;
  text-decoration: none;
}
blockquote small:before {
  content: none;
}
.block1 {
  width: 300px;
  float: left;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 600 12px/24px 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  color: #181a1d;
  -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: #c95b27;
  opacity: 1 !important;
  text-decoration: none;
}
._link2 {
  font: 400 12px/20px Arial;
  color: #ffffff;
  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: #c5bf21;
  text-decoration: none;
}
._link3 {
  font: 400 12px/18px 'Trebuchet MS', sans-serif;
  color: #ffffff;
  -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 'Trebuchet MS', sans-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;
}
.w1 {
  width: 285px;
}
.indent1 {
  margin: 105px 0 50px 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;
}
.tar {
  text-align: right;
}
.marnull {
  margin: 0 !important;
}
.mar_r_2 {
  margin-right: 20px;
}
.mar_b_25 {
  margin-bottom: 25px;
}
.mar_b_1 {
  margin-bottom: 10px;
}
.mar_b_2 {
  margin-bottom: 20px;
}
.mar_b_3 {
  margin-bottom: 30px;
}
.mar_t_1 {
  margin-top: 10px !important;
}
.mar_t_15 {
  margin-top: 15px !important;
}
.mar_t_2 {
  margin-top: 20px !important;
}
.mar_t_25 {
  margin-top: 25px !important;
}
.mar_t_-1 {
  margin-top: -10px !important;
}
.mar_l_-3 {
  margin-left: -30px !important;
}
.pad_l_3 {
  padding-left: 30px;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
.extra-wrap1 {
  overflow: hidden;
  width: 196px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  font: 400 12px/20px 'Trebuchet MS', sans-serif;
  color: #ededed;
  font-style: italic;
  text-transform: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.textStyle2 {
  color: #ffffff;
  display: inline-block;
}
.textStyle3 {
  color: #ca5844;
}
.tal {
  text-align: center;
}
/*-------------------------- 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: 6px;
  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: 700 13px/20px Arial;
  color: #b4b4b4 !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: #c5bf21 !important;
}
.list_2 {
  list-style: none;
  margin: 0;
}
.list_2 li {
  font: 400 13px/20px Arial;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
}
.list_2 li a {
  font: 700 13px/20px Arial;
  color: #b4b4b4 !important;
  text-decoration: none;
  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;
}
.list_2 li a:hover {
  text-decoration: none;
  color: #c5bf21 !important;
}
.list_2 li p {
  margin-bottom: 5px;
}
.w2 {
  width: 70px;
  display: inline-block;
  float: left;
}
.w3 {
  width: 128px;
  float: left;
  display: inline-block;
}
.w4 {
  width: 70px;
  float: left;
  text-align: right;
  display: inline-block;
}
.w5 {
  width: 270px;
  float: left;
  display: inline-block;
}
.w6 {
  width: 270px;
  float: right;
  display: inline-block;
}
.socialList {
  display: inline-block;
  list-style: none;
  margin: 0;
  position: relative;
  float: right;
  margin-top: 0px;
}
.socialList li {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 34px;
  margin-right: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.socialList li a {
  width: 35px;
  height: 34px;
  display: inline-block;
  overflow: hidden;
}
.socialList li a img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socialList li a:hover img {
  top: -34px;
}
/*-------------------------- 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 'Trebuchet MS', sans-serif;
  color: #777;
}
#form2 a {
  float: left;
  margin-top: 20px;
}
#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 'Trebuchet MS', sans-serif;
  color: #000000;
  float: left;
}
#search2 a {
  float: left;
  margin-top: 0px;
  width: 30px;
  height: 30px;
  background: #cf4337;
  padding: 0;
}
#search2 a:hover {
  background: #f17a70;
}
/*---------------------- 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;
  background: url(../img/prev_2.jpg) 0px 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;
}
.prev:hover {
  background: url(../img/prev_2.jpg) -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: #32598a;
}
.hover_bg {
  position: absolute;
  width: 0;
  height: 172px;
  left: 50%;
  background: #32598a 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 32px/36px 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.sliderPlay_Stop span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.sliderBtnHolder {
  width: 116px;
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  margin-left: 58px;
  height: 35px;
}
.sliderBtnHolder .sliderPrev {
  display: inline-block;
  float: left;
  margin-left: 0px;
}
.sliderPlay_Stop {
  display: inline-block;
  float: left;
  margin-left: 3px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 35px;
  height: 35px;
}
.sliderPlay_Stop img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sliderPlay_Stop:hover img {
  top: -34.5px;
}
.sliderPlay_Stop.play img {
  top: -34.5px;
}
.sliderBtnHolder .sliderNext {
  display: inline-block;
  float: right;
  margin-right: 0px;
}
/*===================================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: 411px;
  height: 283px;
  margin: 0;
}
.g_map iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/*-------------------------- addres --------------*/
.address {
  display: block;
  font: 14px/24px Arial;
  margin-bottom: 20px;
  color: #828282;
}
.phones_part {
  display: inline-block;
  width: 190px;
}
.mailLink {
  display: inline-block;
  font: 14px/24px Arial;
  font-style: italic;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
}
.mailLink:hover {
  color: #c95b27;
}
/*-------------------------- CONTACT FORM --------------*/
fieldset {
  overflow: hidden;
}
#form1 {
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: 12px;
  position: relative;
  color: #ffffff;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width: 340px;
  padding: 9px 15px;
  background: #000000;
  border: 1px solid #383838;
  font: 14px Arial;
  color: #828282;
}
#form1 label textarea {
  width: 340;
  height: 118px;
  resize: none;
}
#form1 label input {
  width: 340px;
}
#form1 .error {
  width: 340px;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .empty {
  width: 370px;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .success {
  background: #c95b27;
  position: absolute;
  top: 0px;
  left: 1px;
  z-index: 1;
  padding: 30px 0;
  width: 370px;
  height: 29px;
  text-align: center;
  vertical-align: middle;
}
#form1 .success > span {
  color: #ffffff;
  font: 400 14px/20px 'Trebuchet MS', sans-serif;
  text-align: center;
  width: 240px;
  display: inline-block;
  margin-top: 40px;
  position: relative;
}
.success_txt {
  color: #ffffff;
}
#form1 p {
  margin-bottom: 0;
}
.btns {
  float: right;
  margin-top: -10px;
}
.btns > a {
  margin-left: 10px;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list {
  margin-left: 0px;
}
.search_list .search {
  color: #c95b27;
}
.search_list > li {
  margin-bottom: 15px;
  color: #858585;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #ffffff;
  font: 20px/20px 'Trebuchet MS Condensed', 'Trebuchet MS', sans-serif;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
  background: none;
  overflow: visible !important;
}
footer > .container {
  overflow: hidden;
}
footer .privacy_text {
  display: inline-block;
  font: 600 12px/24px 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  color: #181a1d;
  margin: 10px 0;
  white-space: nowrap;
}
footer .privacy_text a {
  font: 600 12px/24px 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  color: #181a1d;
  -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: #c95b27;
  text-decoration: underline;
}
/*----------- 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: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
