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

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

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

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

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

._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;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
/*------ template stylization ------*/
body {
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 10px;
  color: #ffffff;
  max-width: 1000px;
  background: #f1f1f1;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1023;
}
#webSiteLoader > span {
  position: absolute;
  left: 100%;
  top: 100%;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 70%;
  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;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  position: absolute;
  display: block;
  z-index: 3;
  top: 0px;
}
header .container {
  position: relative;
}

/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  color: #777879;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0px;
  height: 30px;
}
footer .privacy_text {
  font: 11px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #777879;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 6px 0 6px 40px;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: fixed;
  margin: 0;
  width:  80px;
  height: 45px;
}
header .navbar > .navbar-inner {
  padding: 0;
  margin: 0;
  border: none;
  filter: none;
  box-shadow: none;
  background: none;
}
.sf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: bottom;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a .base_text {
  color: #ffffff;
  font: 12px/20px 'Georgia', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  z-index: 2;
  padding: 5px 1px;
}
.sf-menu > li > a .over_text {
  color: #ffffff;
  font: 12px/20px 'Georgia', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  z-index: 2;
  padding: 5px 1px;
  left: 0;
}
.sf-menu > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  left: 0;
  display: block;
  background: url(../img/pixel.png);
}
.sf-menu > li > a ._over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  display: block;
  background: #e76700;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  left: 0px;
  top: 92px;
  z-index: 10;
  width: 100%;
  padding: 25px 0;
  background: url(../img/bg1.png);
}
.sf-menu ul > li {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.sf-menu ul a {
  color: #ffffff;
  font: 12px/18px 'Georgia', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  -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: #e76700;
  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: #e76700 !important;
  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: 0px;
  left: 136px;
}
/*-------------   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: 280px;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 50%;
  background: url(../img/bg2.png);
}
.dynamicContent > .content {
  padding: 0;
}
h2 {
  font: 12px/15px 'Georgia', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
h3 {
  font: 8px/16px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
p {
  font: 12px/19px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #969696;
  margin-bottom: 19px;
}
.more_btn1 {
  display: inline-block;
  font: 12px/26px 'Georgia', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  background: #e76700;
  white-space: pre;
  padding: 0 12px 0 36px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
  text-transform: uppercase;
  background-position: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1:hover {
  text-decoration: none;
  color: #000000;
  background: #e76700;
  -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 ._marker1 {
  position: absolute;
  width: 26px;
  height: 26px;
  display: inline-block;
  left: 0;
  background: url(../img/extra1.png) 100% 0 no-repeat;
}
.more_btn1 ._marker1 img {
  margin: 8px;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 11px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #777879;
  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: #e76700;
  text-decoration: none;
}
._link2 {
  font: 12px/19px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e76700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link2:hover {
  color: #ffffff !important;
  text-decoration: none;
}
._link3 {
  font: 12px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e76700;
  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;
}
._link3:hover {
  color: #ffffff !important;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.paddingBlock1 {
  padding: 92px 0 95px 0;
}
.padding1 {
  padding-right: 58px;
}
.margin1 {
  margin-bottom: 22px;
}
.margin2 {
  margin-top: 5px;
}
.margin3 {
  margin-bottom: 15px;
}
.margin4 {
  margin-bottom: 30px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  color: #e76700;
}
.textStyle2 {
  color: #ffffff;
}
.textStyle3 {
  color: #e76700;
  font-size: 36px;
  line-height: 36px;
}
.textStyle4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}
/*-------------------------- LISTS ------------------ */
._list1 {
  list-style: none;
  margin: 0;
}
._list1 li {
  display: block;
  position: relative;
  margin-bottom: 9px;
  background: url(../img/marker1.png) 0 1px no-repeat;
}
._list1 li a {
  display: inline-block;
  margin-left: 20px;
  font: 12px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #969696;
  text-transform: uppercase;
  white-space: pre;
  -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 .txt1 {
  color: #e76700;
  -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: #e76700;
}
._list1 li a:hover .txt1 {
  color: #969696;
}
._list2 {
  list-style: none;
  margin: 0;
}
._list2 li {
  display: block;
  position: relative;
  margin-bottom: 4px;
}
._list2 li a {
  display: inline-block;
  font: 12px/19px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #969696;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list2 li a:hover {
  text-decoration: none;
  color: #e76700;
}
._list3 {
  list-style: none;
  margin: 0;
}
._list3 li {
  display: block;
  position: relative;
  margin-bottom: 9px;
  background: url(../img/marker1.png) 0 6px no-repeat;
}
._list3 li a {
  display: inline-block;
  margin-left: 20px;
  font: 12px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e76700;
  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: #ffffff;
  text-decoration: none;
}
/*-------------------------- EXTRA -------------------*/
.space1 {
  display: inline-block;
  width: 75px;
}
.space2 {
  display: inline-block;
  width: 55px;
}
.social_list {
  list-style: none;
  margin: 36px 0 0 0;
  float: right;
}
.social_list li {
  display: inline-block;
  margin: 0 3px;
  border-radius: 17px;
  overflow: hidden;
}
.social_list li a {
  width: 35px;
  height: 34px;
  position: relative;
  overflow: hidden;
  display: block;
}
.social_list 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;
}
.social_list li a:hover img {
  top: -34px;
}
.thumb-pad {
  position: relative;
}
.thumb-pad .thumbnail {
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
.thumb-pad .thumbnail img {
  display: block;
  padding: 20px;
}
.thumb-pad .thumbnail .caption {
  padding: 2px 20px 16px 20px;
  position: relative;
}
.badge1 {
  padding: 0;
  border-radius: 0;
  width: 70px;
  height: 70px;
  background: #ffffff;
  float: left;
  margin-right: 20px;
}
.badge1 span {
  font: 600 35px/70px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  text-align: center;
  color: #e76700;
  text-transform: uppercase;
  text-shadow: none;
}
.divSet1 {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #434140;
}
.bg1 {
  background: url(../img/bg3.png);
}
.img1 {
  padding: 5px;
  background: #ffffff;
  border: none;
  box-shadow: none;
}
.img2 {
  float: left;
  padding: 5px;
  background: #ffffff;
  margin-right: 15px;
  border: none;
  box-shadow: none;
}
.box1 {
  width: 135px;
  float: left;
}
.box2 {
  width: 190px;
  float: left;
}
.time1 {
  color: #e76700;
}
._table1 {
  width: 100%;
  font: 11px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #969696;
}
._table1 thead {
  color: #e76700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 36px;
}
._table1 thead tr {
  margin-bottom: 5px;
}
._table1 thead tr td {
  text-align: center;
}
._table1 thead tr .txt1 {
  text-align: left;
  text-indent: 10px;
}
._table1 tbody tr {
  background: #2a2a2a;
}
._table1 tbody tr td {
  border-right: 1px solid #000000;
  text-align: center;
}
._table1 tbody tr .txt1 {
  text-align: left;
  text-indent: 10px;
}
._table1 tbody .correct1 {
  background: none;
  line-height: 26px;
}
/*----------------------------- slider --------------------------*/
._slider {
  position: absolute;
  top: 350px;
  left: 0;
  width: 50%;
}
._slider #prevButton {
  left: 0;
  top: 130px;
  width: 59px;
  height: 55px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: 0;
}
._slider #prevButton img {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._slider #prevButton:hover img {
  top: -59px;
}
._slider #nextButton {
  right: 0;
  top: 130px;
  width: 59px;
  height: 55px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: 0;
}
._slider #nextButton img {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._slider #nextButton:hover img {
  top: -55px;
}
#slider_simple1 {
  width: 500px;
  height: 100px;
  display: inline-block;
  position: relative;
}
#slider_simple1 > .slider_set {
  list-style: none;
  margin: 0;
}
#slider_simple1 > .slider_set > li .sliderText {
  font: 20px/32px 'Georgia', Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
/*---------gallery bg--------*/
#bgHolder {
  position: fixed !important;
  z-index: -1 !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}
#imageHolder {
  overflow: hidden;
}
#imgSpinner {
  position: fixed;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 1;
  top: 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
#imgSpinner > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
.mainBg2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_dark.png);
  z-index: 2;
  left: 100%;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  width: 660px;
  height: 235px;
  margin: 0 0 30px 0;
  padding: 5px;
  background: #ffffff;
  overflow: hidden;
}
.g_map iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/*-------------------------- CONTACT FORM --------------*/
#form1 {
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: 3px;
  position: relative;
  color: #ffffff;
  display: inline-block;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width: 100%;
  padding: 5px 10px;
  background: #252525;
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #969696;
  border: 1px solid #353535;
  float: left;
}
#form1 label textarea {
  width: 248px;
  height: 200px;
  resize: none;
}
#form1 label input {
  width: 248px;
}
#form1 .error {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
  color: #ffffff;
}
#form1 .empty {
  width: 99%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
  color: #e76700;
}
#form1 .success {
  background: #252525;
  border: 1px solid #353535;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  width: 268px;
  height: 110px;
}
#form1 .success > span {
  color: #ffffff;
  font: 14px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 34px;
}
.btns {
  margin-top: 15px;
  right: 0;
}
.btns > a {
  margin-left: 5px;
}
/*------------- SEARCH form ------------------------------------------------------*/
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#search input {
  border: none;
  outline: none;
  box-shadow: none;
  width: 335px;
  border-radius: 0;
  padding: 5px 10px;
  background: #252525;
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #969696;
  border: 1px solid #353535;
  margin-bottom: 0;
}
#search a {
  margin: 5px;
}
#search #advancedSearch:hover {
  color: #005580;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list .search {
  color: #e76700;
}
.search_list h4 {
  color: #e76700;
}
.search_list > li {
  margin-bottom: 25px;
  font: 12px/19px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #969696;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  font: 20px/25px 'Georgia', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e76700;
  text-shadow: none;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #e76700;
  font-size: 14px;
  font-weight: bold;
}
/*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;
}