@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,900);
/*------ template stylization ------*/
body {
  background: #000000;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #ffffff;
  min-width: 1280px;
}
#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;
}
.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;
}
._marginNull {
  margin: 0 !important;
}
._paddingNull {
  padding: 0 !important;
}
._borderNull {
  border: none !important;
}
._backgroundNull {
  background: none !important;
}
._relative {
  position: relative;
}
._absolute {
  position: absolute;
}
._left {
  float: left;
}
._right {
  float: right;
}
.wrap {
  overflow: hidden;
  margin: 0;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  position: relative;
  z-index: 5;
  height: 161px;
  background: url(../img/bg1.png) 0 0 repeat-x;
}
header .container {
  text-align: center;
}
h1 {
  max-width: 229px;
  width: 100%;
  margin: 0;
  display: inline-block;
  margin: 45px 75px 45px 0;
  z-index: 10;
  position: relative;
  float: right;
}
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: 180px;
  padding: 7px 15px;
  background: url(../img/bg7.png);
  border: none;
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #7e7e7e;
}
#search a {
  float: right;
  margin-top: 0px;
}
#search #advancedSearch:hover {
  color: #005580;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 100%;
}
.sideBar .navbar {
  margin: 0;
  position: relative;
  margin-top: 72px;
  display: inline-block;
  width: 212px;
  float: right;
}
.sideBar .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
}
.sf-menu {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.sf-menu > li {
  height: 20px;
  position: relative;
  display: block;
  margin: 0 0 11px 0;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a .base_text {
  color: #989898;
  font: 600 15px/20px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  z-index: 2;
  left: 0;
  top: 0px;
}
.sf-menu > li > a .over_text {
  color: #ffffff;
  font: 600 15px/20px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: absolute;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  z-index: 2;
  top: -50px;
  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: 3;
  left: 0;
  display: block;
}
.sf-menu ul {
	position: absolute;
	list-style: none;
	margin: 0;
	left: 204px;
	top: 0px;
	z-index: 10;
	width: 120px;
	background: url(../img/bg5.png);
}
.sf-menu ul .first {
  margin-top: 30px;
}
.sf-menu ul .last {
  margin-bottom: 30px;
}
.sf-menu ul > li {
  display: block;
  margin: 5px 0;
  text-align: center;
}
.sf-menu ul a {
  color: #3a3a3a;
  font: 600 15px/20px 'Open Sans', 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: #989898;
  text-decoration: none;
}
.sf-menu ul .hoverItem {
  color: #989898 !important;
  text-decoration: none;
}
.sf-menu .sub2 {
	top: -18px;
	left: 164px;
}
/*-------------   menu end  --------------*/
/*----------------- CONTENT BASE --------------------------------------------------- */
#wrapper {
  top: 0;
}
#wrapper section {
  position: relative;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  top: 0px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 279px;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 0;
}
h2 {
  color: #ffffff;
  font: 600 25px/30px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}
h3 {
  color: #ffffff;
  font: 400 12px/16px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  display: block;
}
p {
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 16px;
  color: #7e7e7e;
}
.more_btn1 {
  display: inline-block;
  font: 400 12px/18px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 11px 20px;
  background-color: #636363;
  background-image: -moz-linear-gradient(top, #575757, #757575);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#575757), to(#757575));
  background-image: -webkit-linear-gradient(top, #575757, #757575);
  background-image: -o-linear-gradient(top, #575757, #757575);
  background-image: linear-gradient(to bottom, #575757, #757575);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff575757', endColorstr='#ff757575', GradientType=0);
  text-shadow: none;
  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;
}
.more_btn1:hover {
  text-decoration: none;
  color: #989898;
  background-position: 0;
}
.more_btn2 {
  display: inline-block;
  font: 400 12px/18px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  padding: 7px 20px;
  border: none;
  border-radius: 0;
  text-shadow: none;
  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;
}
.more_btn2:hover {
  text-decoration: none;
  color: #989898;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 400 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #7e7e7e;
  -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: #ffffff;
  text-decoration: none;
}
._link2 {
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #7e7e7e;
  -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;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.margin1 {
  margin-top: -5px;
}
.margin2 {
  margin-bottom: 25px;
}
.margin3 {
  margin-bottom: 45px;
}
.margin4 {
  margin-bottom: 20px;
}
.margin5 {
  margin: 10px 0 0 0;
}
.margin6 {
  margin-bottom: 15px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  color: #d7d7d7;
}
.textStyle2 {
  color: #989898;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
}
/*-------------------------- LISTS ------------------ */
._list1 {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
._list1 li {
  width: 100%;
  position: relative;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  background: url(../img/marker1.png) 0 9px no-repeat;
}
._list1 li a {
  display: inline-block;
  font: 400 12px/15px Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-left: 15px;
  color: #ffffff;
  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;
}
._list1 li a:hover {
  text-decoration: none;
  color: #989898;
}
._list2 {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
._list2 li {
  width: 100%;
  position: relative;
  float: left;
  display: inline-block;
  margin-bottom: 20px;
}
/*-------------------------- EXTRA -------------------*/
.social_list {
  list-style: none;
  margin: 0;
  display: inline-block;
  margin-top: 25px;
  position: relative;
}
.social_list > li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  position: relative;
}
.sideBar {
  width: 690px;
  height: 560px;
  position: absolute;
  display: inline-block;
  top: 279px;
  left: 0;
  z-index: 10;
  overflow: visible !important;
  background: url(../img/bg2.png) 0 161px repeat-x;
}
.box1 {
	width: 212px;
	position: relative;
	float: right;
	left: 100;
}
.box2 {
  width: 140px;
  position: relative;
  float: left;
}
.box3 {
  width: 300px;
  position: relative;
  float: right;
}
.contentBox1 {
  padding: 95px 0 100px 0;
  position: relative;
  z-index: 2;
  background: url(../img/bg4.png) 0 0 repeat-y;
}
.contentBox1:before {
  width: 98px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -98px;
  background: inherit;
  z-index: -1;
  content: " ";
}
.contentBox1:after {
  width: 112px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -112px;
  background: inherit;
  z-index: -1;
  content: " ";
}
.divSet1 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #2d2d2d;
}
.image1 {
  float: left;
  margin-right: 30px;
}
.image2 {
  float: left;
  margin-right: 20px;
}
.image3 {
  position: absolute;
  right: 0;
  top: -35px;
}
.badge {
  width: 60px;
  height: 60px;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  float: left;
  margin-right: 20px;
  background: #676767;
  overflow: hidden;
  background-color: #636363;
  background-image: -moz-linear-gradient(top, #575757, #767676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#575757), to(#767676));
  background-image: -webkit-linear-gradient(top, #575757, #767676);
  background-image: -o-linear-gradient(top, #575757, #767676);
  background-image: linear-gradient(to bottom, #575757, #767676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff575757', endColorstr='#ff767676', GradientType=0);
}
.badge .txt1 {
  font: 900 23px/23px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  float: left;
  margin-top: 11px;
}
.badge .txt2 {
  color: #cacaca;
  float: left;
  font: 400 12px/12px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.badge span {
  width: 100%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: none;
}
.badgeCorrect1 {
  width: 50px;
  height: 48px;
}
.badgeCorrect1 .txt1 {
  font: 400 12px/16px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  float: left;
  margin-top: 9px;
}
.badgeCorrect1 .txt2 {
  color: #ffffff;
  float: left;
  font: 400 12px/12px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.extraBg1 {
  position: absolute;
  bottom: 0;
  background: url(../img/bg6.png) 0 0 repeat-x;
  width: 980px;
  height: 308px;
  left: -98px;
  z-index: 0;
}
.extraBg2 {
  position: absolute;
  top: 0;
  background: url(../img/bg8.png) 0 0 repeat-y;
  width: 38px;
  height: 100%;
  left: -98px;
  z-index: 0;
}
.zPos1 {
  position: relative;
  z-index: 1;
}
.comment {
  position: absolute;
  right: 0;
  margin: 0;
  top: 26px;
}
.space1 {
  width: 82px;
  display: inline-block;
}
.heightCorrect1 {
  height: 363px;
}
.scroll1 {
  width: 770px;
  height: 300px;
}
.scroll-btns {
  margin-top: 20px;
}
.scroll-btns a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scroll-btns a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/*========================== BG Gall  ===================================*/
.splashHolder {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  line-height: 0;
}
.splashHolder > ul {
  list-style: none;
  margin: 0;
  height: 279px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  float: left;
}
.splashHolder > ul li {
  width: 279px;
  height: 279px;
  display: inline-block;
  position: relative;
  margin-right: -4px;
}
.splashHolder > ul li a {
  width: 279px;
  height: 279px;
  display: block;
  position: relative;
}
.splashHolder > ul li a .thumb {
  display: inline-block;
  position: relative;
}
.splashHolder > ul li a .thumb_black {
  width: 279px;
  height: 279px;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.splashHolder > ul li a:hover .thumb_black {
  height: 0px;
  top: 0px;
}
/*========================= jCarousel ===============================*/
#jcarousel_1 {
  width: 665px !important;
  left: 50px !important;
}
#jcarousel_1 > ul {
  width: 665px;
  list-style: none;
  box-shadow: none;
  margin: 0;
}
#jcarousel_1 > ul > li {
  width: 316px;
  height: 296px;
  position: relative;
  float: left;
  margin-right: 30px;
}
#jcarousel_1 > ul > li a {
  width: 316px;
  height: 296px;
  position: relative;
  display: inline-block;
}
#jcarousel_1 > ul > li a ._over {
  width: 316px;
  height: 296px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 1;
  background: url(../img/magnify.png) 50% 50% 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;
  opacity: 0;
  filter: alpha(opacity=0);
}
#jcarousel_1 > ul > li a:hover > ._over {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btnHolder1 {
	position: absolute;
	top: 265px;
	width: 765px;
	z-index: 1;
	left: 0px;
}
.btnHolder1 .prevBtn {
  position: relative;
  float: left;
}
.btnHolder1 .nextBtn {
  position: relative;
  float: right;
}
.btnHolder1 a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btnHolder1 a:hover {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  width: 370px;
  height: 215px;
  float: left;
  margin: 0 20px 0 0;
}
.g_map > iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/*-------------------------- CONTACT FORM --------------*/
#form1 {
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: 7px;
  position: relative;
  color: #ffffff;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width: 100%;
  padding: 7px 15px;
  background: url(../img/bg7.png);
  border: none;
  font: 12px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #7e7e7e;
}
#form1 label textarea {
  width: 340px;
  height: 150px;
  resize: none;
}
#form1 label input {
  width: 220px;
}
#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;
  width: 250px;
  height: 75px;
}
#form1 .success > span {
  color: #000000;
  font: 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}
.btns {
  float: left;
  margin-top: 3px;
}
.btns > a {
  margin-right: 15px;
}
#form1 .w1 {
  width: 250px;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list > li {
  margin-bottom: 18px;
  color: #959595;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #989898;
  font: 700 18px/21px 'PT Sans', 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: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 4;
  bottom: 0;
  height: 108px;
  background: url(../img/bg3.png) 100% 0 no-repeat;
  border-top: 1px solid #515151;
  overflow: visible !important;
}
footer > .container {
  text-align: center;
}
footer .privacy_text {
  font: 400 12px/15px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
  width: 212px;
  float: right;
}
/*----------- 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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
