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

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
/*------ template stylization ------*/
body {
  background: #000000;
  font: 14px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #ffffff;
  min-width: 1300px;
}
#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;
}
._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: 155px;
  position: absolute;
  display: inline-block;
  z-index: 5;
  background: url(../img/bg1.png);
  border-top: 6px solid #ffffff;
}
h1 {
  max-width: 310px;
  width: 100%;
  margin: 0;
  display: inline-block;
  z-index: 10;
  float: left;
  margin: 25px 0 0 200px;
  position: relative;
}
h1:before {
  width: 20px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 0;
  background: url(../img/extraItem2.png) 0 0 no-repeat;
  content: " ";
}
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: 230px;
  padding: 5px 12px;
  background: #ffffff;
  border: none;
  border: 1px solid #bcbdc0;
  font: 12px/18px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #9e9c94;
}
#search a {
  float: right;
  margin-top: 7px;
}
#search #advancedSearch:hover {
  color: #005580;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 100%;
}
.menuHolder .navbar {
  margin: 0;
  float: left;
  width: 250px;
  display: inline-block;
  position: relative;
  left: 200px;
}
.menuHolder .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
}
.sf-menu {
  float: left;
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.sf-menu .item1 {
  margin-left: 40px;
}
.sf-menu .item1 .bgPl {
  background: url(../img/menubg1.png);
}
.sf-menu .item2 {
  margin-left: 90px;
}
.sf-menu .item2 .bgPl {
  background: url(../img/menubg2.png);
}
.sf-menu .item3 {
  margin-left: 0px;
}
.sf-menu .item3 .bgPl {
  background: url(../img/menubg3.png);
}
.sf-menu .item4 {
  margin-left: 60px;
}
.sf-menu .item4 .bgPl {
  background: url(../img/menubg4.png);
}
.sf-menu .item5 {
  margin-left: 0px;
}
.sf-menu .item5 .bgPl {
  background: url(../img/menubg5.png);
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  height: 52px;
  background: #000000;
  float: left;
  margin-bottom: 1px;
}
.sf-menu > li .bgPl {
  position: absolute;
  width: 500px;
  height: 52px;
  display: inline-block;
  right: 0;
  pointer-events: none;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: right;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a .base_text {
  color: #ffffff;
  font: 400 13px/20px 'Audiowide', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  text-align: left;
  display: block;
  text-transform: uppercase;
  z-index: 1;
  margin: 16px 32px;
}
.sf-menu > li > a .over_text {
  color: #ffffff;
  font: 400 13px/20px 'Audiowide', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: absolute;
  text-align: left;
  display: block;
  text-transform: uppercase;
  top: 0px;
  left: 0;
  z-index: 1;
  margin: 16px 32px;
}
.sf-menu > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
  left: 0;
  display: block;
  background: url(../img/pixel.png);
}
.sf-menu > li > a ._over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  display: block;
  background: url(../img/extraItem1.png) 100% 0 no-repeat;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  left: 150px;
  top: 0px;
  z-index: 10;
  background: #ffffff;
  padding: 15px 0;
  width: 92px;
  background: url(../img/bg2.png);
}
.sf-menu ul > li {
  display: block;
  margin-bottom: 2px;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
}
.sf-menu ul a {
  color: #353535;
  font: 400 11px/32px 'Oswald', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu ul a:hover {
  color: #898989;
  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 > a {
  color: #898989 !important;
  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: 0px;
  left: 92px;
  background: url(../img/bg3.png);
}
.sf-menu .sub2 li {
  border-bottom: 1px solid #4d4d4d;
}
.sf-menu .sub2 li a {
  color: #ffffff;
}
/*-------------   menu end  --------------*/
/*----------------- CONTENT BASE --------------------------------------------------- */
#wrapper section {
  position: relative;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  top: 0px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  top: 0px;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  top: 250px;
}
.dynamicContent > .content {
  padding: 0;
}
h2 {
  color: #3e3e3e;
  font: 400 24px/30px 'Oswald', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ddddde;
}
h3 {
  color: #3e3e3e;
  font: 300 16px/23px 'Oswald', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
p {
  font: 12px/18px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #9e9c94;
}
.more_btn1 {
  display: inline-block;
  font: 12px/18px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  border-radius: 3px;
  padding: 9px 20px;
  background: #e22222;
  text-transform: uppercase;
  border: none;
  text-shadow: 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:hover {
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn2 {
  display: inline-block;
  font: 12px/18px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3e3e3e;
  border-radius: 0;
  padding: 0;
  text-transform: uppercase;
  border: none;
  text-shadow: 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_btn2:hover {
  text-decoration: none;
  color: #e22222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn2 ._marker1 {
  display: inline-block;
  width: 4px;
  height: 8px;
  position: relative;
  margin-right: 8px;
  background: url(../img/marker1.png) 0 0 no-repeat;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 300 11px/20px 'Oswald', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #868686;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link1:hover {
  color: #000000;
  text-decoration: none;
}
._link2 {
  font: 400 12px/18px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #5a5852;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  -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: #e22222;
  text-decoration: none;
}
._link3 {
  font: 400 13px/20px 'Oswald', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e22222;
  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;
}
._link3:hover {
  color: #000000;
  text-decoration: none;
}
._link4 {
  font: 400 12px/18px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #9e9c94;
  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;
}
._link4:hover {
  color: #e22222;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.margin1 {
  margin-bottom: 22px;
}
.margin2 {
  margin: 5px 0 3px 0;
}
.margin3 {
  margin-bottom: 27px;
}
.margin4 {
  margin-bottom: 36px;
}
.margin5 {
  margin-top: 98px;
}
.padding1 {
  padding: 20px 0 20px 0;
}
.padding2 {
  padding-left: 48px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  color: #909090;
}
.textStyle2 {
  color: #666;
}
/*-------------------------- LISTS ------------------ */
._list1 {
  list-style: none;
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
._list1 li {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
._list1 li img {
  float: left;
  margin-right: 15px;
}
._list2 {
  list-style: none;
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
._list2 li {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}
._list2 li time {
  float: left;
  width: 44px;
  font: 400 16px/22px 'Oswald', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  color: #3e3e3e;
}
._list3 {
  list-style: none;
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
._list3 li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 11px;
  background: url(../img/marker2.png) 0 50% no-repeat;
}
._list3 li a {
  font: 400 12px/18px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  color: #5a5852;
  margin-left: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list3 li a:hover {
  color: #e22222;
  text-decoration: none;
}
._list4 {
  list-style: none;
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
._list4 li {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 22px;
}
._list4 li a {
  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;
}
._list4 li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
._list4 .mar1 {
  margin-right: 50px;
}
._list4 .mar2 {
  margin-right: 32px;
}
/*-------------------------- EXTRA -------------------*/
.menuHolder {
  position: absolute;
  width: 450px;
  display: inline-block;
  top: 380px;
  z-index: 10;
}
.socialList {
  display: inline-block;
  list-style: none;
  margin: 0;
  position: relative;
  float: right;
  margin-top: 9px;
}
.socialList li {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
}
.socialList li a {
  width: 21px;
  height: 21px;
  display: inline-block;
}
.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: -5px;
}
.coverBg {
  width: 830px;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: url(../img/bg4.png) 0 0 repeat-y;
  z-index: -1;
  left: 70px;
  top: 0;
}
.coverBg2 {
  width: 830px;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  z-index: -1;
  left: 70px;
  top: 0;
}
.contentBox1 {
  padding: 60px 0 40px 0;
  position: relative;
}
.divSet1 {
  margin: 0;
  padding-bottom: 27px;
  border-bottom: 1px solid #d0d0d0;
}
.divSet2 {
  margin-bottom: 20px;
  padding-bottom: 27px;
  border-bottom: 1px solid #d0d0d0;
}
.divSet3 {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #d0d0d0;
}
/*===================================BG slider=======================*/
#bgStretch {
  overflow: hidden;
  z-index: -1;
  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;
}
.space1 {
  width: 95px;
  display: inline-block;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  width: 370px;
  height: 275px;
  float: left;
  margin: 0;
}
.g_map iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/*-------------------------- CONTACT FORM --------------*/
#form1 {
  margin-top: 20px;
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: 10px;
  position: relative;
  color: #000000;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width: 100%;
  padding: 5px 12px;
  background: #ffffff;
  border: none;
  border: 1px solid #bcbdc0;
  font: 12px/18px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #9e9c94;
}
#form1 label textarea {
  width: 296px;
  height: 240px;
  resize: none;
}
#form1 label input {
  width: 296px;
}
#form1 .error {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .empty {
  width: 99%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .success {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  width: 320px;
  height: 114px;
  border: 1px solid #bcbdc0;
}
#form1 .success > span {
  color: #000000;
  font: 400 14px/20px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 38px;
}
.btns {
  float: right;
  margin-top: -15px;
}
.btns > a {
  margin-left: 20px;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list h4 {
  color: #3e3e3e;
}
.search_list h4 .search {
  color: #909090;
}
.search_list > li {
  margin-bottom: 15px;
  color: #858585;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #000000;
  font: 18px/21px 'Libre Baskerville', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #e22222;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
  background: url(../img/bg1.png);
  border-top: 1px solid #ffffff;
  overflow: visible !important;
  text-align: center;
}
footer .privacy_text {
  font: 300 11px/20px 'Oswald', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #868686;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: 1px;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*============= Grid =====================================*/
/*-----------------------------------------------------------------------------------*/
/*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;
}
