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

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

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

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

@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 13px Arial;
  line-height: 19px;
  color: #868686;
  min-width: 1700px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 9999;
  margin-top: -41px;
  padding-bottom: 41px;
}
#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;
}
.badge {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  width: 22px;
  height: 36px;
  font: 25px/35px 'Open Sans', 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 ---------------------------------------------------------- */
header {
  width: 100%;
  height: 0;
  position: absolute;
  display: inline-block;
  z-index: 5;
  background: none;
  top: 0px;
}
header .container {
  text-align: center;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
h1 {
  width: 688px;
  height: 145px;
  margin-top: 0px;
  display: inline-block;
  z-index: 10;
  position: relative;
  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 {
  display: inline-block;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width: 223px;
  height: 24px;
  background: #909193;
  border: none;
  font: 400 13px/24px "Trebuchet MS", Helvetica, sans-serif;
  text-transform: none;
  color: #000000;
}
#search a {
  margin-left: 20px;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- 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: left;
}
.menu {
  position: absolute;
  display: inline-block;
  width: 276px;
  height: 276px;
  top: 274px;
  left: 274px;
  z-index: 500;
}
.menu_close {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0;
  z-index: 500;
  width: 276px;
  height: 276px;
}
.menu_close a {
  position: relative;
  background: #ee1c24;
  width: 276px;
  height: 276px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu_close a em {
  position: relative;
  z-index: 100;
  margin-top: 40px;
  margin-left: 40px;
  font: 18px 'Julius Sans One', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_close a div {
  position: relative;
  z-index: 100;
  margin-top: 60px;
  margin-left: 20px;
  font: 48px 'Julius Sans One', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_close a .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  background: #750e12;
  width: 276px;
  height: 276px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_close a .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: 276px;
  height: 276px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  z-index: 10;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.menu_close a:hover {
  background: #000000;
}
.menu_close a:hover .bg1 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.menu_close a:hover .bg2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.menu_close a.active {
  background: #000000;
}
.menu_close a.active .bg1 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.menu_close a.active .bg2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sf-menu {
  position: relative;
  top: 0px;
  left: 0;
  list-style: none;
  padding: 65px 0 65px 45px;
  display: inline-block;
  margin: 0;
  margin-top: 0px;
  background: #750e12;
  width: 231px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  background: none;
  margin-top: 0px;
  white-space: nowrap;
  width: 100%;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
}
.sf-menu > li > a.activeLink .base_text {
  color: #ee1c24;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a .base_text {
  color: #ffffff;
  font: 400 22px/24px 'Julius Sans One', sans-serif;
  text-decoration: none;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  z-index: 2;
  margin: 0;
}
.sf-menu ul {
  position: absolute;
  top: -122px;
  left: 231px;
  list-style: none;
  padding: 65px 0 65px 45px;
  display: inline-block;
  margin: 0;
  margin-top: 0px;
  width: 231px;
  background: #ffffff;
}
.sf-menu ul:after {
  content: '';
  position: absolute;
  top: 118px;
  left: 0px;
  display: inline-block;
  width: 12px;
  height: 24px;
  background: url(../img/s_menu_arr.png) 0 0 repeat;
}
.sf-menu ul > li {
  position: relative;
  display: inline-block;
  float: left;
  background: none;
  margin-top: 0px;
  white-space: nowrap;
  width: 100%;
}
.sf-menu ul a {
  color: #2b2b2b;
  font: 400 22px/24px 'Julius Sans One', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: block;
  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: none;
  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;
  background: none;
  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: -99px;
  left: 232px;
}
.sf-menu .sub2:after {
  content: '';
  background: none;
}
/*-------------   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: 150px;
  bottom: 0px;
  box-shadow: none;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  position: relative;
  margin: 0 0 0 300px;
  width: 870px;
  height: 100%;
  background: #171d1d;
  display: inline-block;
}
h2,
h4 {
  color: #ffffff;
  font: 400 36px/48px 'Julius Sans One', sans-serif;
  text-transform: none;
  margin: 0 0 30px 0;
}
h3 {
  color: #ffffff;
  font: 700 13px/20px "Trebuchet MS", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
h5 {
  color: #ffffff;
  font: 400 72px/72px 'Julius Sans One', sans-serif;
  text-transform: none;
  margin: 0 0 0px 0;
}
.a1 {
  color: #ee1c24;
  font: 400 12px/22px "Trebuchet MS", Helvetica, sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 0;
  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;
}
.a1:hover {
  color: #750e12;
  text-decoration: none;
}
.a2 {
  position: absolute;
  top: 15px;
  right: 110px;
  width: 24px;
  height: 23px;
  background: url(../img/search_arr.png) left 0 repeat;
  text-decoration: none;
  margin: 0;
  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;
}
.a2:hover {
  background: url(../img/search_arr.png) right 0 repeat;
  text-decoration: none;
}
p {
  font: 700 12px/22px "Trebuchet MS", Helvetica, sans-serif;
  margin-bottom: 0px;
  color: #6b6b6b;
  text-transform: uppercase;
}
p a {
  text-transform: uppercase;
  color: #b8b8b8;
  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;
}
p a:hover {
  text-decoration: none;
  color: #ee1c24;
  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;
}
.more_btn1 {
  position: relative;
  display: inline-block;
  font: 300 18px/18px 'Open Sans', sans-serif;
  color: #c5c5c5;
  background: none;
  text-transform: none;
  padding: 0;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
  -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 span {
  position: relative;
  margin: 0;
  top: 2px;
  margin-left: 5px;
  display: inline-block !important;
  background: url(../img/more_arr.png) 0 0 no-repeat;
  width: 13px;
  height: 13px;
}
.more_btn1:hover {
  text-decoration: none;
  color: #ee1c24;
  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;
}
.bg_plane {
  background: #171d1d;
}
/*--- content end ------*/
.grid {
  background: url(../img/grid.png) 0 0 repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*carusel*/
#jcarousel_1 {
  width: 770px !important;
  height: 300px;
  margin-top: 30px;
  margin-left: 0px;
}
.list5 {
  width: 770px;
  overflow: hidden;
  display: inline-block;
  list-style: none;
  box-shadow: none;
  margin: 0;
  height: 100%;
  margin-left: -30px !important;
}
.list5 li a {
  position: relative;
  display: block;
}
.list5 li {
  position: relative;
  text-align: left;
  float: left;
  display: inline-block;
}
.btnHolder1 {
  overflow: hidden;
  position: absolute;
  top: 100px;
  right: 90px;
  width: 60px;
  margin: 0 auto;
  z-index: 1;
  display: inline-block;
}
.btnHolder1 .prevBtn {
  float: left;
  margin-left: 10px;
  display: inline-block;
  width: 14px;
  height: 19px;
  overflow: hidden;
  background: url(../img/arr_left.png) 0 0 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;
}
.btnHolder1 .prevBtn:hover {
  background: url(../img/arr_left.png) -14px 0 no-repeat;
}
.btnHolder1 .nextBtn {
  position: relative;
  float: right;
  margin-right: 10px;
  display: inline-block;
  width: 14px;
  height: 19px;
  overflow: hidden;
  background: url(../img/arr_right.png) -14px 0 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;
}
.btnHolder1 .nextBtn:hover {
  background: url(../img/arr_right.png) 0 0 no-repeat;
}
/*-------------------------- MARGIN PADDING --------- */
.w1 {
  margin-right: 270px;
  float: right;
  margin-top: 19px;
  background: #161616;
  width: 277px;
  height: 90px;
  text-align: right;
}
.indent1 {
  margin: 130px 0 0px 70px;
  display: inline-block;
  position: relative;
}
.indent2 {
  margin: 60px 0 40px 0;
  display: inline-block;
}
.img-indent {
  float: left;
  margin-right: 30px;
}
.opacity1 {
  opacity: 0.76;
}
.z_10 {
  z-index: 10;
}
.z_1 {
  z-index: 1;
}
.pic1 {
  position: absolute;
  top: 0;
  let: 0;
}
.pic_cont {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.pic_cont2 {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.tal {
  text-align: right;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
  position: relative;
}
.marnull {
  margin: 0 !important;
}
.mar_r_2 {
  margin-right: 20px;
}
.mar_l_13 {
  margin-left: 130px !important;
}
.mar_r_25 {
  margin-right: 25px;
}
.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_3 {
  margin-top: 30px !important;
}
.mar_t_4 {
  margin-top: 40px !important;
}
.mar_t_7 {
  margin-top: 70px !important;
}
.mar_t_-1 {
  margin-top: -10px !important;
}
.mar_l_-3 {
  margin-left: -30px !important;
}
.mar_l_3 {
  margin-left: 30px !important;
}
.pad_l_3 {
  padding-left: 30px;
}
.pad_b_3 {
  padding-bottom: 30px;
}
.pad_b_39 {
  padding-bottom: 39px;
}
.pad_b_6 {
  padding-bottom: 60px;
}
.pad_b_10 {
  padding-bottom: 97px;
}
img {
  max-width: none !important;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
.extra-wrap1 {
  overflow: hidden;
  width: 196px;
}
.poz_r {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.img-polaroid {
  padding: 7px;
}
.bord1 {
  border-top: solid 2px #ffffff;
  height: 2px;
  width: 100%;
}
.bord2 {
  border-top: solid 2px #5c5b55;
  height: 2px;
  width: 100%;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  font: 400 12px/20px 'Open Sans', 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;
  margin-top: 20px;
}
._list1 li {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}
._list1 li .marker1 {
  float: left;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-top: 7px;
  margin-right: 7px;
  background: url(../img/list_arr.png) 0 0 no-repeat;
}
._list1 li a {
  float: left;
  font: 700 12px/20px "Trebuchet MS", Helvetica, sans-serif;
  color: #ffffff !important;
  text-transform: uppercase;
  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: #750e12 !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;
  margin-top: 70px;
}
.socialList li {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 32px;
  margin-right: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.socialList li a {
  width: 33px;
  height: 32px;
  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: -32px;
}
/*-------------------------- 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 'Open Sans', 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 'Open Sans', 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;
}
/*===================================BG slider=======================*/
#bgStretch {
  overflow: hidden;
  z-index: -2;
  display: block;
}
#splash {
  position: absolute;
  top: 450px;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 30px;
}
#sliderPrev,
#sliderNext {
  position: absolute;
  top: 0px;
  display: inline-block;
  right: 120px;
  width: 20px;
  height: 27px;
  background: url(../img/bg_arrow_next.png) -20px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sliderPrev:hover,
#sliderNext:hover {
  background: url(../img/bg_arrow_next.png) 0px 0;
}
#sliderPrev {
  left: 120px;
  right: auto;
  background: url(../img/bg_arrow_prev.png) 0 0;
}
#sliderPrev:hover {
  background: url(../img/bg_arrow_prev.png) 20px 0;
}
#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: 370px;
  height: 235px;
  margin: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.g_map iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/*-------------------------- addres --------------*/
/*--- contact_form ------*/
#contact-form {
  width: 270px;
  position: relative;
}
#contact-form label {
  position: relative;
  /*!*/

  display: block;
  min-height: 32px;
  margin-bottom: 20px;
  width: 222px;
}
#contact-form span {
  display: block;
}
#contact-form ._placeholder {
  position: absolute;
  /*!*/

  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  color: #171d1d;
  text-transform: uppercase;
  padding: 0 12px;
  opacity: .99;
  font: 13px/32px "Trebuchet MS", Helvetica, sans-serif;
  display: block;
  background: #909193;
}
#contact-form ._placeholder.focused {
  opacity: .4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form input,
#contact-form textarea {
  font: 13px/32px "Trebuchet MS", Helvetica, sans-serif;
  font-style: inherit;
  color: #000000;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 15px 12px;
  border: none;
  width: 222px;
  height: 32px;
  background: #909193;
  margin-bottom: 0;
}
#contact-form textarea {
  padding: 0px 12px;
  width: 333px !important;
  height: 113px !important;
  margin-bottom: 26px;
  font: 13px/32px "Trebuchet MS", Helvetica, sans-serif;
  resize: none;
}
#contact-form .message {
  width: 100%;
}
#contact-form .error-message,
#contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 13px/13px "Trebuchet MS", Helvetica, sans-serif;
  -webkit-transition: 0.3s ease-in height;
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 0;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
  color: #ee1c24;
  text-transform: none;
}
#contact-form .success-message {
  position: absolute;
  overflow: hidden;
  height: 0;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ee1c24;
  z-index: 10;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  /*padding: 0;*/

}
#contact-form.success .success-message {
  height: 230px;
  width: 333px;
  padding: 100px 0 0;
  border: none;
  color: #ffffff;
  line-height: 20px!important;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.btns a {
  position: relative;
  margin-right: 30px;
  white-space: nowrap;
}
/*--- contact_form end------*/
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list {
  margin-left: 0px;
}
.search_list .search {
  color: #750e12;
}
.search_list > li {
  margin-bottom: 15px;
  color: #6b6b6b;
  text-transform: uppercase;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #ee1c24;
  font: 20px/20px "Trebuchet MS", Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  font: 12px/20px "Trebuchet MS", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
/*-----footer-----*/
footer {
  position: absolute;
  text-align: center;
  display: block;
  width: 100%;
  z-index: 700;
  background: none;
  bottom: 0;
  left: 0;
}
.privacy_text {
  padding-left: 0px;
  padding-right: 20px;
  margin-top: 2px;
  font: 14px 'Open Sans', sans-serif;
  color: #535353;
  display: block;
  text-transform: none;
  text-align: right;
  position: relative;
}
.privacy_text span {
  color: #a3a6ad;
}
.privacy_text a {
  font: 13px 'Open Sans', sans-serif;
  color: #535353;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.privacy_text a:hover {
  color: #ffffff;
  text-decoration: none;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.socialList {
  padding-right: 22px;
  display: inline-block;
  list-style: none;
  margin-top: 22px;
  margin-left: 0px;
  position: relative;
  text-align: right;
}
.socialList li {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 0px;
  border-radius: 50%;
  overflow: hidden;
}
.socialList li a {
  width: 21px;
  height: 21px;
  display: inline-block;
  overflow: hidden;
}
.socialList li a img {
  position: relative;
  top: -21px;
  -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;
}
/*----------- 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;
}
.redy a {
 font-size: 15px !important;
 font-weight: bold !important;
}
