@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);

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

@import url(http://fonts.googleapis.com/css?family=Allura);

@import url(http://fonts.googleapis.com/css?family=Mr+De+Haviland);
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 13px Arial;
  line-height: 19px;
  color: #868686;
  min-width: 1170px;
}
#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(../images/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(../images/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: 280px;
  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: 500px;
  padding: 15px 55px 15px 15px;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font: 400 12px/12px "Trebuchet MS", Helvetica, sans-serif;
  text-transform: none;
  color: #979797;
}
/*---------------- 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: relative;
  display: block;
  margin-top: 10px;
  text-align: center;
  width: 1170px;
}
.menu_open {
  width: 1170px;
  height: 300px;
  position: relative;
  margin: 0 auto;
  z-index: 400;
  display: inline-block;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: none;
  overflow: hidden;
}
.menu_close {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  z-index: 500;
  width: 100px;
  height: 100px;
}
.menu_close a {
  position: relative;
  background: #55769e;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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;
  background: url(../images/menu_close.png) 0 top no-repeat;
  width: 38px;
  height: 25px;
  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: #f26522;
  width: 100px;
  height: 100px;
  -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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.menu_close a .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: 100px;
  height: 100px;
  -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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.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: 0;
  left: 0;
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
  margin-top: 20px;
  background: url(../images/menu_bg.png) 0 0 repeat;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  background: none;
  margin-top: 17px;
  margin-right: 55px;
}
.sf-menu > li:first-child {
  margin-left: 40px;
}
.sf-menu > li:first-child + li {
  margin-right: 178px;
}
.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: #7c7b71;
  font: 300 24px/24px 'Open Sans Condensed', 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 > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  display: block;
  padding-bottom: 50px;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  left: -150px;
  top: 42px;
  height: 48px;
  width: 263px;
  z-index: 10;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.sf-menu ul:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 190px;
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url(../images/s_menu_arr.png) 0 0 repeat;
}
.sf-menu ul > li {
  display: block;
  margin-top: 10px;
  float: left;
  margin-left: 30px;
}
.sf-menu ul a {
  color: #2b2b2b;
  font: 300 18px/18px 'Open Sans Condensed', sans-serif;
  text-transform: none;
  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: #9bbb06;
  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: #9bbb06;
  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: 57px;
  left: 0px;
}
/*-------------   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: 50px;
  bottom: 50px;
  box-shadow: none;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  position: relative;
  margin: 0 100px;
  width: 970px;
  height: 100%;
  background: url(../images/content_plane.png) 0 0 repeat;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
h2,
h4 {
  color: #ffffff;
  font: 400 72px/72px 'Allura', cursive;
  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 {
  padding-top: 40px;
  color: #f26522;
  font: 400 200px/30px 'Allura', cursive;
  text-transform: none;
  margin: 0 0 30px 0;
}
.a1 {
  color: #ffffff;
  font: 700 13px/20px "Trebuchet MS", Helvetica, sans-serif;
  text-decoration: none;
  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: #f26522;
  text-decoration: none;
}
.a2 {
  position: absolute;
  top: 15px;
  right: 110px;
  width: 24px;
  height: 23px;
  background: url(../images/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(../images/search_arr.png) right 0 repeat;
  text-decoration: none;
}
p {
  font: 700 13px/22px "Trebuchet MS", Helvetica, sans-serif;
  margin-bottom: 0px;
  color: #979797;
  text-transform: none;
}
p span {
  color: #ffffff;
}
.more_btn1 {
  display: inline-block;
  font: 300 18px/20px 'Open Sans Condensed', sans-serif;
  color: #ffffff;
  background: none;
  text-transform: uppercase;
  padding: 0;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 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: #f26522;
  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;
}
/*--- content end ------*/
blockquote {
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  border: none;
  display: block;
  overflow: hidden;
}
blockquote p {
  font: 700 13px/22px "Trebuchet MS", Helvetica, sans-serif;
  margin-bottom: 0px;
  color: #979797;
  text-transform: none;
}
blockquote small {
  display: inline-block;
  font: 24px 'Mr De Haviland', cursive;
  color: #d0d0d0;
  position: relative;
  float: right;
}
blockquote small:before {
  content: '';
}
/*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(../images/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(../images/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(../images/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(../images/arr_right.png) 0 0 no-repeat;
}
/*-------------------------- MARGIN PADDING --------- */
.margin1 {
  margin-bottom: 25px !important;
}
.margin2 {
  margin-top: 25px;
}
.w1 {
  width: 276px;
  float: right;
  margin-top: 19px;
}
.indent1 {
  margin: 30px 0 60px 0;
  display: inline-block;
}
.indent2 {
  margin: 30px 0 40px 0;
  display: inline-block;
}
.img-indent {
  float: left;
  margin-right: 30px;
}
.opacity1 {
  opacity: 0.76;
}
.pic1 {
  position: absolute;
  top: 0;
  let: 0;
}
.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_-1 {
  margin-top: -10px !important;
}
.mar_l_-3 {
  margin-left: -30px !important;
}
.pad_l_3 {
  padding-left: 30px;
}
.pad_b_3 {
  padding-bottom: 30px;
}
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(../images/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: #f26522 !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: 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(../images/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;
}
#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 hr {
  display: inline-block;
  position: relative;
  width: 100%;
}
#contact-form label {
  position: relative;
  /*!*/

  display: block;
  min-height: 45px;
  margin-bottom: 10px;
  width: 270px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#contact-form span {
  display: block;
}
#contact-form ._placeholder {
  position: absolute;
  /*!*/

  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  color: #979797;
  padding: 0 12px;
  opacity: .99;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 13px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height: 45px;
  display: block;
  background: #ffffff;
}
#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/15px "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;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px 12px;
  border: none;
  width: 270px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 0;
}
#contact-form textarea {
  width: 270px !important;
  height: 177px !important;
  margin-bottom: 26px;
  resize: none;
}
#contact-form .message {
  width: 100%;
}
#contact-form .error-message,
#contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 11px/20px "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: #b3d417;
  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;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #b3d417;
  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: 343px;
  padding: 150px 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 {
  float: right;
}
.btns a {
  position: relative;
  margin-left: 13px;
}
/*--- contact_form end------*/
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list {
  margin-left: 0px;
}
.search_list .search {
  color: #f26522;
}
.search_list > li {
  margin-bottom: 15px;
  color: #ffffff;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #f26522;
  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: relative;
  text-align: center;
  display: block;
  width: 100%;
  z-index: 700;
  background: none;
  height: 280px;
  margin-top: 300px;
}
.left_panel {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 800;
  width: 50%;
  height: 20px;
  background: none;
  display: inline-block;
}
.right_panel {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 800;
  width: 338px;
  height: 62px;
  background: none;
  display: inline-block;
}
.right_panel .footer_plane {
  background: #151515;
  width: 338px;
  height: 62px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}
.right_panel .footer_plane .footer_close {
  float: left;
  width: 56px;
  height: 63px;
  display: inline-block;
  margin-left: 0px;
  margin-top: 0px;
}
.right_panel .footer_plane .footer_close span {
  background: url('../images/footer_close.png') left 0 no-repeat;
  display: inline-block;
  overflow: hidden;
  width: 14px;
  height: 19px;
  margin: 22px 20px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.right_panel .footer_plane .footer_close:hover span {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  background: url('../images/footer_close.png') right 0 no-repeat;
}
.right_panel .footer_plane .footer_close.active span {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  background: url('../images/footer_close.png') right 0 no-repeat;
}
.privacy_text {
  float: left;
  padding-left: 0px;
  padding-right: 20px;
  margin-top: 2px;
  font: 13px 'Open Sans', sans-serif;
  color: #818181;
  display: inline-block;
  text-transform: none;
  position: relative;
}
.privacy_text span {
  color: #ffffff;
}
.privacy_text a {
  font: 13px 'Open Sans', sans-serif;
  color: #818181;
  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: 0px;
  display: inline-block;
  list-style: none;
  margin-top: 2px;
  margin-left: 0px;
  position: relative;
  text-align: center;
  float: left;
}
.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;
}
